Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
HI,all!
Recently my nrf51822 device encountered a tough issue,the detials are:
My device connected to an android app, which has some bugs about ble connection so the...
HI,
I am using sdk 8 and pca10028 dk. I follow following procedure,
Program the softdevice using nrfgo
Program the test_bootloader using nrfgo
Program the application...
I have some questions about how I will use this structure ,first of all I know that The "data" member of the ble_gatts_evt_write_t is meant as a placeholder for the address...
I am trying to create a windows app that will read data from an accerometer via a nrF8001 ble module.are there any example i can see for communication between windows and...
Hi, Nordic Engineers. Now, i use a external 32mhz crystal on my board. i have add code"NRF_CLCOK->XTALFREQ = 0X00", but the BLE radio seems not work. Led flick is ok.
Why...
Hi Guys,
I have a SITECOM Bluetooth Dongle connected to my PC and I want to receive data from nRF51 DK via bluetooth (for example heart rate monitor data).
Could someone...
Hi everyone,
I must to comunicate from HW to PC with SPP over BLE. So I took the dongle BLED112 (side PC) and the HW where is mounted a nrf51822 like uart BLE interface....
Hi,
the product specification of the nRF51822 states the possibility to carry quadrature demodulator
signals on GPIO pins.
This would let one allow to observe the physical...
Hi,
I am a newbie to nrf, I am trying to understand the lbs example while running on nrf dev board. I want to set my application as follows:
Blinking LED while advertising...
Hi, I have a problem with the HFCLKSTARTED interrupt.
I can't have it. (I'm a little bit pressed with time I have to send a document in 2 days, so if you can quick respond...
We are currently using SoftDevice 5.2.1 and was given the task to migrate to 6.2.1. I doing so, I placed 6.2.1 hex onto our device and turned it on. Yikes, many errors. Most...
Right now i have based myself on the BLE UART example where it is UART over BLE.
So naturally I use ble_nus_string_send to send data. After some digging I saw that this...