Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
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...
Hi, I want to use the components directory that comes with the SDK as much as possible isntead of the "packs" which comes with keil.
This is what I've selected in a project...
i have two tablets and one peripheral.Now with the code i have i connect to only one device .if i want to connect to same peripheral with another tablet i have to remove the...
Hello:
I have used the nrf52832 .when the radio have get a packet and disable the radio.I find the "NRF_RADIO->CRCSTATUS" register is "1" ,why?how "NRF_RADIO->CRCSTATUS"...
I am developing a BLE remote which will work with Android and iOS(as a remote shutter for camera). I used nRF's HID keyboard example as a base but it does not have volume...
Hello,
we are using the example ble_app_uart_c as basis.
I found out , that it takes about 650ms after Reset / Power up before i can send a string over ble.
The connection...
Hey there, I have a problem when use the command nrfjprog --memrd xxxx.
I was running a simple blinky led example on a nrf52 custom board, then i read some information from...
Hi all,
I am working on a project which receives data from UART (15 bytes at every 40ms interval). I want to store 1 minute of data on the NRF52832 RAM before sending it...
I have peripheral BLE device which can have several centrals in its whitelist. It should be able to connect to central with higher priority first, for example: device have...
Hi
I was using sdk 14.0.0. And I was adopting s332 as a soft device version and I was developing. However, when I go to Nodoric homepage and look for information, there...
I have an application for the nRF52832 which is working fine on SDK 12.3 and I am trying to port it over to SDK 14.2.
After some tweaking I have got the application ported...
I used example ble_hrs_freertos_app of SDK nRF5_SDK_14.1.0_1dda907.
I added one task for LCM (XPT2046) in the example.
i used the function :
When added the display...
Hi,
IC : nrf52832
SDK : Mesh_v1.0.0
I am testing the light_switch demo of the Mesh_v1.0.0.
I don't have 32kHz osc on my server board, so I have to change the clk...
Connect USB to PC, no "JLINK" device. But connect USB to PC and press reset button at same. I can see "BOOTLOADER" device.
How can I get my board to normal?
I am trying to create a network mesh using the multiperipheral example.
In the original version the communication is possible only:
central >> peripherals
peripferals...