Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mic Fix for Cardputer, small BLE changes #106

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Mic Fix for Cardputer, small BLE changes #106

merged 2 commits into from
Aug 2, 2024

Conversation

bmorcelli
Copy link
Collaborator

  • Fixed mic pins for Cardputer
  • Removed music_player from StickCPlus2, because it doesn't have the hardware needed
  • Changed BLE Scan results filte to show all devices found, if it doesn't have a name, it will display the mac address on Scan menu, and on information

bmorcelli and others added 2 commits August 1, 2024 18:31
Fixed mic pins for Cardputer
Removed music_player from StickCPlus2, because it doesn't have the hardware needed
Changed BLE Scan results filte to show all devices found, if it doesn't have a name, it will display the mac address on Scan menu, and <no name> on information
@Niximkk
Copy link
Contributor

Niximkk commented Aug 1, 2024

  • Changed BLE Scan results filte to show all devices found, if it doesn't have a name, it will display the mac address on Scan menu, and on information

M5StickC Plus 1.1 ✅

@IncursioHack
Copy link
Collaborator

In version 155 (actions) when opening BLE Scan it loads several bluetooths and restarts after about 3 seconds. It could be the amount of bluetooths found. The case occurs on both the Cardputer and the Stick C 1.1

Terminal:

41224][V][BLEUtils.cpp:1049] dumpGapEvent(): Received a GAP event: ESP_GAP_BLE_SCAN_RESULT_EVT
[ 41233][V][BLEUtils.cpp:1189] dumpGapEvent(): search_evt: ESP_GAP_SEARCH_INQ_RES_EVT, bda: 25:a7:cb:1d:2d:1e, dev_type: ESP_BT_DEVICE_TYPE_BLE, ble_addr_type: BLE_ADDR_TYPE_RANDOM, ble_evt_type: ESP_BLE_EVT_NON_CONN_ADV, rssi: -78, ble_adv: ??, flag: 0 (), num_resps: 1, adv_data_len: 31, scan_rsp_len: 0
[ 41260][V][BLEUtils.cpp:1049] dumpGapEvent(): Received a GAP event: ESP_GAP_BLE_SCAN_RESULT_EVT
[ 41268][V][BLEUtils.cpp:1189] dumpGapEvent(): search_evt: ESP_GAP_SEARCH_INQ_RES_EVT, bda: 22:c0:b6:ea:d9:9a, dev_type: ESP_BT_DEVICE_TYPE_BLE, ble_addr_type: BLE_ADDR_TYPE_RANDOM, ble_evt_type: ESP_BLE_EVT_NON_CONN_ADV, rssi: -59, ble_adv: ??, flag: 0 (), num_resps: 1, adv_data_len: 31, scan_rsp_len: 0
[ 41295][V][BLEUtils.cpp:1049] dumpGapEvent(): Received a GAP event: ESP_GAP_BLE_SCAN_RESULT_EVT
E (41301) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (41301) task_wdt: - IDLE0 (CPU 0)
E (41301) task_wdt: Tasks currently running:
E (41301) task_wdt: CPU 0: BTC_TASK
E (41301) task_wdt: CPU 1: loopTask
E (41301) task_wdt: Aborting.

abort() was called at PC 0x4209e244 on core 0

Backtrace: 0x4037856e:0x3fc9d620 0x40381aa5:0x3fc9d640 0x40387ba9:0x3fc9d660 0x4209e244:0x3fc9d6e0 0x4037a581:0x3fc9d700 0x4208ea77:0x3fcc86c0 0x421287da:0x3fcc8700 0x4207c131:0x3fcc8780 0x4207679d:0x3fcc8830 0x420c630d:0x3fcc8890 0x420c7171:0x3fcc88b0 0x420efd62:0x3fcc88d0 0x420efcff:0x3fcc88f0

ELF file SHA256: 71f16b360bbfd9e4

Rebooting...

ESP-ROM:esp32s3-20210327

Build:Mar 27 2021

rst:0xc (RTC_SW_CPU_RST),boot:0x2b (SPI_FAST_FLASH_BOOT)
Saved PC:0x403781a4
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x4bc
load:0x403c9700,len:0xbd8
load:0x403cc700,len:0x2a0c
entry 0x403c98d0

@pr3y pr3y merged commit 7a3d461 into pr3y:main Aug 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants