Search found 8 matches

by Barneybear
Tue Jan 11, 2022 10:20 am
Forum: ESP8266 boards
Topic: Assign queue/list to rtc memory
Replies: 2
Views: 7329

Re: Assign queue/list to rtc memory

Thank you karfas
by Barneybear
Mon Jan 10, 2022 12:26 pm
Forum: ESP8266 boards
Topic: Assign queue/list to rtc memory
Replies: 2
Views: 7329

Assign queue/list to rtc memory

Hi all, i wish to assign a small int stack to be used ideally with queue or a list to rtc memory. Can anybody tell me please if assigning queue or a list to a specific memory address is possible. I wish to collect a small dataset that can survive a soft reboot without the need for additional hardwar...
by Barneybear
Sat Jan 08, 2022 11:33 am
Forum: ESP32 boards
Topic: ESP-Now support for ESP32 (and ESP8266)
Replies: 368
Views: 1513231

Re: ESP-Now support for ESP32 (and ESP8266)

Hi Glenn been -10 c here, could do with some sunshine, I use the 4 meg esp8266 wittys, do not seem to cost me much more than the 1 meg varieties, but give me easier access to more pins, if I cut the tri colour led neg leg. If you would like me to try any revised images out please give me a shout. Ag...
by Barneybear
Wed Jan 05, 2022 2:37 pm
Forum: General Discussion and Questions
Topic: Saving list file via repl
Replies: 2
Views: 5232

Re: Saving list file via repl

Thanks for the reply, using Json seems to overcome the problem, and the list does not disappear during write. All the best
by Barneybear
Tue Jan 04, 2022 5:20 pm
Forum: General Discussion and Questions
Topic: Saving list file via repl
Replies: 2
Views: 5232

Saving list file via repl

Hi, I can load a list from a text file then with repl modify e.g names(0)=0 the list. When I try to save the modified list to the same text file i encounter an error stating names does not exist. After which if I try to print names it has disappeared from ram.. Is this a stream issue, Is their a wor...
by Barneybear
Wed Dec 22, 2021 3:32 pm
Forum: ESP32 boards
Topic: ESP-Now support for ESP32 (and ESP8266)
Replies: 368
Views: 1513231

Re: ESP-Now support for ESP32 (and ESP8266)

Mmliam the firmware-esp8266-GENERIC.bin for 2m+ caused constant reboot 11112021. Once webrepl setup used. Previous version to this boots fine
All the best
by Barneybear
Wed Dec 22, 2021 12:11 pm
Forum: ESP32 boards
Topic: ESP-Now support for ESP32 (and ESP8266)
Replies: 368
Views: 1513231

Re: ESP-Now support for ESP32 (and ESP8266)

Thanks for the reply Dave, it is the latest generic .bin causing the issue, (tried on 3 different 8266 boards) I loaded a previous version and so far no constant reboots.
by Barneybear
Tue Dec 21, 2021 1:37 pm
Forum: ESP32 boards
Topic: ESP-Now support for ESP32 (and ESP8266)
Replies: 368
Views: 1513231

Re: ESP-Now support for ESP32 (and ESP8266)

Hi Glenn thank you for your work, I wish to develop a project via webrepl and esp now on an esp8266. I have installed your latest .bin and everything works until I try webrepl setup which after completion makes the 8266 go into a constant reboot loop. Can the two functions coexist or is it a bug. I ...