Remote debug for ESP8266 and ESP32 - Library for Arduino - Debug over telnet with Print commands like Serial Monitor
See it in: https://github.com/JoaoLopesF/RemoteDebug
Youtube:
http://www.youtube.com/watch?v=lOo-MAD8gPo
Search found 59 matches
- Tue Feb 19, 2019 12:31 pm
- Forum: Sample Code
- Topic: Arduino Library: RemoteDebug - debug over telnet
- Replies: 0
- Views: 5390
- Sun Nov 25, 2018 3:40 pm
- Forum: General Discussion
- Topic: View Esp Log With Arduino IDE
- Replies: 5
- Views: 33360
Re: View Esp Log With Arduino IDE
Hi,
If you not can it works, have a library for arduino that have debug levels and more:
https://github.com/JoaoLopesF/SerialDebug
If you not can it works, have a library for arduino that have debug levels and more:
https://github.com/JoaoLopesF/SerialDebug
- Mon Oct 29, 2018 3:58 pm
- Forum: ESP-IDF
- Topic: Idf-Monitor issue - codec error
- Replies: 1
- Views: 4574
Re: Idf-Monitor issue - codec error
Workaround: I just replace new idfmonitor with an old version.
But, this encode error is anything in installation/configuration on MacOSX ?
But, this encode error is anything in installation/configuration on MacOSX ?
- Fri Oct 26, 2018 3:34 pm
- Forum: ESP-IDF
- Topic: Idf-Monitor issue - codec error
- Replies: 1
- Views: 4574
Idf-Monitor issue - codec error
Hi, When I use the monitor, in MacOSX, occurs this error: MONITOR --- WARNING: Serial ports accessed as /dev/tty.* will hang gdb if launched. --- Using /dev/cu.SLAB_USBtoUART instead... --- idf_monitor on /dev/cu.SLAB_USBtoUART 230400 --- --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ct...
- Fri Oct 26, 2018 2:41 pm
- Forum: ESP-IDF
- Topic: ESP-IDF in MacOSX 10.14 (Mojave) - make issue
- Replies: 2
- Views: 5258
Re: ESP-IDF in MacOSX 10.14 (Mojave) - make issue
@ESP_igrr, it works. thanks a lot
- Thu Oct 25, 2018 3:09 pm
- Forum: ESP-IDF
- Topic: ESP-IDF in MacOSX 10.14 (Mojave) - make issue
- Replies: 2
- Views: 5258
ESP-IDF in MacOSX 10.14 (Mojave) - make issue
Hi, I update my MacOSX to Mojave. And I now when I use make: make[1]: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ctype.h', needed by `mconf.o'. Stop. I install Xcode beta with support to Mojave, but the ...
- Fri Oct 19, 2018 4:44 pm
- Forum: Sample Code
- Topic: SerialDebug - Improved serial debugging to Arduino
- Replies: 1
- Views: 6168
Re: SerialDebug - Improved serial debugging to Arduino
Update: now you can show debug with colors, as IDF Monitor do.
Know the SerialDebugApp:
See on YouTube:
https://www.youtube.com/watch?v=ba_eu06mkng
Know the SerialDebugApp:
See on YouTube:
https://www.youtube.com/watch?v=ba_eu06mkng
- Sun Sep 30, 2018 1:10 pm
- Forum: Sample Code
- Topic: SerialDebug - Improved serial debugging to Arduino
- Replies: 1
- Views: 6168
SerialDebug - Improved serial debugging to Arduino
Hi,
Now we can have debug levels on Arduino, as have on ESP-IDF logging, and more features,
with this library: https://github.com/JoaoLopesF/SerialDebug
Youtube video on: https://www.youtube.com/watch?v=EfvF55Ww-lU
Now we can have debug levels on Arduino, as have on ESP-IDF logging, and more features,
with this library: https://github.com/JoaoLopesF/SerialDebug
Youtube video on: https://www.youtube.com/watch?v=EfvF55Ww-lU
- Wed Sep 05, 2018 10:56 am
- Forum: ESP-IDF
- Topic: Turning off BLE module after a time out period using a timer
- Replies: 3
- Views: 8717
Re: Turning off BLE module after a time out period using a timer
Yes, you must use ets_printf or ESP_EARLY_LOG*chegewara wrote:Hi, you cant use standard debug functions like printf or ESP_LOGX in interrupt function (ISR).
(not for timers or interrupts that can execute in lower intervals, due this functions have a overhead)
- Wed Sep 05, 2018 10:05 am
- Forum: General Discussion
- Topic: Iphone & BLE disconnects
- Replies: 23
- Views: 33565
Re: Iphone & BLE disconnects
Hi @Fugazi, I finished it , please access: viewtopic.php?f=18&t=6806Fugazi wrote: Do you have your app code online, would be good to try?