Examples dont run with Esp-open-sdk
Posted: Mon Jul 20, 2015 4:16 am
Hi Guys,
A couple of days ago my ESP01 came with the postman. Time to fiddle! This is my first esp device so to get going quickly i've decided to install the esp-open-sdk on my linux machine. It compiled without any problem. After compiling i did a git clone of the well known 'sources-code-examples'.
I've edited the makefile with the correct paths to my compiler/sdk/esptool.py paths and ran make all. Compiled nicely and it resulted in 0x00000.bin and 0x40000.bin. I connected my esp01 with a fdti adapter on a breadbord. At preinstalled AT example worked like a charm, so i thought, lets flash it with the basic_example.
Flashing went without any issue (using make flash) so i've disconnected GPIO0 and let the example run. But i don't get any AccessPoint visible and my serial monitor only showed a couple of garbage bytes on 115200. I also tried the blinky example, but no blinky on GPIO2 and the same garbage on the screen.
I'm fiddling with this for a couple of days now and don't seem to make any progress, can anybody help me debug?
A couple of days ago my ESP01 came with the postman. Time to fiddle! This is my first esp device so to get going quickly i've decided to install the esp-open-sdk on my linux machine. It compiled without any problem. After compiling i did a git clone of the well known 'sources-code-examples'.
I've edited the makefile with the correct paths to my compiler/sdk/esptool.py paths and ran make all. Compiled nicely and it resulted in 0x00000.bin and 0x40000.bin. I connected my esp01 with a fdti adapter on a breadbord. At preinstalled AT example worked like a charm, so i thought, lets flash it with the basic_example.
Flashing went without any issue (using make flash) so i've disconnected GPIO0 and let the example run. But i don't get any AccessPoint visible and my serial monitor only showed a couple of garbage bytes on 115200. I also tried the blinky example, but no blinky on GPIO2 and the same garbage on the screen.
I'm fiddling with this for a couple of days now and don't seem to make any progress, can anybody help me debug?