Search found 35 matches

by Inq720
Fri Aug 23, 2024 11:01 am
Forum: ESP8266
Topic: esp8266 compiling error
Replies: 1
Views: 1568

Re: esp8266 compiling error

I'll assume your question is, "what does this warning mean?" It is explicitly saying... the library you're using is not compatible with your ESP8266. If you think the library developer is being too conservative, you can brute force it, so the compiler will try to compile it.
by Inq720
Sun Jul 07, 2024 2:29 pm
Forum: ESP8266
Topic: Passing two credentials at initial boot over serial, not a Website
Replies: 13
Views: 7709

Re: Passing two credentials at initial boot over serial, not a Website

Cool! I'll take a look. Keep this or another thread updated as you add functionality. Sounds very interesting.
by Inq720
Fri Jul 05, 2024 1:09 pm
Forum: ESP8266
Topic: Modbus TCP using STM32F446 Nucleo board and ESP8266
Replies: 1
Views: 2932

Re: Modbus TCP using STM32F446 Nucleo board and ESP8266

Apologies... I'm afraid I have zero knowledge about using ESP8266 with its AT command set even though that was its original purpose and even less about the STM product. I scanned the info on it and it seems its a microcontroller and your merely using the ESP as a dumb communications board. The Ardui...
by Inq720
Fri Jul 05, 2024 12:26 pm
Forum: ESP8266
Topic: Uploading freeze
Replies: 6
Views: 25666

Re: Uploading freeze

I have one of the red ones. I followed the instructions - switched to 'prog" mode and uploaded.....at one point the blue led flashed and then "hard resetting via RTS" and then.....nothing. I tried unplug/replug usb, same but switching to UART....nothing. In this application it is a relay switched u...
by Inq720
Thu Jul 04, 2024 5:56 am
Forum: ESP8266
Topic: Re: esp-01 http send request simple arduino google sheet
Replies: 10
Views: 8426

Re: esp-01 http send request simple arduino google sheet

I guess professional developers aren't going to lose jobs yet to AI. :) Give it a day or three more though... I'm glad I'm retired.
by Inq720
Thu Jul 04, 2024 5:47 am
Forum: ESP8266
Topic: Uploading freeze
Replies: 6
Views: 25666

Re: Uploading freeze

Hi.....I am a newbie and I have the same problem. I understand this not an error but a status message. The module is an ESP 8266 ESP 01S and I am using a USB-UART - the type with a switch for USB/UART mode. I tried unplugging usb and re-plugging, same but flicking switch, loading a different progra...
by Inq720
Sat Jun 29, 2024 5:48 pm
Forum: ESP8266
Topic: Passing two credentials at initial boot over serial, not a Website
Replies: 13
Views: 7709

Re: Passing two credentials at initial boot over serial, not a Website

...here is quick and dirty utility you can include with your install script to do the string replacements in the bin file before uploading... A warm thank you for the example. I will need some time to undestand it. I hope I can elaborate on it. I've never created an install package for Linux, but i...
by Inq720
Sat Jun 29, 2024 9:56 am
Forum: ESP8266
Topic: Passing two credentials at initial boot over serial, not a Website
Replies: 13
Views: 7709

Re: Passing two credentials at initial boot over serial, not a Website

I thought I might utilize your OP premise for end-user installation and if you haven't found a better method, here is quick and dirty utility you can include with your install script to do the string replacements in the bin file before uploading. Developed on a RasPi assuming from your first post th...
by Inq720
Fri Jun 21, 2024 11:52 am
Forum: ESP8266
Topic: Passing two credentials at initial boot over serial, not a Website
Replies: 13
Views: 7709

Re: Passing two credentials at initial boot over serial, not a Website

Wow! I could not figure it were that simple, just fiddling into the binary to replace a string Doesn't the .bin have a checksum? Have you got an example of your script? I suppose that it must strictly overwrite the Strings, keeping the length. A plain text substitution, as a text editor does, could...
by Inq720
Thu Jun 20, 2024 11:41 pm
Forum: ESP8266
Topic: Passing two credentials at initial boot over serial, not a Website
Replies: 13
Views: 7709

Re: Passing two credentials at initial boot over serial, not a Website

True, now corrected. I figured as much, I looked into your Karajan project and figured where you're going with this question... I dont need to change the code, just to enter two credentials strings in EEPROM and differenciate between the uninitialized state and the rebbot with existing EEPROM data....