Search found 24 matches
- Thu Sep 07, 2017 11:49 am
- Forum: General Discussion and Questions
- Topic: [SOLVED]Issue with sending data to webserver
- Replies: 3
- Views: 1671
Re: [SOLVED]Issue with sending data to webserver
Fangus, your suggestion worked. It's been running for a few days now without any crashes.
- Sat Sep 02, 2017 2:57 am
- Forum: General Discussion and Questions
- Topic: [SOLVED]Issue with sending data to webserver
- Replies: 3
- Views: 1671
Re: Issue with sending data to webserver
Thanks for the suggestion, fangus. I'll have to give it a try. It finally crashed again but it now gave me a different error:
It's referring to the last line in my function in my OP.
Code: Select all
File "esp8266temptest4.py", line 110, in send_data
NameError: local variable referenced before assignment
- Fri Sep 01, 2017 11:19 pm
- Forum: General Discussion and Questions
- Topic: [SOLVED]Issue with sending data to webserver
- Replies: 3
- Views: 1671
[SOLVED]Issue with sending data to webserver
Murphy's law seems to strike again for me. My current project is simply sending some temperature data to my Pi with my Wemos D1 mini. I finally got everything working smoothly, or so I thought. After an hour or two of running a loop that reads the temp sensors and sends the readings to the webserver...
- Fri Sep 01, 2017 4:21 pm
- Forum: General Discussion and Questions
- Topic: [SOLVED] I2C reliability reading second byte issue
- Replies: 2
- Views: 1392
Re: I2C reliability reading second byte issue
Thanks for the explanation, I'm seeing it now, WebREPL is formatting those numbers as asii characters, got it.
- Fri Sep 01, 2017 2:08 pm
- Forum: General Discussion and Questions
- Topic: [SOLVED] I2C reliability reading second byte issue
- Replies: 2
- Views: 1392
[SOLVED] I2C reliability reading second byte issue
Been learning how to use i2c under Micropython. I've figured most of it out, but I have a frustrating issue with reliably receiving the second temperature data byte from my temperature sensor. I've even lowered the i2c frequency down to 1KHz and I'm still not receiving the second data byte occasiona...
- Thu Aug 17, 2017 11:50 pm
- Forum: General Discussion and Questions
- Topic: [SOLVED]issue with calling functions from a file
- Replies: 2
- Views: 1303
Re: issue with calling functions from a file
Sorry for the late reply, had an urgent matter to attend to. I took another shot at it a few minutes ago, and now everything works fine; it must have been something stupid on my part (guessing that I didn't tab over correctly for a line of code, or something similar.) I was trying out the first exam...
- Thu Aug 17, 2017 1:52 pm
- Forum: General Discussion and Questions
- Topic: [SOLVED]issue with calling functions from a file
- Replies: 2
- Views: 1303
[SOLVED]issue with calling functions from a file
I've been trying to call a function from a file, having no luck I tried the example from the page: http://wiki.micropython.org/Importing-Modules But even with the example this is what I get: Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no...
- Fri Aug 11, 2017 5:41 pm
- Forum: ESP8266 boards
- Topic: [SOLVED] unable to get REPL prompt
- Replies: 17
- Views: 9570
Re: unable to get REPL prompt
SUCCESS! After reading the reply on richarddavison's thread (https://forum.micropython.org/viewtopic.php?f=16&t=3665) , suggesting that the one that I have may have an ESP8285 chip. I tried the instructions provided in the linked thread(adding --flash_mode=dout) and success, I now get the REPL promp...
- Thu Aug 10, 2017 10:20 pm
- Forum: ESP8266 boards
- Topic: [SOLVED] unable to get REPL prompt
- Replies: 17
- Views: 9570
Re: unable to get REPL prompt
Nope, never found a solution. I did get a refund and ordered a replacement. Will see if that one will work.
- Tue Aug 01, 2017 12:09 pm
- Forum: ESP8266 boards
- Topic: [SOLVED] unable to get REPL prompt
- Replies: 17
- Views: 9570
Re: unable to get REPL prompt
I tried setting the UART speed to 74880 (and several over baud rates) to see if what I was getting at reset was actually something else other than garbage, but so far have had no luck. Balu, what firmware version worked for you?