Silvair has a Bluetooth Mesh stack and it's compatible with the nRF52 SoC (https://www.silvair.com/stack/)
In Wikipedia, you can find a list of Mesh implementations that are officially qualified: https://en.wikipedia.org/wiki/Bluetooth_mesh_networking#Implementations
You'll probably find a more up ...
Search found 5 matches
- Sun Dec 03, 2017 4:44 pm
- Forum: General Discussion
- Topic: Bluetooth Low Energy Mesh support?
- Replies: 7
- Views: 13992
- Sat Dec 02, 2017 1:20 am
- Forum: General Discussion
- Topic: Bluetooth Low Energy Mesh support?
- Replies: 7
- Views: 13992
Re: Bluetooth Low Energy Mesh support?
Been there, unfortunately, Zephyr OS' support for ESP32 is very immature. AFAIK they don't even support regular Bluetooth yet.
- Thu Nov 02, 2017 1:37 am
- Forum: ESP-IDF
- Topic: How to build a demo for ESP32 and use Zephyr RTOS
- Replies: 2
- Views: 6030
Re: How to build a demo for ESP32 and use Zephyr RTOS
Hey votuananhs
The latest esp-idf is not compatible with Zephyr OS, which is why you need to execute:
Cheers
The latest esp-idf is not compatible with Zephyr OS, which is why you need to execute:
Code: Select all
cd ${ESP_IDF_PATH}
git checkout dc8c33892e0- Tue Aug 15, 2017 8:26 am
- Forum: General Discussion
- Topic: Bluetooth Low Energy Mesh support?
- Replies: 7
- Views: 13992
Re: Bluetooth Low Energy Mesh support?
Here's the official announcement from the Bluetooth SIG: https://www.bluetooth.com/news/pressrel ... capability
And their introduction page: https://www.bluetooth.com/what-is-bluet ... ks/le-mesh
And their introduction page: https://www.bluetooth.com/what-is-bluet ... ks/le-mesh
- Wed Aug 09, 2017 7:08 pm
- Forum: General Discussion
- Topic: Bluetooth Low Energy Mesh support?
- Replies: 7
- Views: 13992
Bluetooth Low Energy Mesh support?
Hi,
Bluetooth Low Energy Mesh has been adopted on July 13, 2017. I was wondering if/when the ESP32 will support that?
I see this as a big chance for Espressif; being among the first to support this new standard would be key selling point.
We are going to build an IoT product and are currently ...
Bluetooth Low Energy Mesh has been adopted on July 13, 2017. I was wondering if/when the ESP32 will support that?
I see this as a big chance for Espressif; being among the first to support this new standard would be key selling point.
We are going to build an IoT product and are currently ...