-
Notifications
You must be signed in to change notification settings - Fork 517
Closed
Labels
Milestone
Description
The Arduino 101 has BLE. Add the ability to use BLE as a transport (so a user can communicate with the board using Firmata over BLE).
This will be challenging due to the limited size of data packets (20 bytes per packet and up to 6 packets per interval). Could use some help with this if there are any BLE experts who would like to see this functionality added to Firmata.