├── README.md └── wedo2_summary.txt /README.md: -------------------------------------------------------------------------------- 1 | # WeDo2-BLE-Protocol 2 | Study of the LEGO WeDo 2 BLE protocol at the byte level. 3 | 4 | This was carried out using a BLED112 dongle, however the data can be used 5 | in any app that can write byte data to a UUID. 6 | 7 | The official SDK is at 8 | https://education.lego.com/en-us/support/wedo-2/developer-kits 9 | 10 | However sometimes its just easier to write a few bytes directly to a UUID! 11 | 12 | Hope it's of some use in your project. 13 | -------------------------------------------------------------------------------- /wedo2_summary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpseager/WeDo2-BLE-Protocol/25851f82ce20d77c0264b40d9eb6623dc4891402/wedo2_summary.txt --------------------------------------------------------------------------------