Search found 59 matches

by JoaoLopesF
Tue Feb 19, 2019 12:31 pm
Forum: Sample Code
Topic: Arduino Library: RemoteDebug - debug over telnet
Replies: 0
Views: 4710

Arduino Library: RemoteDebug - debug over telnet

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

Image

Youtube:

http://www.youtube.com/watch?v=lOo-MAD8gPo
by JoaoLopesF
Sun Nov 25, 2018 3:40 pm
Forum: General Discussion
Topic: View Esp Log With Arduino IDE
Replies: 5
Views: 27498

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
by JoaoLopesF
Mon Oct 29, 2018 3:58 pm
Forum: ESP-IDF
Topic: Idf-Monitor issue - codec error
Replies: 1
Views: 3838

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 ?
by JoaoLopesF
Fri Oct 26, 2018 3:34 pm
Forum: ESP-IDF
Topic: Idf-Monitor issue - codec error
Replies: 1
Views: 3838

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...
by JoaoLopesF
Fri Oct 26, 2018 2:41 pm
Forum: ESP-IDF
Topic: ESP-IDF in MacOSX 10.14 (Mojave) - make issue
Replies: 2
Views: 4641

Re: ESP-IDF in MacOSX 10.14 (Mojave) - make issue

@ESP_igrr, it works. thanks a lot
by JoaoLopesF
Thu Oct 25, 2018 3:09 pm
Forum: ESP-IDF
Topic: ESP-IDF in MacOSX 10.14 (Mojave) - make issue
Replies: 2
Views: 4641

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 ...
by JoaoLopesF
Fri Oct 19, 2018 4:44 pm
Forum: Sample Code
Topic: SerialDebug - Improved serial debugging to Arduino
Replies: 1
Views: 5397

Re: SerialDebug - Improved serial debugging to Arduino

Update: now you can show debug with colors, as IDF Monitor do.

Know the SerialDebugApp:

Image

See on YouTube:

https://www.youtube.com/watch?v=ba_eu06mkng
by JoaoLopesF
Sun Sep 30, 2018 1:10 pm
Forum: Sample Code
Topic: SerialDebug - Improved serial debugging to Arduino
Replies: 1
Views: 5397

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

Image
Youtube video on: https://www.youtube.com/watch?v=EfvF55Ww-lU
by JoaoLopesF
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: 7882

Re: Turning off BLE module after a time out period using a timer

chegewara wrote:Hi, you cant use standard debug functions like printf or ESP_LOGX in interrupt function (ISR).
Yes, you must use ets_printf or ESP_EARLY_LOG*
(not for timers or interrupts that can execute in lower intervals, due this functions have a overhead)
by JoaoLopesF
Wed Sep 05, 2018 10:05 am
Forum: General Discussion
Topic: Iphone & BLE disconnects
Replies: 23
Views: 28882

Re: Iphone & BLE disconnects

Fugazi wrote: Do you have your app code online, would be good to try?
Hi @Fugazi, I finished it :P , please access: viewtopic.php?f=18&t=6806