-->
Page 3 of 3

Re: Anyone have NodeMCU pinout for BASIC

PostPosted: Thu Nov 12, 2015 5:31 pm
by forlotto
Yes correct as stated I wasn't sure if you referenced them the same with basic as you would for arduino as I stated in my previous posting well after I was finished editing and you likely did not see.

Don't mention it man I appreciate all the work you put into the project on the forum here hammering away been a great help an old school type forum user not afraid to answer something if you know the answer and basic seems fairly smooth thus far.

But I am glad you got it enjoy!

Re: Anyone have NodeMCU pinout for BASIC

PostPosted: Fri Nov 13, 2015 9:27 am
by viscomjim
So on the nodeMCU esp-12e board, where are the I2C pins that esp basic uses?

Re: Anyone have NodeMCU pinout for BASIC

PostPosted: Fri Nov 13, 2015 7:08 pm
by Mmiscool
I2c is on 0 and 2 I believe. Have not implemented a way to change this programmatically yet. It is currently hard coded.

There is no real documentation created for this yet. The best I can say is look at the i2c example on esp8266basic.com

Hopefully I can get some details for this in the documentation soon.


Also for the 1wire sensors they are connected on gpio 5. Hopefully this is helpful.