@NeverDie @mfalkvidd
Today I've resoldered the ESP8266 Chip.
Everything works perfect.
Thanks for your help!
numanx
@numanx
Best posts made by numanx
-
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
-
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
Finally got it!
It seems that I have a problem with the ESP8266.
After about 24 Hours of debugging I found the problem...Steps:
Checked if the wiring is good with a multimeter probe on each pin of the adapter(which I know it worked) and each pin of the radio to verify the correct pinout.
It seems that the pinout was ok and the wiring was also ok.
Write a sketch with all the ports from D2 to D8 in output HIGH and with a little buzzer I've tested each pin.
It seems that D7 doesn't give voltage.
Checked the pinout diagram for the ESP-12E. Checked for continuity between GPIO13(from the chip) and D7 and there was no continuity.
Tried to connect the radio MOSI Pin directly to GPIO13 and IT WORKED!0;255;3;0;9;TSM:INIT 0;255;3;0;9;TSM:INIT:TSP OK 0;255;3;0;9;TSM:INIT:GW MODE 0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0 0;255;3;0;9;MCO:REG:NOT NEEDED
Is there any way to move the MOSI pin from the board to another digital pin from ESP8266?
Thanks! -
[SOLVED] Problems with ESP8266 and NRF24L01+
Hello,
I have a problem using an ESP8266 and a NRF24L01+ module.
I followed all the steps from this guide https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help and still it won't work.
I am using an adapter like this https://www.aliexpress.com/item/5pcs-Socket-Adapter-Module-Board-for-NRF24L01-Wireless-Module/32368381876.html for converting the power and for power stability.
I have two NRF24L01+ modules and I've tested them with an Arduino Nano which it works.
I can't get it to work with ESP8266, I've checked the wirings multiple times.
Arduino IDE 1.6.8 with latest version of MySensors Library on Linux and Mac OS X using an ESP8266 and NRF24L01+
I've tried to power the module directly from ESP8266 and separately from a 5V PSU with the 5V regulator adapter and common ground with the ESP8266.Thanks for your help!
This is the serial monitor error:
0;255;3;0;9;TSM:INIT 0;255;3;0;9;!TSM:INIT:TSP FAIL 0;255;3;0;9;TSM:FAIL:CNT=7 0;255;3;0;9;TSM:FAIL:PDT 0;255;3;0;9;TSM:FAIL:RE-INIT```
Latest posts made by numanx
-
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
@NeverDie @mfalkvidd
Today I've resoldered the ESP8266 Chip.
Everything works perfect.
Thanks for your help! -
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
@mfalkvidd
It seems that ESP8266 doesn't support SOFTSPIIn file included from /home/numanx/Arduino/ESP8266OTA/ESP8266OTA.ino:120:0: /home/andreihering/Arduino/libraries/MySensors/MySensors.h:248:2: error: #error Soft SPI is not available on ESP8266
-
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
Finally got it!
It seems that I have a problem with the ESP8266.
After about 24 Hours of debugging I found the problem...Steps:
Checked if the wiring is good with a multimeter probe on each pin of the adapter(which I know it worked) and each pin of the radio to verify the correct pinout.
It seems that the pinout was ok and the wiring was also ok.
Write a sketch with all the ports from D2 to D8 in output HIGH and with a little buzzer I've tested each pin.
It seems that D7 doesn't give voltage.
Checked the pinout diagram for the ESP-12E. Checked for continuity between GPIO13(from the chip) and D7 and there was no continuity.
Tried to connect the radio MOSI Pin directly to GPIO13 and IT WORKED!0;255;3;0;9;TSM:INIT 0;255;3;0;9;TSM:INIT:TSP OK 0;255;3;0;9;TSM:INIT:GW MODE 0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0 0;255;3;0;9;MCO:REG:NOT NEEDED
Is there any way to move the MOSI pin from the board to another digital pin from ESP8266?
Thanks! -
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
Here are the photos of the ESP8266 board, NR24L01+ and the wiring.
-
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
Ok, I've solved the problem with the Wireless SSID and password by uploading the HelloServer sketch from the ESP8266 examples.
Now I rewire the ESP8266 and Radio and I will post some photos. -
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
Now I have another problem...
I've tried to change the Wireless SSID and Password in the sketch and it seems that after uploading on the ESP8266 it doesn't update them. I've tried clearing EEPROM memory and now the ESP8266 seems to be stucked in the AP mode and I have some strange characters when I open Serial Monitor...0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGE--,VER=2.1.1 0;255;3;0;9;TSF:LRT:OK 0;255;3;0;9;TSM:INIT 0;255;3;0;9;TSF:WUR:MS=0 0;255;3;0;9;!TSM:INIT:TSP FAIL 0;255;3;0;9;TSM:FAIL:CNT=1 0;255;3;0;9;TSM:FAIL:PDT chg_A2:-40
-
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
@NeverDie
The board selected is NodeMCU 1.0 (ESP-12E module)
I've tried suplying the adapter with 3.3v and also with 5V.@mfalkvidd
Now the radio is connected directly to the ESP8266 but still I have the same error. -
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
@sundberg84 @NeverDie
Thanks for your answers.
I've connected the ESP8266 and NRF24L01+ exactly as described in Connecting the Radio(https://www.mysensors.org/build/connect_radio) at the NRF24L01+ & ESP8266 section.
Still the same error, I've tried rewiring a couple of times using different wires. -
RE: [SOLVED] Problems with ESP8266 and NRF24L01+
@sundberg84
The ESP8266 was running from my PC using a usb cable.
I've tried to power the NRF24L01+ from the ESP8266 directly with dupont cable also I've tried through the Socket adapter plate board. I've tried to power the NRF24L01+ from a 5V power supply. The NRF24L01+ ground was common with the ESP8266 ground and the VCC on the adapter(which pass through the 5V to 3.3V regulator and then to NRF24L01+) was connected from the 5V power supply.I am using the NodeMCU as described in the following link https://www.mysensors.org/build/connect_radio#nrf24l01+-&-esp8266