Search found 4 matches
- Wed Nov 21, 2018 8:56 pm
- Forum: ESP-IDF
- Topic: Monitoring error: "BT_HCI: hci write adv params error"
- Replies: 1
- Views: 3193
Monitoring error: "BT_HCI: hci write adv params error"
Hey all, I am trying to use nkolban's SampleRead.cpp on esp-idf-template on Ubuntu. I have done the following: Cloned esp-idf-template to "ble-test" folder Created components folder in "ble-test" and copied cpp_utils to components folder Edited and copied main.cpp & SampleRead.cpp into main folder d...
- Fri Nov 16, 2018 12:22 am
- Forum: ESP-IDF
- Topic: make error when adding cpp_utils to esp-idf-template
- Replies: 0
- Views: 1965
make error when adding cpp_utils to esp-idf-template
I am new to ESP32 and c++. I am on windows 10 and here are the steps that I took: 1. Cloned esp-idf-template to "ble-test" folder 2. Created components folder in "ble-test" and copied cpp_utils to components folder 2. copied main.cpp & all the sample cpp files into main folder 3. deleted main.c 4. m...
- Thu Oct 25, 2018 9:18 am
- Forum: General Discussion
- Topic: Running "make monitor" in windows command prompt or other shells
- Replies: 2
- Views: 4368
Re: Running "make monitor" in windows command prompt or other shells
Thanks a lot! Pyserial worked perfectly.
- Sun Oct 21, 2018 3:36 pm
- Forum: General Discussion
- Topic: Running "make monitor" in windows command prompt or other shells
- Replies: 2
- Views: 4368
Running "make monitor" in windows command prompt or other shells
Hi guys, I am trying to use the command "make monitor" in windows command prompt or other shells other than mingw32.exe. I am using Windows 10 64bit. Note: I want to use cmd to run a monitor command because I am trying to write a Python script to automate factory testing. The script should use subpr...