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 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? ...
let say i have a temperature sensor connected to one nrf 52840 dongle of a mesh network. Now can i make the Led of all the dongles glow if the temperature increases the given...
I downloaded the latest nRF5_SDK_15.3.0_59ac345 and some other old versions of SDK documents. (I am trying to use pca10040 development kit to program Fanstel EV-BT840F, aka...
Hi
One of our customers have complained, that our sensors are making occasional errors.
I have looked at it, and they are correct. About 1 in 8 Million packets send...
Hi, I have my custom board for the nrf9160 ,
I was able to program it through the built in programmer of the nrf9160 dk but I have an issue, when I connect the VDD to the...
I'm using adafruit_tag_reader example to read ISO14443 tag. When I put a tag near scanning area of PN532. It reads tag multiple times till I remove that tag from there.
...
Hi!
I am using IAR compiler for my project
I declare global variable
__no_init u32 uPowernResetSignature;
in my code I assign value to this variable
uPowernResetSignature...
Thank you for taking time to look at my problem!
I have managed to combine the TDK/Invensense library for their IMU MPU9250 within the SDK 15 utilizing simple TWI calls...
Hi,
I have nRF9160-DK kit and its environment is set such as nRF Connect SDK and Segger Embedded Studio.
I want to build a simple application from scratch for example...
Hi, I am trying to modify UICR PSELRESET but its not changing. Any help?
NRF_UICR->PSELRESET[0] = 0xFFFFFFFF ; NRF_UICR->PSELRESET[1] = 0xFFFFFFFF ;
Thanks
Hi,
I'm developing an application using the timeslot API for a custom radio protocol. The application also uses a number of the nRF52832 peripherals, as well as the app_scheduler...
Hello,
I'm having an issue with scripting AT comands directly into the code of the nRF9160. I'm a novice at all this so I apologise if the mistake is an obvious one.
Inside...
I get "ERROR: There is no debugger connected to the PC with the given serial number." when I run e.g. nrfjprog --eraseall on command line.
Programming/debugging using VisualGDB...
Hi,
The User Guide v1.3 in Chapter 2 (minimum requirements) states "SEGGER J-Link Software" under "Software requirements". Is there J-Link software specifically for use...
I've been developing firmware for the nrf52840 for a few months using armgcc+openocd+arm-none-eabi-gcc working successfully. I recently upgraded my ubuntu version (18.04)...
Hi,
I am trying to connect to cloud MQTT (cute cat) which needs username and password for authentication. In the sample the password and username is set to NULL in client_init...