Hello everyone,
im considering to try and run the arduino BLE Library (ArduinoBLE.h) on an attiny () for size reasons.
is this possible? Do i need to consider anything?
Thanks in advance!
Tobias
Hello everyone,
im considering to try and run the arduino BLE Library (ArduinoBLE.h) on an attiny () for size reasons.
is this possible? Do i need to consider anything?
Thanks in advance!
Tobias
It's been a while, but I seem to remember that that library is kinda big. I'd build a sample project first and make sure it will fit into your processor.
Out of the question for ATtiny. BLE is a very complicated protocol and the library takes up somewhere around 100K to 200K bytes on an ESP32, for example.
thanks guys! I appreciate your help!
Are there an Attiny with a BLE radio?
Not that i know of. Sorry.