Raspberry Pi Pico W now has Bluetooth support
Announced today: https://www.raspberrypi.com/news/new-functionality-bluetooth-for-pico-w/ Regards, Mark _ Blog: blog.thepcsite.co.uk Twitter: @nevynuk
Re: Raspberry Pi Pico W now has Bluetooth support
Very nice! Thank you Mark for sharing. They are using BTstack from Bluekitchen. It is free for non-commercial use, but for commercial use a payment is required. I hope they add support to nimBLE too. It is a little bit strange, because in the LICENSE file and in the source code files is some kind of BSD license, but with inclusion of the payment requirement. BR, Alan On 6/14/23, Mark Stevens wrote: > Announced today: > > https://www.raspberrypi.com/news/new-functionality-bluetooth-for-pico-w/ > > Regards, > Mark > _ > Blog: blog.thepcsite.co.uk > Twitter: @nevynuk > > > > > >
Re: Raspberry Pi Pico W now has Bluetooth support
Yes, this is surprising. The raspberry pi foundation had some dubious behaviours before. The online dev communities will undoubtedly look into this with great detail and clarify the thing. I would stay cautious about this for a while. Sebastien Le 14/06/2023 à 14:27, Alan C. Assis a écrit : Very nice! Thank you Mark for sharing. They are using BTstack from Bluekitchen. It is free for non-commercial use, but for commercial use a payment is required. I hope they add support to nimBLE too. It is a little bit strange, because in the LICENSE file and in the source code files is some kind of BSD license, but with inclusion of the payment requirement. BR, Alan On 6/14/23, Mark Stevens wrote: Announced today: https://www.raspberrypi.com/news/new-functionality-bluetooth-for-pico-w/ Regards, Mark _ Blog: blog.thepcsite.co.uk Twitter: @nevynuk
NUttX and TI boards
Hi We are working with a*Launchpad TMS320F28379D *board and we are looking if somebody already worked with NuttX on this board. Thanks in advance Roberto
Re: NUttX and TI boards
On 6/14/2023 9:44 AM, Roberto Bucher wrote: Hi We are working with a*Launchpad TMS320F28379D *board and we are looking if somebody already worked with NuttX on this board. Thanks in advance Roberto There are a couple of older parts that are still supported with TMS320 designations, however, that doesn't tell you very much since that does not refer to the CPU architecture. Those are dual core ARM + C2/C3 DSPs (with only the ARM side supported by NuttX). The TMS320F28379D is very different. It is a dual core 2 x C28x part and there is no port for the C28x in the source tree. The C28x appears to be a a derivative of the C2x DSPs, although the description implies that also draws from RISC instruction sets too. It claims to be software compatible with older C2x parts. There is no port for any TI DSP in the source tree now. I recall that there was a C2x uCLinux port some years back so it is certainly doable.