Hi Kevin,

We have support for the sx127x family, so supporting sx1262 might not be
that different: you can take a look at
https://github.com/apache/nuttx/tree/master/drivers/wireless/lpwan/sx127x
(the upper-half driver) and
https://github.com/apache/nuttx/blob/master/boards/arm/stm32f0l0g0/nucleo-l073rz/src/stm32_sx127x.c
(a lower-half implementation).

Best regards,

Em sáb., 1 de fev. de 2025 às 09:54, Alin Jerpelea <jerpe...@gmail.com>
escreveu:

> Hi Kevin,
> welcome to the community and mailing list.
>
> Please submit the code as it is and mark the PR as WIP. This way the
> community may be able to check the implementation and provide feedback
>
> Attached are the contribution guidelines
> https://nuttx.apache.org/docs/latest/contributing/index.html
>
> Best Regards
> Alin
>
>
> On Sat, 1 Feb 2025, 13:30 Kevin Witteveen, <kevinwit1...@gmail.com> wrote:
>
> > Hello NuttX!_
> >
> > This is my first mail to an open source mailing list.
> > Currently, I am working on adding SX126x support. This is currently the
> > most common LoRa chip. It is newer than the already supported SX127x,
> even
> > when the number is lower for some reason.
> >
> > The chip is a requirement for a project I'm working on. Currently, I'm
> > creating the driver on top of my board directory, where the
> > board(rakwireless-rak11310) is installed using a script. Of Course this
> is
> > less than ideal. It is quite awkward. Especially when dealing with ioctl
> > and sharing the driver with multiple boards.
> >
> > A few questions:
> > Is this already being worked on in the background?
> > Is it ok to have partial support initially?
> > What about progress reviews?
> >
> > Also I am not familiar with mailing lists yet so I'm not entirely sure
> what
> > the "etiquette" is here. Please correct me if i am doing something wrong.
> >
> > - Kevin / Martinimarter
> >
>

Reply via email to