groupgets / purethermal1-firmware

Reference firmware for PureThermal 1 FLIR Lepton Dev Kit
MIT License
126 stars 64 forks source link

Fix RX and TX pin switch #3

Closed faa closed 8 years ago

faa commented 8 years ago

The CH_PD pin is currently pulled low. This causes an error between the RX and TX pins. To confirm this, you need to connect the esp8266 to the PT1 with jumper wires and then switch the RX and TX pins.

Setting the pins (which I have done in this commit) will fix this issue and the esp8266 and PT1 will be able to communicate just fine.

The hardware problem is either RX and TX pins are incorrect or CH_PD needs to be pulled high. Luckily, there is a software fix.