RemoteXY / RemoteXY-Arduino-library

RemoteXY library for Arduino IDE
http://remotexy.com
GNU Lesser General Public License v2.1
47 stars 18 forks source link

NimBLE support #12

Open SmokyBob opened 1 year ago

SmokyBob commented 1 year ago

Added Nimble Library support (https://github.com/h2zero/NimBLE-Arduino) The library is a lot lighter than ESP32 BLE a lot less Flash used

Same simple code generated from UI (2 buttons and a label)

ESP32 BLE RAM: [= ] 11.7% (used 38276 bytes from 327680 bytes) Flash: [======== ] 79.9% (used 1046925 bytes from 1310720 bytes)

ESP32 Nimble RAM: [= ] 10.7% (used 35120 bytes from 327680 bytes) Flash: [==== ] 41.4% (used 542349 bytes from 1310720 bytes)