Search found 8 matches

by greg_the_aussie
Thu Sep 01, 2022 8:41 pm
Forum: ESP8266 boards
Topic: 2 concurrent while true loops?
Replies: 3
Views: 35125

Re: 2 concurrent while true loops?

Thank you very much Robert. You’ve set my mind at ease and thank you also for the tips for where to look next for a way forward.
You are a beautiful human being!
by greg_the_aussie
Thu Sep 01, 2022 12:57 pm
Forum: ESP8266 boards
Topic: 2 concurrent while true loops?
Replies: 3
Views: 35125

2 concurrent while true loops?

Hello folks. I’ve been trying to get some scripts to work together unsuccessfully for the past few nights. Nothing complicated. Just ideas I have put together from sources like this one. Boot with Access Point on Main runs a loop that takes a measurement from a sensor and writes it to reading.txt on...
by greg_the_aussie
Sat Jan 15, 2022 10:30 pm
Forum: ESP8266 boards
Topic: Socket Server stopped running from boot.py
Replies: 1
Views: 6127

Socket Server stopped running from boot.py

Hello folks My project involves a board connected to an ultrasonic distance measurement device sitting on top of my water tank and taking a daily reading of the water level and writing the number to water_level.txt. The board also provided a socket server with an infinite loop that sends water_level...
by greg_the_aussie
Wed Sep 16, 2020 11:40 am
Forum: ESP8266 boards
Topic: ESP8266 and JSN-SR04T-2.0 inconsistent results
Replies: 3
Views: 4846

Re: ESP8266 and JSN-SR04T-2.0 inconsistent results

Big step in the right direction. I found a hint in another arduino forum about using this sensor. The hint was to explicitly set the trigger low and let it settle before setting it high to initiate the trigger. The result is that the distance measurements are tolerably accurate for a water tank and ...
by greg_the_aussie
Mon Sep 14, 2020 11:40 am
Forum: ESP8266 boards
Topic: ESP8266 and JSN-SR04T-2.0 inconsistent results
Replies: 3
Views: 4846

ESP8266 and JSN-SR04T-2.0 inconsistent results

Hello folks I have a concrete, in-ground water tank for my domestic water storage. There's no easy way to monitor the water level so I have started to put together an ultrasonic depth sensor with the intention of viewing a graph of the depth across a couple of months, measured once each day. I plan ...
by greg_the_aussie
Sat Jul 06, 2019 1:12 pm
Forum: ESP8266 boards
Topic: Inclusion of socket in main.py prevents further edits
Replies: 5
Views: 3809

Re: Inclusion of socket in main.py prevents further edits

Thanks for the assistance folks. I have a micro python prompt again. Also directions to the couple of libraries are hugely appreciated.
by greg_the_aussie
Fri Jul 05, 2019 8:29 pm
Forum: ESP8266 boards
Topic: Inclusion of socket in main.py prevents further edits
Replies: 5
Views: 3809

Re: Inclusion of socket in main.py prevents further edits

Thanks for the links and guidance folks. Back on track again.
by greg_the_aussie
Wed Jul 03, 2019 8:53 pm
Forum: ESP8266 boards
Topic: Inclusion of socket in main.py prevents further edits
Replies: 5
Views: 3809

Inclusion of socket in main.py prevents further edits

Hello I found some code to establish a socket and let me switch the led on and off over wifi. (code at the end). Works correctly. But now I cannot edit the main.py file. Using webREPL I get an immediate Disconnecting message when I click connect. Screen, picocom will not return a python prompt no ma...