Search found 14 matches

by brett
Sat Oct 07, 2017 11:40 pm
Forum: ESP8266 boards
Topic: How can a variable value be saved and retrieved from nonvolatile memory?
Replies: 2
Views: 4219

Re: How can a variable value be saved and retrieved from nonvolatile memory?

Thanks for the response! I got it to work using that link. I'm not sure I should have responded since it's in the wrong forum but I wanted thank you for all your activity on these forums.
by brett
Sat Oct 07, 2017 11:28 pm
Forum: Other Boards
Topic: Rf remote module
Replies: 1
Views: 2858

Rf remote module

I'm getting terrible range from this module: https://www.amazon.com/Hilitchi-Channel-Wireless-Transmitter-Receiver/dp/B018G0M3L4 I've tried various antennas half wavelength, quarter wavelength, spiral, straight, etc. I get consistent results inside about 10 feet and it sometimes works out to about 1...
by brett
Fri Oct 06, 2017 12:55 am
Forum: ESP8266 boards
Topic: How can a variable value be saved and retrieved from nonvolatile memory?
Replies: 2
Views: 4219

How can a variable value be saved and retrieved from nonvolatile memory?

I have the following program running, but I would like the value of the trackerCounter variable to be saved when the power is lost. I found this for the microBit but I'm not sure if it would work on the esp8266 or how to best implement it. https://support.microbit.org/support/solutions/articles/1900...
by brett
Tue Feb 28, 2017 12:36 am
Forum: General Discussion and Questions
Topic: Why does this crash after 5 activations?
Replies: 2
Views: 2712

Why does this crash after 5 activations?

Forgive me for posting this again as a new topic. Ok…I’m still struggling. The program will send both a help request and an emergency request. Where it gets weird is when you make 5 consecutive activations of combinations of help and emergency requests. I’ve tried these combinations: Help, help, hel...
by brett
Thu Feb 23, 2017 2:03 am
Forum: General Discussion and Questions
Topic: urequests post stopped working
Replies: 8
Views: 7080

Re: urequests post stopped working

Ok…I’m still struggling. The program will send both a help request and an emergency request. Where it gets weird is when you make 5 consecutive activations of combinations of help and emergency requests. I’ve tried these combinations: Help, help, help, help, help Emergency, help, help, help, help He...
by brett
Mon Jan 23, 2017 12:43 pm
Forum: General Discussion and Questions
Topic: urequests post stopped working
Replies: 8
Views: 7080

Re: urequests post stopped working

Ahhhh....OK...I will see what I can do about that this evening. Thanks for helping this newb learn!!
by brett
Mon Jan 23, 2017 11:29 am
Forum: General Discussion and Questions
Topic: urequests post stopped working
Replies: 8
Views: 7080

Re: urequests post stopped working

I was thinking that but the emergency one works. Is that an interrupt?
by brett
Mon Jan 23, 2017 2:21 am
Forum: General Discussion and Questions
Topic: uasyncio
Replies: 17
Views: 21366

Re: uasyncio

Someday I will have to figure out how to install uasyncio and your aswitch modules. I think you are probably right about the long press, but I was struggling on how to get those modules working. So I figured out how to postpone the helpRequest function like you suggested. The program is working for ...
by brett
Mon Jan 23, 2017 1:40 am
Forum: General Discussion and Questions
Topic: urequests post stopped working
Replies: 8
Views: 7080

Re: urequests post stopped working

Ok...thanks to pythoncoder I got a working program, but I'm having urequests issues again. The post under emergencyRequest works fine but the posts under helpRequest just pauses for a second or two and then the function completes. It seems like it is trying to send it but it doesn't go through. I've...
by brett
Fri Jan 20, 2017 2:24 pm
Forum: General Discussion and Questions
Topic: uasyncio
Replies: 17
Views: 21366

Re: uasyncio

I read your information and I'm still trying to wrap my head around it. Would uasyncio help in this situation? I'm a psychologist in a school system and we have several students with behavior issues that flip out (technical term) and get aggressive when their teacher calls the office for assistance....