Search found 2 matches
- Mon Dec 12, 2022 12:56 pm
- Forum: General Discussion
- Topic: Program ESP8266 Via raspberry pi serial
- Replies: 1
- Views: 1736
Re: Program ESP8266 Via raspberry pi serial
So, an update. I was able to reset the lcd by editing esptool.py def _setRTS(self, state): GPIO.output(4, not state)#EDIT HERE.GPIO4 is where the reset pin goes on my rpi self._port.setRTS(state) # Work-around for adapters on Windows using the usbser.sys driver: # generate a dummy change to DTR so t...
- Tue Dec 06, 2022 9:33 am
- Forum: General Discussion
- Topic: Program ESP8266 Via raspberry pi serial
- Replies: 1
- Views: 1736
Program ESP8266 Via raspberry pi serial
Hello, I've been developing recently on the gen4-IoD-32T LCD from 4d Systems that is using the Espressif ESP8266 SoC. The "default" way to develop on that lcd is via Arduino IDE and through a gen4-IoD Programming Adaptor board that comes with the LCD. Well actually you start with their (4d systems) ...