Search found 3 matches

by aardbei
Wed May 05, 2021 9:57 am
Forum: ESP32 boards
Topic: Lilygo W5500 lite Ethernet not working
Replies: 1
Views: 1607

Lilygo W5500 lite Ethernet not working

Hi, i bought a LilyGo W5500 lite dev. board. This is a small ESP32 board with a tiny OLED display (SSD1306) Additional it has the option to connect a W5500 Ethernet module. Link: https://github.com/Xinyuan-LilyGO/LilyGo-W5500-Lite. The problem i have is that i cannot get Ethernet working. According ...
by aardbei
Mon Dec 30, 2019 6:14 pm
Forum: Development of MicroPython
Topic: esp32-cam NRF24l01 image transfer
Replies: 2
Views: 3782

Re: esp32-cam NRF24l01 image transfer

Hi Peter,

Thanks for your answer!
You're right. A print of the payload shows me b'\x00\x00\x00\x00\x00\x00\x00\x00'.

i'll try to find a good way and post the solution when i have it :)

Regards,
Hans
by aardbei
Sun Dec 29, 2019 6:09 pm
Forum: Development of MicroPython
Topic: esp32-cam NRF24l01 image transfer
Replies: 2
Views: 3782

esp32-cam NRF24l01 image transfer

Hello Developers, i have micropython running on an ESP32-Cam and a ESP32 Olimex POE. Goal is to grab an image from the ESP32-Cam and transfer that with the NRF24L01 to the ESP32 Olimex POE what is acting as a MQTT gateway and transfer that image to an MQTT broker for further processing. When i insta...