Re: Anna-b112 Bluetooth module support

2022-10-14 Thread MIGUEL ALEXANDRE WISINTAINER
Nice You will use the existent softdevice, right ? Enviado do meu iPhone > Em 14 de out. de 2022, à(s) 09:21, Embedded Systems > escreveu: > > Hi Alan, > > Unfortunately ublox does not, maybe Nordic does, but i dont wish to reflash > the module. What i am thinking is to implement an

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread Embedded Systems
Thank you Alan for you time, really appreciate your advices and recommendations, Hello Miguel, Indirectly yes,as far as i know ublox use softdevice in their u-connect firmware, but not 100 % sure about that. На пт, 14.10.2022 г., 18:21 MIGUEL ALEXANDRE WISINTAINER < tcpipc...@hotmail.com>

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread MIGUEL ALEXANDRE WISINTAINER
Yes, in b112 I am sure! Enviado do meu iPhone > Em 14 de out. de 2022, à(s) 13:12, Embedded Systems > escreveu: >

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-14 Thread Tomek CEDRO
Thank You Mike! Have a good weekend :-) Tomek On Fri, Oct 14, 2022 at 9:19 PM Mike Smith wrote: > > 68k cross-development on FreeBSD (or any other unixlike platform) is pretty > straightforward. Crosstool-NG trivialises generating the toolchain, and the > current state of 68k support in the

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread Alan C. Assis
Hi Ivan, Right, I think this is a good approach case you don't want to replace the firmware. Maybe for WiFi the u-connect could be used with USRSOCK. BR, Alan On 10/14/22, Embedded Systems wrote: > Hi Alan, > > Unfortunately ublox does not, maybe Nordic does, but i dont wish to reflash > the

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread Alan C. Assis
Hi Ivan, Ok, understood the issue! Maybe U-Block has an HCI H4 firmware that you can use on Anna-B112 instead of this AT firmware. It's always a good idea to use and follow the standard, this is a compelling motivation to use NuttX in the first place! :-) BR, Alan On 10/14/22, Embedded

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread Embedded Systems
Hi Alan, Unfortunately ublox does not, maybe Nordic does, but i dont wish to reflash the module. What i am thinking is to implement an u-connect parser similar to the NMEA parser (GPS parcer) and implement it in utils in apps, in this way i wont disturb the already existing Bluetooth

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread Embedded Systems
Hello Alan, Unfortunately we cannot use the module as HCI H4, we can control it only with AT commands. So in our case IMXRT is running nuttx and its connected to the BLE module with uart and control it with AT commands, so far i just implemented an application in nuttx which controls the module