Anna-b112 Bluetooth module support

2022-10-13 Thread Embedded Systems
Hello Nuttx Community, First i would like to say that i really hope that everybody is doing well! I am sorry that long time i didn't had a chance to contribute anything, but life is moving in a very fast pace for me lately. For our sport Wearable system i am working on integration of a Bluetooth

Re: Anna-b112 Bluetooth module support

2022-10-13 Thread Embedded Systems
derives from > an old BLE Stack that Intel integrated on Zephyr and that was released > for Arduino/Genuino under BSD License) or you can use the NimBLE stack > that is more complete and also have examples on NuttX. > > Using the internal stack could be more challenging, but it will help

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread Embedded Systems
rnal BLE and application in the > same chip. > > You can see how it is done in the sim and also here: > > boards/arm/stm32/stm32f4discovery/src/stm32_hciuart.c > > BR, > > Alan > > On 10/13/22, Embedded Systems wrote: > > Hello Alan, > > > > Its

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread Embedded Systems
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 > >

Re: Anna-b112 Bluetooth module support

2022-10-14 Thread Embedded Systems
com> написа: > Nice > You will use the existent softdevice, right ? > > > Enviado do meu iPhone > > > Em 14 de out. de 2022, à(s) 09:21, Embedded Systems < > ivanucherdj...@gmail.com> escreveu: > > > > Hi Alan, > > > > Unfortunately ublox do

Re: Help to spread the news about NuttX

2022-11-23 Thread Embedded Systems
Hello, Congratulations! We posted this on our page and used the Sony's page as reference , hope that is now a problem. http://barinsports.com/2022/11/23/barin-sports-pro-powered-by-nuttx-apache-nuttx-is-now-announced-as-a-top-level-project/ Best regards, Ivan Ucherdzhiev On Wed, Nov 23, 2022 a

Re: Help to spread the news about NuttX

2022-11-23 Thread Embedded Systems
2022 at 1:56 PM Embedded Systems wrote: > Hello, > > Congratulations! > > We posted this on our page and used the Sony's page as reference , hope > that is now a problem. > > > http://barinsports.com/2022/11/23/barin-sports-pro-powered-by-nuttx-apache-nuttx-is-now-ann

Re: Imxrt 1050

2020-01-07 Thread Embedded Systems
Hello, I found what is cousin that behaviour it is the WFI instruction in the idle task. Please excuse me for bothering you. Best regards, Ivan Ucherdzhiev On Tue, Jan 7, 2020 at 3:15 PM Embedded Systems wrote: > Hello > > I wish to ask for little bti help. I updated my nuttx to the

Imxrt 1050

2020-01-07 Thread Embedded Systems
Hello I wish to ask for little bti help. I updated my nuttx to the latest version since i want to update my work with the latest Nuttx version, because i will resume working on drivers for Imxrt1050, but i am facing a strange problem when i tried the new Nuttx builded the imxrt1050-evk:nsh uploade

Format MMC

2020-01-21 Thread Embedded Systems
Hello, I have a custom board with imxrt1050 and eMMC memory on it. The communication between the imxrt1050 and the eMMC is working perfectly but my problem is that the eMMC comes not formatted. So i would like to ask is it possible to Format a eMMC/SDcard in FAT32 file system from nuttx command li

Re: Format MMC

2020-01-21 Thread Embedded Systems
Hello Please excuse me i found the mkfatfs command and everything is working perfectly. Please excuse me for disturbing you. Have a good day! On Tue, Jan 21, 2020 at 5:52 PM Embedded Systems wrote: > Hello, > > I have a custom board with imxrt1050 and eMMC memory on it. The > c

Re: Format MMC

2020-01-22 Thread Embedded Systems
Hello Mr. Gregory, I am using 4 GB eMMC at the moment , and so far it is working perfectly. Nuttx is recognizing the eMMC it is able to format it in FAT and now i am able to mount it , read and write in it, so so far i have no problems at all with the eMMC. THe only thing is that i use 1 wire setu

Re: Imxrt 1050

2020-01-28 Thread Embedded Systems
Hello Dave, Thank you very much for the information. I will also keep an eye if i see something in that direction! Best regards, Ivan Ucherdzhiev On Tue, Jan 28, 2020 at 12:55 AM Dave Marples wrote: > > On 07/01/2020 13:42, Embedded Systems wrote: > > Hello, > > > >

IMXRT1050 USDHC

2020-01-29 Thread Embedded Systems
Hello, I found a typo mistake in the USDHC driver related to the card detect pin. It is a pretty simple one. Can someone tell me how toapplay a patch for it. Or someone who know how to do it do the following changes and apply them. Thank you in advance! in file /arch/arm/src/imxrt/imxrt_usdhc.c

Re: IMXRT1050 USDHC

2020-01-30 Thread Embedded Systems
aster/boards/arm/imxrt/imxrt1020-evk/include/board.h#L271 > > > Regards, > > David > > -Original Message- > From: Embedded Systems [mailto:ivanucherdj...@gmail.com] > Sent: Wednesday, January 29, 2020 11:51 PM > To: dev@nuttx.apache.org > Subject: IMXRT1050 USDHC

Re: IMXRT1050 USDHC

2020-01-30 Thread Embedded Systems
oh David, please excuse me! On Thu, Jan 30, 2020 at 3:45 PM Embedded Systems wrote: > Hello Dave, > > Thank you for your response, but if that is correct then the driver do not > work for imxrt1050 because of following > #if defined(CONFIG_MMCSD_HAVE_CARDDETECT) > # if def

linking problem

2020-01-31 Thread Embedded Systems
Hello , I would like to ask for little bit help. I am trying to build imxrt1050 custom board with libcxx, but in the linking i have the following problem /usr/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/lib/thumb/v7e-m/fpv5/hard/libsupc++.a(vterminate.o): In function `__gnu_cxx::

Linker error

2020-02-04 Thread Embedded Systems
Hello, I need a little bit help if possible. I am using libcxx in my project but wil the new nuttx i start having an error during the linking libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()': vterminate.cc:(.text._ZN9__gnu_cxx27__verbose_terminate_handlerEv+0xfc):

Re: Linker error

2020-02-04 Thread Embedded Systems
; compile > time code (templates) > > I hope this helps, > > David > > -Original Message- > From: Embedded Systems [mailto:ivanucherdj...@gmail.com] > Sent: Tuesday, February 04, 2020 1:34 AM > To: dev@nuttx.apache.org > Subject: Linker error > > Hello,