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

First stab at ESP32-C6 support for TLora-C6 #4692

Merged
merged 18 commits into from
Sep 28, 2024
Merged

First stab at ESP32-C6 support for TLora-C6 #4692

merged 18 commits into from
Sep 28, 2024

Conversation

caveman99
Copy link
Member

@caveman99 caveman99 commented Sep 12, 2024

Many things don't work

  • Bosch Sensortec and other environment sensors
  • NimBLE
  • Webserver
  • paxcounter

@lyusupov
Copy link

lyusupov commented Sep 16, 2024

Many things don't work

  • Bosch Sensortec and other environment sensors
  • Webserver

All that stuff has no issues with SoftRF Eco Edition

  • NimBLE

Author of "NimBLE for Arduino" said NO for ESP32-C6

  1. The future of this repo... new ESP MCU's cannot be supported. h2zero/NimBLE-Arduino#685
  2. [Feature request] Support for ESP32-C6 h2zero/NimBLE-Arduino#642

Arduino BLE is known to work nicely with ESP32-C6

Bluedroid BLE works as well but takes approx. 450-500K more of flash memory space than Arduino BLE does.

@caveman99
Copy link
Member Author

Thanks for the pointers, i did wanna push out what i got till now so others can have a look at it. waiting for my actual device in the mail. So we'll need to port the newer ESP targets to Arduino BLE i guess.

@lyusupov
Copy link

lyusupov commented Sep 16, 2024

So we'll need to port the newer ESP targets to Arduino BLE i guess.

Ok.
Be aware that this minor tweak for Arduino BLE for ESP32-C6 is required at this moment:
arduino-libraries/ArduinoBLE#364

@caveman99 caveman99 marked this pull request as ready for review September 28, 2024 12:05
@caveman99 caveman99 merged commit e530ceb into master Sep 28, 2024
98 of 105 checks passed
@thebentern thebentern deleted the esp32-c6 branch September 28, 2024 12:06
@thebentern thebentern restored the esp32-c6 branch September 28, 2024 12:07
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.

2 participants