Did anybody make a guide for how to upload software to the esp8266 using the Raspberry Pi B+?
Marius
Explore... Chat... Share...
Jan Marius Evang wrote:I found it!
http://www.extragsm.com/blog/2014/12/03 ... pberry-pi/
Summary:
1) Connect raspberry to use the esp as a "modem".
esp: Raspberry pi:
vcc and CH_PD -> Pin1 (3.3v)
GND -> Pin9 (GND)
TX -> Pin10 (GPIO 15)
RX -> Pin8 (GPIO14)
Disable serial port login (remove from /etc/inittab the line with ttyAMA0
Disable serial port bootup messages (remove from /boot/cmdline.txt all parameters with ttyAMA0
Reboot.
Connect with minicom -b 115200 -o -D /dev/ttyAMA0
2) Upload new firmware:
Get http://www.extragsm.com/blog/wp-content ... server.zip
Connect GPIO00 to GND. (!!!)
python esptool.py --port AMA0 write_flash 0x00000 firmware/0x00000.bin 0x40000 firmware/0x40000.bin 0x12000 webpages.espfs
Git Repository: https://github.com/dubaurazvan/esp8266- ... s-switcher
I'll try this when all the stuff I need arrives.
Marius
Jan Marius Evang wrote:I found it!
http://www.extragsm.com/blog/2014/12/03 ... pberry-pi/
Summary:
1) Connect raspberry to use the esp as a "modem".
esp: Raspberry pi:
vcc and CH_PD -> Pin1 (3.3v)
GND -> Pin9 (GND)
TX -> Pin10 (GPIO 15)
RX -> Pin8 (GPIO14)
Disable serial port login (remove from /etc/inittab the line with ttyAMA0
Disable serial port bootup messages (remove from /boot/cmdline.txt all parameters with ttyAMA0
Reboot.
Connect with minicom -b 115200 -o -D /dev/ttyAMA0
2) Upload new firmware:
Get http://www.extragsm.com/blog/wp-content ... server.zip
Connect GPIO00 to GND. (!!!)
python esptool.py --port AMA0 write_flash 0x00000 firmware/0x00000.bin 0x40000 firmware/0x40000.bin 0x12000 webpages.espfs
Git Repository: https://github.com/dubaurazvan/esp8266- ... s-switcher
I'll try this when all the stuff I need arrives.
Marius
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]