Espruino firmware 1.85 Non-access to "all" GPIOs #5271
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2016-04-27 by DrAzzy Try using the gpio pin number and see if that works (ex, digitalWrite(13,1) ). There are definitely pins you can't touch because they're used for the flash chip (the 6 pins at bottom of the esp12E modules) Posted at 2016-04-28 by @gfwilliams Also look at the They already contain the mapping info for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-04-27 by user64302
I am having problems with some pins of nodemcu & espruino. I tried all available pins (GPIO0 to GPIO16) and I can only 'turn on' the pins
D0 >> GPIO0
D1 >> TX
D2 >> GPIO2
D3 >> RX
D4 >> GPIO4
D5 >> GPIO5
when I try to drive other pin I get the next error: "ERROR: Cannot change pins used for flash chip"
How I can drive the pins GPIO12, GPIO13 & GPIO14 ???
Beta Was this translation helpful? Give feedback.
All reactions