Search found 37 matches
- Fri Nov 15, 2024 1:09 pm
- Forum: ESP8266
- Topic: Complete Newby IDE issues
- Replies: 1
- Views: 290
Re: Complete Newby IDE issues
I believe you are not loading the correct esp8266 boards library. When I put the full name "ESP8266" in the search box, I get the library that is version 3.1.2. Your image shows something that is 2.3.
- Sat Oct 12, 2024 10:09 am
- Forum: ESP8266
- Topic: problem on wake up from deep sleep
- Replies: 2
- Views: 1370
Re: problem on wake up from deep sleep
You'll need to give more information, like which esp8266 you're using - Bare, 01, 07, 12E, 12F, WeMos, NodeMCU... etc. You'll also have to include wiring if not one of the dev boards. Also, showing your source code is necessary. Otherwise, we'd be throwing darts blindfolded. This link is to another ...
- Fri Aug 23, 2024 11:01 am
- Forum: ESP8266
- Topic: esp8266 compiling error
- Replies: 1
- Views: 3151
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.
- Sun Jul 07, 2024 2:29 pm
- Forum: ESP8266
- Topic: Passing two credentials at initial boot over serial, not a Website
- Replies: 13
- Views: 11785
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.
- Fri Jul 05, 2024 1:09 pm
- Forum: ESP8266
- Topic: Modbus TCP using STM32F446 Nucleo board and ESP8266
- Replies: 1
- Views: 3816
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...
- Fri Jul 05, 2024 12:26 pm
- Forum: ESP8266
- Topic: Uploading freeze
- Replies: 6
- Views: 27262
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...
- Thu Jul 04, 2024 5:56 am
- Forum: ESP8266
- Topic: Re: esp-01 http send request simple arduino google sheet
- Replies: 10
- Views: 10967
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.
- Thu Jul 04, 2024 5:47 am
- Forum: ESP8266
- Topic: Uploading freeze
- Replies: 6
- Views: 27262
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...
- Sat Jun 29, 2024 5:48 pm
- Forum: ESP8266
- Topic: Passing two credentials at initial boot over serial, not a Website
- Replies: 13
- Views: 11785
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...
- Sat Jun 29, 2024 9:56 am
- Forum: ESP8266
- Topic: Passing two credentials at initial boot over serial, not a Website
- Replies: 13
- Views: 11785
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...