running ble on ESP-IDF release 3.0, #7086
Replies: 1 comment
-
Posted at 2018-05-11 by @gfwilliams Nice work @jumjum :) Posted at 2018-05-11 by Wilberforce Would you mind sharing your code so that we can add it to the tests? Posted at 2018-05-16 by Frida I'm back again.
Posted at 2018-05-16 by Wilberforce Thanks. The ble code has been added to master, so this will be part of the normal build now. Best to erase the flash as the partition table has changed. Sadly there is only 2500 vars now as ble consumes more precious memory. There is more space allocated for js code - 256k - so if you have set up to save code in flash there will be plenty of space for run time jsvars. Depending on demand, we might need a way of turning on and off ble. And if it off - allocate for space for js vars.. Then there is the vroom with an extra 20,000k of ram - however the support in the ESP-idf 3.0 is not there yet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-05-10 by Frida
My first test.
Download the files from here: http://microcosm.app/out/DsGCh
I threw the files on esp32 and started collecting my ruuvi tags.
My ruuvi tags emit raw sensor data, so no connection is required.
It all runs stable.
Good work.
Beta Was this translation helpful? Give feedback.
All reactions