Re: Adding bluetooth configuration on esp32 hangs nsh

2023-08-31 Thread Tiago Medicci Serrano
Hi! Good to know that! Yes, there are packages that need to be selected to make it work. The `esp32-devkitc:blewifi` is a good starting point. Please note that BLE's log is enabled with the other wireless logs through the menuconfig in "*Build Setup → Debug Options*". I hope this helps debugging.

Re: Adding bluetooth configuration on esp32 hangs nsh

2023-08-31 Thread Mike Moretti
It appears that when using the blewifi configuration out of the box, and just turning on DEBUG_ASSERTIONS and DEBUG_ASSERTIONS_EXPRESSION, and setting wifi ssid/pw causes the esp32 to hang.  This is as far as I've gotten so far.  I'm still tweaking other configs to see if they cause hanging as

Re: GPIO and interrupts

2023-08-31 Thread Petro Karashchenko
Hello Mark, I think that the best would be to use not GPIO interface, but NuttX buttons interface. You can try to search for the "btn_lower_initialize" call in the code tree. I definitely tested that some time ago with same70-qmtech board. You can also search for the "examples/buttons" applicatio

500ms delay between HTTP request execution

2023-08-31 Thread Petro Karashchenko
Hello, I'm having an issue with a network based application on NuttX. I have a HTTP server that is built with the help of the "netlib_server" interface. When I'm trying to access my server with curl multiple times in a row I see that there is a gap close to 500ms on the PC side when accessing the

Multiple frame producers with SocketCAN

2023-08-31 Thread Petro Karashchenko
Hi, I have a question about is it possible to have multiple CAN frame producers (threads) and one CAN frame reader using SocketCAN interface? With a traditional CAN driver it is even possible to have multiple CAN frames consumers, but still I do not need that. I'm asking because I'm not sure if i

Re: 500ms delay between HTTP request execution

2023-08-31 Thread Gregory Nutt
On 8/31/2023 3:39 PM, Petro Karashchenko wrote: Hello, I'm having an issue with a network based application on NuttX. I have a HTTP server that is built with the help of the "netlib_server" interface. When I'm trying to access my server with curl multiple times in a row I see that there is a g

Re: 500ms delay between HTTP request execution

2023-08-31 Thread Petro Karashchenko
The delayed ACK option is selected. I will try to deselect it and make end to end testing before going further with investigation. Thank you very much for the hint. пт, 1 вер. 2023 р. о 01:04 Gregory Nutt пише: > > On 8/31/2023 3:39 PM, Petro Karashchenko wrote: > > Hello, > > > > I'm having an