Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
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 All,
I want to verfiy the current consumption of nRF52840. I'm using an nRF52840 DK and SDK 17.0.2 RTC example. below are the verfiy steps:
1. Cut SB40 on PCA10056...
Hi,
I we are developing project on BLE NRF52832 module and it warked correctly. during the debugging suddnely it stoped responging to programmer and couldn't be reprogrammed...
I have read about eddystone protocol. I have run
nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_eddystone\pca10040\s132\arm5_no_packs
i am able to build the code...
Hello
My setup looks like this. I am using nrf5_SDK_for_Mesh_v5.0.0 with nRF5_SDK_17.0.2. I have extended the sensor model example (in nrf5_SDK_for_Mesh_v5.0.0) and call...
Just wanted to get clarity on the usage of RACP. In the Glucose SDK example, every measurement gets saved to the database regardless if a Central is connected or not. Why...
Hi,
[246] System: Intermittent extra current consumption when going to sleep
This anomaly applies to IC Rev. Revision 2, build codes CKAA-Dx0, QIAA-Dx0.
It was inherited...
Hello everyone,
I am new and tried some example on the nrf52840 devkit and dongle, including light switch example.
I am now going to send some ASCII bytes through the...
Hi,
The nrf52840 is mounted in our custom board. We found a Jlink programmer , hoping that this programmer is compatible with our chip(nrf52840) to flash the program onto...
Hello! As the subject implies, I'm looking for a Zephyr BLE Long Range Advertiser Example for the nRF52840 DK. Can anyone point me in the direction of one (if it exists)?...
Hi,
I can use nrf21540 to enhance TX power and can see it result, it work fine (The value RSSI in nrfConnect app increase by about 20dbm)
Now, I want to combine both Tx...
Hi, I am working on the mesh serial and run that successfully once using sdk5 for mesh V.5 and nrf52840 devkit and an nrf52840 dongle as a server node. I have several questions...
I am looking into a project that uses a Bluetooth mic and Bluetooth speakers paired to the same computer at the same time. I'm familiar with Bluetooth and with Nordic's offerings...
Assume I have a device running on nRF52840, and two different versions of mobile apps that will attempt to read one of it's characteristics
One version of the app will have...