Re: Improving NuttX Awareness

2024-07-10 Thread Matteo Golin
Looks great, and cool article! I'll be sure to spread it around. On Wed, Jul 10, 2024, 5:24 PM Alan C. Assis wrote: > Hi Matteo, > > This is a nice idea! > > I just created a community there: https://www.reddit.com/r/nuttx/ > > Please share it with your friends and people that could be intereste

Re: Improving NuttX Awareness

2024-07-10 Thread Alan C. Assis
Hi Matteo, This is a nice idea! I just created a community there: https://www.reddit.com/r/nuttx/ Please share it with your friends and people that could be interested in embedded systems. BR, Alan On Wed, Jul 10, 2024 at 5:47 PM Matteo Golin wrote: > Maybe we could consider creating a Redd

Re: Improving NuttX Awareness

2024-07-10 Thread Matteo Golin
Maybe we could consider creating a Reddit community? It's a nice forum for discussion and very easily searchable on Google. That would help in accumulating solutions to common difficulties people encounter. On Tue, Jul 9, 2024, 4:20 PM Alan C. Assis wrote: > I used a "tutorial" / documentation l

Re: Improving NuttX Awareness

2024-07-09 Thread Alan C. Assis
I used a "tutorial" / documentation last month to include a PNG image in the LVGL and the code was mainly done. The only issue I faced was that the converted PNG to C file page generated a code with LVGL v8 information about RGB format. After fixing that everything worked like a charm. BR, Alan

Re: Improving NuttX Awareness

2024-07-09 Thread Gábor Kiss-Vámosi
Actually at LVGL I don't think that we have too many tutorials. What we have are - ready to use projects for many IDEs and several dev boards to easily get started - many simple, short and targeted examples that can be tested by calling functions like lv_example_chart_7() - some complex demos to ha

Re: Improving NuttX Awareness

2024-07-09 Thread Nathan Hartman
On Tue, Jul 9, 2024 at 3:36 PM Alan C. Assis wrote: > Thank you very much Gábor, I think having some nice tutorials like you have > for LVGL will help many people! > > Something that people always asked me to do in the NuttX Channel videos was > create some real file application examples. On th

Re: Improving NuttX Awareness

2024-07-09 Thread Alan C. Assis
Thank you very much Gábor, I think having some nice tutorials like you have for LVGL will help many people! Something that people always asked me to do in the NuttX Channel videos was create some real file application examples. I was more focused on showing NuttX features, but after getting the p

Re: Improving NuttX Awareness

2024-07-09 Thread michal . lyszczek
On 2024-07-09 20:12:49, Gábor Kiss-Vámosi wrote: > Hi, > > There are two more points that I'd add: > 1. Easy to get started: have example projects that can be set up by reading > a few lines from the README. Exactly. THE most important thing in project such as this is user friendly. Once the simpl

Re: Improving NuttX Awareness

2024-07-09 Thread Gábor Kiss-Vámosi
Hi, There are two more points that I'd add: 1. Easy to get started: have example projects that can be set up by reading a few lines from the README. 2. Easy to move forward: by reading a few extra sentences the user should know how to customize the project by adding new files, trying new features,

Re: Improving NuttX Awareness

2024-07-09 Thread Alan C. Assis
Another important thing the AI didn't say: YouTube!!! YouTube is another great way to let more people discover about NuttX. There is a nice YouTube channel called Robots5 using NuttX and PySimCoder, please subscribe and help to share it: https://www.youtube.com/watch?v=xFeQVtbyKyQ BR, Alan ht