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? ...
Hi,
im new in the nRF9160 DK and im trying to do some basic stuff, like "getting started projects" or "testing a prebuilt application" (-> infocenter.nordicsemi.com/index...
This is a arduino code, but got to do it in nrf52840dk can you tell me what should i change , i have given code link and library https://github.com/AurekSkyclimber/DIY-Haptic...
Hello,
I am using NCS v1.3.0 examples and also my custom made C++ code with Visual Studio Code V1.48.2 (Since the latest version of VS Code V1.5 is having official issues...
it seems that Figure 2 on this page https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fpwm.html is incorrect, or at a minimum the figure does not do what the...
Dear Nordic Experts, although the title says it all, please allow me to briefly explain the situation: I'm working on a ble mesh firmware and an accompanying Android app....
Hi,
I have been trying to run nrf9160: AWS_IoT sample on Thingy91 but have been getting the following output in the serial terminal:
I couldn't figure out what mqtt_connect...
The Situation: I am having a Sensor Node that is based on the nRF52832 (S132) and does two things: advertise some sensor data and store sensor data to the internal flash....
I'm porting an application that communicates BLE with a smartphone via nRF52 from SDK15 to SDK17.
It will be Connected, but I can only receive 2 bytes.
Also, even though...
NCS 1.3.0 mbedTLS configuration to the existing app in SES results in compilation error.
The SES project file contains the define like so -DMBEDTLS_CONFIG_FILE=\\"nrf...
I recently came across the Smart Remote 3 product by Nordic. I currently have a product in development that is a remote that has very similar functionality. Even down to the...
Currently I am facing an issue where the board was not able to power up by itself when a USB is port into it. However, when an external source is connected through the debugger...
Hello,
I have a costum board with nrf52832 chip. when I upload example code "/examples/peripheral/uart/" I can see logs coming and loopback test is working great, but when...
I am inquiring about a custom device that hangs in the ble_stack_init(); and the result is a fatal error.
The custom device has an nRF52832
The SDK is the SDK14
The...
Hi,
I am using NRF52810 which acts as a peripheral to send data to the central . The problem is my device is battery operated,So advertising all the times consumes battery...