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? ...
Hello.
I am currently working on implementing a PWM control function using nrf52840. I used the function "es_battery_voltage_get()" to read the battery voltage before and...
I have written simple hello world code on nRF9160 custom board and enables the MCUBoot as bootloader using CONFIG_BOOTLOADER_MCUBOOT=y in prj.conf file.
Also, made some...
Hi everyone, I'm trying to communicate with OBDII through NUS using nRF52832. I was able to initiate the connection, send commands to OBDII, and get responses on the ECUsim...
The current RRC Inactivity Timer from my provider is 10 seconds, causing my power consumption in RRC Connected mode to be unnecessarily high.
I want to use the Release Assistance...
Hi,
Can anyone check if my understanding about this NFC-BLE pairing feature is correct?
1.Before connecting, two BLE devices will exchange some keys or info for secure...
Hello,
I'm working on an application that will use the nrf9160/nrf52. I will need to make https REST calls where I will populate the http header with username/password credentials...
I didn't manage to find a solution to my problem here but I fixed it myself so I'm posting it just in case it helps someone else.
I installed JLink 5.12.6 and nRF5x Command...
Hi,
Android shows a message that the NFC Pairing was not successful, but it looks that the connection was established successfully (Device in the connected devices, data...
Hi All,
I have a measuring device that needs to send UART data over BLE to a PC with BLE dongle or Macbook with built in BLE. My test users need to open up a webpage in...
Okay, I've run into an interesting scenario.
SDK 17.0.2
NRF 52840 (DK)
I am coding a multiperipharal service on a multiperipheral ble device.
My attempt at updating...
Hello,
Does Nordic have a Google Flutter example mobile app for MCUBoot and MCUMgr based DFU (built with nRF Connect SDK) ?
If not, does someone on this forum know about...
We have an nRF52 with dual roles: peripheral for the connection to an app, and central, connecting to multiple third party peripheral devices.
we have a few problems with...
Hi,
I have a problem, I would like to implement a light dimmer endpoint witch I could bind via coordinator to bulb(or something else...). I do not known how to implement...
I am using SDK nRF5_SDK_14.0.0_3bcc1f7 in my project. All the features was working but i need to add the security mode 1 level 4 security in our BLE device with LESC. I have...