Search found 7 matches
- Wed Apr 22, 2020 10:01 pm
- Forum: Showcase
- Topic: [Info] Using Raspberry Pi as a development environment
- Replies: 19
- Views: 74784
Re: [Info] Using Raspberry Pi as a development environment
Hi, Please refer to https://github.com/espressif/esp-at/blob/master/docs/ESP_AT_Get_Started.md After cloing esp-at project, please unset IDF_PATH, and remove the esp-idf directory in esp-at project. When you run "make" or "make defconfig" command, ESP-IDF will be cloned automatically into esp-at/es...
- Tue Apr 21, 2020 10:55 pm
- Forum: Showcase
- Topic: [Info] Using Raspberry Pi as a development environment
- Replies: 19
- Views: 74784
Re: [Info] Using Raspberry Pi as a development environment
Hmm, it looks like the answer is that esp-at needs esp-idf 4.0 and you're checking out master. If you go to your esp-idf directory and do an 'git checkout release/v4.0' and a 'git submodule update' and retry compiling the project, the errors should go away. Fwiw, I agree that the docs are misleadin...
- Mon Apr 20, 2020 11:37 pm
- Forum: Showcase
- Topic: [Info] Using Raspberry Pi as a development environment
- Replies: 19
- Views: 74784
Re: [Info] Using Raspberry Pi as a development environment
So did you do that? Yes, of course. I tried again and again and again. And before I answered, I partially succeeded. For the project "hello_world" I finally got a menu: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/_images/project-configuration1.png In previous attempts, I was not abl...
- Sun Apr 19, 2020 7:36 pm
- Forum: Showcase
- Topic: [Info] Using Raspberry Pi as a development environment
- Replies: 19
- Views: 74784
Re: [Info] Using Raspberry Pi as a development environment
Hi Hi ! I did everything exactly according to the instructions - https://www.youtube.com/watch?v=jt0aaMQD1WI, but I have problems How can I solve this problem: pi@raspi3:~/esp32 $ ls esp-idf myapp pi@raspi3:~/esp32 $ cd myapp pi@raspi3:~/esp32/myapp $ ls CMakeLists.txt LICENSE main Makefile README.m...
- Tue Apr 07, 2020 1:06 am
- Forum: Hardware
- Topic: BLE SPP mode
- Replies: 0
- Views: 3734
BLE SPP mode
Hi! I try to enable BLE SPP mode, but i can't Could you help me, what i do wrong ? AT+gmr AT version:2.0.0.0(e44648c - Nov 4 2019 02:18:57) SDK version:v3.3 compile time(7cac7ad):Nov 4 2019 06:11:40 Bin version:2.0.0(WROOM-32) OK AT+RST OK ready AT+BLEINIT=2 OK AT+BLEGATTSSRVCRE OK AT+BLEGATTSSRVSTA...
- Thu Apr 02, 2020 10:49 am
- Forum: Hardware
- Topic: SW_RESET continuous reboot
- Replies: 41
- Views: 146785
Re: SW_RESET continuous reboot
is there anyone here who can explain
- Thu Mar 05, 2020 10:33 pm
- Forum: Hardware
- Topic: SW_RESET continuous reboot
- Replies: 41
- Views: 146785
Re: SW_RESET continuous reboot
Hi guys, I got fixed. try this latest development release; Arduino core for ESP32 https://github.com/espressif/arduino-esp32/releases/tag/1.0.3-rc3 ------ I had same problem. 1. There is no problem on ESP-IDF. 2. I had this reboot problem only using Arduino IDE. > rst:0x3 (SW_RESET),boot:0x13 (SPI_...