jetpax

Results 9 comments of jetpax

In order to use brew's newer version of make, I needed to export PATH="$(brew --prefix)/opt/make/libexec/gnubin:$PATH" instead of PATH="/usr/local/opt/make/libexec/gnubin:$PATH"

Hi Mike, Yes, thats exactly the issue, it only really happens when driving the system hard with necessarily complex code. I'm running an IMU at full tilt on I2C (1MHz...

Hi Mike, Yes init/deinit was the first thing I tried, but this didnt work in my app, which is actually why I added the start/stop methods into your code.

MacOS 10.14.2, homebrew telnet client v.60, occurs about 50% of the time. effect is always last message is repeated, but with first char missing (ie escape) interestingly, I don't have...

Thanks Joao, look forward to the web app Funnily enough I am using your RemoteDebug to debug an issue in _my_ webapp, (resets after 6 hours or so) but think...

I see, and thanks, both for creating a cool project, and for replying. So as tty lib exposes almost the same interface as serial, i suppose i could just create...

Thanks Neil, thats sort of what im puzzling over, it looks like it should be possible to use termios instead of accessing the hardware directly , but i dont know...

I'd also like to see CONFIG_USB_HOST_ENABLE_ENUM_FILTER_CALLBACK=y as I want to use the native ESP-IDF stack with a 4G modem that presents multiple interfaces. CONFIG_USB_HOST_ENABLE_ENUM_FILTER_CALLBACK is only relevant to ESP-IDF’s native...

Unfortunately 'my' Arduino project is Tasmota that I am adding 4G modem support to. Its a fairly complex build, so not possible to switch to Arduino as component