Sam Thompson
Sam Thompson
Try changing the wifi name that the esp32 is broadcasting. This worked for me. WiFi.setHostname("wifi_name"); // change this name The cause: You may have programmed 2 different devices with the...
Thanks Remonh87. I really appreciate you looking into this. Yes I will investigate if I can reproduce it the the example app.
Just doing to some testing on the example app and there is a difference in my implementation of the flutter_reactive_ble library. The difference is that subscribing of notifications is disabled...
I've got the same issue with android. I'm trying to use a work around with flutter MethodChannel function calls, but I still haven't got it working exactly how I would...
It allows you to use GFX library in the nRF5 SDK with epaper displays with the IL0373 IC driver controller. see [here](https://www.good-display.com/IL0373990b.pdf?method=picker&flag=all&id=d5bd9795-e8da-4106-94ea-4a01be57e153&fileId=535&v=4.zip). I just took the epaper.c and epaper.h files...
It's an excellent implementation. Thank you heaps for it. I have used it with the nRF52832, using Segger Embedded Studio, and it works very well with full screen updates (actually...
I think you can change the pins on the #defines to suit your nRF kit (pretty sure that's what I did from memory). I think I've seen it written that...
Try adding the file 'nrf_gfx.c' in the project items section (rootfolder/components/libraries/gfx/nrf_gfx.c) in the nRF_Libraries folder, on the left in Segger window. Then instead of 'nrf_lcd.h' in the paper.h file, try...