Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hi,
I am currently working on SoC sensor, which is there is a process for uploading firmware from the controller to a sensor through I2C. So I am creating a function for...
Hi,
We want a solution for BLE Mesh using Coded PHY.
Normally we provision the Mesh devices using Mobile Apps.
We want Nordic module to act as Mesh provisioner to provision...
I am doing NOR flash writing test. It seems nRF52832 enter sleep mode. How can I make sure if nRF52832 enter sleep mode or how can I prevent nRF52832 to enter sleep mode?
I have created two application timers. If these timers expire at same time, does the timer expire handler run concurrently or timer expire handler B run after timer expire...
hi devzone
I have no idea to pair between one nrf52 dk board and other nrf52dk board, not using nrf connect app, without wiring board to board.
I understand if i do pair...
Hi,
I built the blinky app for the usb dongle nrf52840dongle_nrf52840
and managed to flash it with the programmer v3.04. and it was successful (the leds are blinking...
Hi,
I was using JLink v7.50a with nrfjprog 10.9.0 and debug were working fine on Ubuntu 20.10 using SWD pins and JLink RTT. After changing to Ubuntu 21.10 and installing...
Hi Nordic team
We work on a custom hardware (LE Audio headset) and we need to send the battery voltage of the headset to the gateway which will be a smartphone. Using nRF...
Hi,
When SW9 is set to the default 1V8 position both the programmer and virtual COMs work fine.
When I switch SW9 to the 3V position the board is no longer detected...
Hi nrf team! I have been trying to get a couple of nrf5340 audio dk's to work with the "nrf5340_audio"-example, starting fresh with a clean install of VS Code even, and installed...
Hello
In my code i have two services one is blood pressure and second one is temperature and i have used button and indication both to send blood pressure data and temperature...
We have come to understand that the nRF5340 will not support BT classic (multiple tickets confirming this). But we still have a use-case that requires both BLE Audio and BT...
Hi guys,
I'm writing firmware for the nRF52840 using Zephyr, based on the cdc_acm example, using zephyr,cdc-acm-uart. I'm trying to blast out a ton of data, and need to...