Search found 5 matches

by poduris
Sun Oct 09, 2016 5:45 pm
Forum: ESP8266 boards
Topic: main.py don't start after poweron
Replies: 11
Views: 16469

Re: main.py don't start after poweron

Thanks Everyone !
its working now... I was putting on main.py @ /home/vagrant/micropython/esp8266/scripts/ on ubuntu virtual machine (on the same VM where firmware is compiled) ......it didn't work.

Now I'm using mpfshell to put main.py file through serial port. Its working now.
by poduris
Sun Oct 09, 2016 5:37 pm
Forum: ESP8266 boards
Topic: HTTP post function
Replies: 3
Views: 4298

Re: HTTP post function

Thanks Chris !

Where in the Code I need to mention API key.. ? I'm getting response codes but unable to put/post data as I'm not sure where to include API keys.
by poduris
Sun Oct 09, 2016 4:11 am
Forum: ESP8266 boards
Topic: HTTP post function
Replies: 3
Views: 4298

HTTP post function

Hi All,

In the ESP8266 micropython documentation http get function is mentioned, however I want http post function to upload sensor values through thingspeak api. how can I do it ?
by poduris
Thu Oct 06, 2016 3:27 am
Forum: ESP8266 boards
Topic: main.py don't start after poweron
Replies: 11
Views: 16469

Re: main.py don't start after poweron

Hi Robert, Please find the O/P of port_diag ... I see 4 MB >>> import port_diag FlashROM: Flash ID: 1640e0 (Vendor: e0 Device: 4016) Flash bootloader data: Byte @2: 00 Byte @3: 40 (Flash size: 4MB Flash freq: 40MHZ) Firmware checksum: size: 530896 md5: d5b8fdbc4aca895baf9581d3a961dd73 True Networkin...
by poduris
Wed Oct 05, 2016 5:26 pm
Forum: ESP8266 boards
Topic: main.py don't start after poweron
Replies: 11
Views: 16469

Re: main.py don't start after poweron

Hi, I'm new to ESP & Micropython, I wanted to run micropython code by including it in firmware .....I get following error on powering on NodeMCU. "could not open file 'main.py' for reading" I did following 1) Built esp sdk toolchain using documentaion available at https://learn.adafruit.com/building...