Re: Serialrx

2023-08-29 Thread Xiang Xiao
On Wed, Aug 30, 2023 at 5:49 AM Bert Voldenuit wrote: > Hi, > Alan, > I use ./tool/configure.sh arduino-m0/nsh > Thanks to your blog, I am porting an arduino project to Nuttx > > Xiang Xiao, > Indeed DEFAULT_SMALL was activated. it works with CONFIG_FILE_STREAM > enabled. How did you know? > > T

Re: Serialrx

2023-08-29 Thread Bert Voldenuit
Hi, Alan, I use ./tool/configure.sh arduino-m0/nsh Thanks to your blog, I am porting an arduino project to Nuttx Xiang Xiao, Indeed DEFAULT_SMALL was activated. it works with CONFIG_FILE_STREAM enabled. How did you know? Thank you for your support. Bert. Le mar. 29 août 2023 à 04:20, Xiang Xiao

Re: Adding bluetooth configuration on esp32 hangs nsh

2023-08-29 Thread Tiago Medicci Serrano
Hi, I'll take a look at it soon. Interestingly, our internal CI tests all the defconfigs, so I wouldn't expect any erroneous behavior. I'll check. Best regards, Em ter., 29 de ago. de 2023 às 16:38, Mike Moretti escreveu: > Hi, > > I'm using NuttX 12.2.1 on an esp32 wroom devkit. > > If I try

Adding bluetooth configuration on esp32 hangs nsh

2023-08-29 Thread Mike Moretti
Hi, I'm using NuttX 12.2.1 on an esp32 wroom devkit. If I try to configure NuttX via tools/configure.sh using the esp32-devkitc:blewifi configuration, when I boot the esp32, I get problems with it telling me there's no bootable app. If I instead start with the esp32-devkitc:nsh configuration

GPIO and interrupts

2023-08-29 Thread Mark Stevens
I am trying to figure out GPIO and interrupts. So the situation is I have four switches connected to GPIOs on my board. My ideal scenario is to attach a different interrupt to each switch and have that fired when the appropriate button is pressed. So I have spent some time looking at the gpis

bt4 + ble5 (plus wifi) on esp32

2023-08-29 Thread nuttx
Hi, I'm developing a device using an ESP32 with NuttX that needs to broadcast a beacon/advertise on both bt4 and ble5 (and also do radio sharing with wifi).  I've done some work with ble 5 with ESP-IDF and understand a little about bluetooth.  Unfortunately, I can't seem to find any documenta