RE: Thread (Openthread) networking protocol & NuttX

2023-11-01 Thread Max Kriegleder
Hi all, I am just checking in if in the meantime anybody has looked into using the Openthread protocol with NuttX? Specifically I am looking at the nRF52840 SoC with Thread support. Thanks! Max On 2021/01/21 22:06:49 Max Kriegleder wrote: > Hi all, > > I am currently looking in

Short delay

2023-01-28 Thread Max Kriegleder
Hi All, For a specific use case I need to delay execution on the the order of 100 - 1 us. The obvious choice would be usleep however I noticed that depending on the platform I get something like 124-140 us instead of 100 us delay. I have created an issue on github for this https://github.

Re: Error with stm32f4discovery:usbnsh

2021-04-26 Thread Max Kriegleder
ttx and apps and then execute:> > > $ make distclean> > $ ./tools/configure.sh stm32f4discovery:usbnsh> > $ make> > > Now everything will work correctly.> > > BR,> > > Alan> > > On 4/22/21, Max Kriegleder wrote:> > > Yes, I am getting thi

Mailing list usability

2021-04-23 Thread Max Kriegleder
Hi all, I am an infrequent user of the mailing list, where I sometimes post issues and even more rarely pull request. Hence, I would rather not subscribe to the list because of spam (no pun intended!). However, I find it quite difficult to use the mailing list for my purposes without subscrib

Re: Error with stm32f4discovery:usbnsh

2021-04-22 Thread Max Kriegleder
/configs/usbnsh Thanks! On 2021/04/20 22:26:25, Alan Carvalho de Assis wrote: > Are you getting this error:> > > "nsh> nsh: nsh_session: readline failed: 9"> > > Could you please share your .config file?> > > BR,> > > Alan> > > On 4/20/

Re: Error with stm32f4discovery:usbnsh

2021-04-20 Thread Max Kriegleder
: > I just received it!> > > Try to submit a new email> > > On 4/17/21, Max Kriegleder wrote:> > > Is anybody reading this? I am not sure why my messages get lost.. how> > > can I post to the message list?> > >> > > On 2020/12/13 22:19:01, Br

Re: Error with stm32f4discovery:usbnsh

2021-04-17 Thread Max Kriegleder
Is anybody reading this? I am not sure why my messages get lost.. how can I post to the message list? On 2020/12/13 22:19:01, Brennan Ashton wrote: > Yeah 100% agree which is why I need to look when I have a little more> > time to understand what is going on.> > > On Sun, Dec 13, 2020 at 2:12 P

Re: Thread (Openthread) networking protocol & NuttX

2021-01-22 Thread Max Kriegleder
about it but Spinel seems the perfect solution to> > connect NuttX to ESP8266 and have a dirt cheap solution for NuttX WiFi> > networking> > > El jue, 21 ene 2021 a las 17:07, Max Kriegleder ()> > escribió:> > > > Hi all,> > >> &g

Thread (Openthread) networking protocol & NuttX

2021-01-21 Thread Max Kriegleder
Hi all, I am currently looking into thread networking protocol for IoT applications - https://openthread.io/. There are several design approaches with System-on-Chip (SoC) and Co-Processor (RCP, NCP) designs. Has anybody looked into integrating thread into NuttX regardless of the design appro