GPIO3 not working
Posted: Mon Jul 20, 2015 10:31 pm
Hi,
Does anyone have a reasonable explanation as to why it seems to "freeze" my esp8266 (ESP-01) when i execute the following:
pin 9 is GPIO3 (RXD) - which i should be able to use as GPIO..
I'm telnetting to my device (not using the serial connection)
also, it works fine with 10 (GPIO1), which is TXD
I've read multiple old posts with people successfully using RXD as GPIO,
and i'm wondering if it might have broken recently?
Thanks
Does anyone have a reasonable explanation as to why it seems to "freeze" my esp8266 (ESP-01) when i execute the following:
Code: Select all
gpio.mode(9, gpio.OUTPUT)
pin 9 is GPIO3 (RXD) - which i should be able to use as GPIO..
I'm telnetting to my device (not using the serial connection)
also, it works fine with 10 (GPIO1), which is TXD
I've read multiple old posts with people successfully using RXD as GPIO,
and i'm wondering if it might have broken recently?
Thanks