62 61 72 65 6C 79 20 73 75 72 76 69 76 69 6E
- 0 replies
- 0 recasts
- 0 reactions
\nounv2auctionfirmware esp8266 firmware for nounv2 auction. no need to edit code, it's already built into a bin file. very diy friendly, just connect esp8266 to pc, open https://esptool.spacehuhn.com/, upload the firmware, and flash it. first time setup, the esp will create an access point so you can set wifi. for advanced diy, the source code is also available https://github.com/XppaiCyberr/nounwtf-xpp/tree/main/nounwtfesp/nounuwtfauction
- 0 replies
- 0 recasts
- 4 reactions
\nounapi one of the challenges of working on small hardware/microcontrollers is the memory and language limitations - it's not possible to fit a JS package or load a big JSON file. So, as a workaround, we need to bring the data to the ESP as small as possible and let another service handle the heavy lifting outside the esp, so the microcontroller's job is only to parse the data and display it on the display module. next update i will be working on firmware. https://github.com/XppaiCyberr/nounwtf-api
- 0 replies
- 0 recasts
- 3 reactions