Anders Nelson
Anders Nelson
Maybe this can help?: [https://medium.com/@yogeshojha/i-hacked-xiaomi-miband-3-and-here-is-how-i-did-it-43d68c272391](https://medium.com/@yogeshojha/i-hacked-xiaomi-miband-3-and-here-is-how-i-did-it-43d68c272391) I just got a Yeelight dimmer switch too, I'd love to use it as-is without replacing the BLE platform it uses!
I hope not! I might just rip out the Yeelight dimmer electronics and replace them with Arduino code running on a [Nordic nRf52* BLE module](https://www.aliexpress.com/item/32974664063.html)
Hi, I am having this issue as well: `bool connectToServer() { BLEClient* pClient = BLEDevice::createClient(); pClient->setClientCallbacks(new MyClientCallback()); // Connect to the remote BLE Server. Serial.printf("Connecting to %s.\n", serverAddress); //Serial.println(myDevice->getAddress().toString().c_str()); pClient->connect(BLEAddress(serverAddress));...
Ok thanks I'll try the timed semaphore fix.
Hi! How's the MacOS setup doc coming?
Following up to @francismariano 's comment, I also got further in my attempt to work on my Mac M3 but I had to do the following: - `codesign --force -s...
Hey brimshot, thanks for the quick response! Yes I have only tried this on and arduino pro micro. I'm a little surprised it would be crashing if it were trying...
Hi there, any forensic info to share yet?
Hi guys, I'm having a similar issue on my Mac M3: ``` Configuring upload protocol... AVAILABLE: isp, minichlink, wch-link, wlink CURRENT: upload_protocol = wch-link Uploading .pio/build/genericCH32V003F4P6/firmware.elf dyld[69669]: Library not loaded:...