Re: Thread (Openthread) networking protocol & NuttX

2021-01-21 Thread Grr
I didn't know anything 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, > > I am currently looking into thread networking protocol for IoT > ap

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

stm32f746 sdram boot problem

2021-01-21 Thread Mathieu Lamarche
Hello, i'm trying to boot nuttx from external FMC sdra on the stm32f746 (disco), i will use sdram for .data and .bss later, and nuttx stucks. I've modified the linker script as follow : add memory sdram (rx) : ORIGIN = 0xc000, LENGTH = 8M Replace all "flash" occurrences by sdram (see provid

Re: #include Link Broken in app/examples

2021-01-21 Thread Brennan Ashton
The board.h file is including arch files which is wrong and causes the issue here with "stm32_rcc.h" . It should only include config.h Also including board.h in your application code is usually not what you want to do, but it should not break. --Brennan On Thu, Jan 21, 2021, 10:50 AM Alan Carva

Re: #include Link Broken in app/examples

2021-01-21 Thread Alan Carvalho de Assis
Hi Thiha, Did you try to select the same option for STM32F429i-Disco that you used as base? Does it work? It should create the board.h link automatically. Probably during your board setup creation you missed something. BR, Alan On 1/21/21, Thiha Kyaw wrote: > Dear Nuttx, > > I create a new bo

NuttX: big accomplishment and next steps

2021-01-21 Thread Nathan Hartman
Hi folks, Last year we received 50 ICLAs and 7 SGAs. That is a big accomplishment and should cover a significant chunk of our code. It's also a springboard for the next big thing: Let's get closer to Graduation from the Incubator! The most important step remaining is to make a dent in license cle

Re: Raspberry Pi Pico a nice board for NuttX

2021-01-21 Thread Alan Carvalho de Assis
Thank you Arie, There is also an example to implement a bitbanging DUAL display HDMI: https://github.com/Wren6991/picodvi The MCU datasheet is here: https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf BR, Alan On 1/21/21, Arie de Muijnck wrote: > Yes, I saw it and immediately ord

Multiple SYSLOG channels

2021-01-21 Thread Fotis Panagiotopoulos
Hi, I am in need of having the syslog to output to multiple channels. There shall be a file in an SD card where syslog will always output the messages. Simultaneously I need to be able to see the log in real-time in a serial console, or possibly through network. Is this possible? As far as I can

Raspberry Pi Pico a nice board for NuttX

2021-01-21 Thread Alan Carvalho de Assis
Hi Everyone, I think many of you already saw this news! The Raspberry Foundation created their own microcontroller based on ARM Cortex M0+ with 1MB Flash and 256KB RAM. They also add support to OpenOCD (not in mainline yet) see: https://datasheets.raspberrypi.org/pico/getting_started_with_pico.