- Sun Aug 28, 2016 3:26 pm
#54010
Hello,
Yes I am using the nodemcu, powered by usb
I power my display from the 3.3v available on the nodemcu board
The program with sliders and udp craches always, it draws the outline of the first slider and craches, if I put the udp code that updates the slider in the button ontouch code it works, udp is with sliders is craching, something mmiscool has to look at.
For comipling your espbasic, you need to download de arduino ide.
I think version 1.6.5 is the correct one
Download van git the 3.0 version
Put all the library files in the downloaded zip file in the Arduino library folder, overwrite if there is a conflict.
Enable development for esp8266, by adding the esp8266 tools to the board manager
Select your board in the board manager
Load de espbasic.ino file from the zip file and verify/compile
If everything goes well, connect your nodemcu board to usb, and select in tools menu correct comm port
Set nodemcu in flash mode, and select upload
The board is then flashed
This is a very short description, if you google a bit, you find more detailed instruction
Hope this helps
-lpservices