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? ...
I try to update/replace the code in a nRF52 board from 3rd party (Fanstel). They only able to provide the private key which I can create the zip file but not able to give...
For our application, if the device loses connection, we enter beacon mode for longer range, and advertise using extended advertising to broadcast more data. Beacon mode wit...
Hi, I send application data using Read blob PDU from nRF52832. nRF52832 firmware is connectivity of Serialization of nRF5_SDK_17.0.2 for UART interface.
After connection...
I have followed the Scheduler tutorial ( https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/scheduler-tutorial ) and was able to use...
Has anyone characterized the nRF5430 ADC dynamic performance such as harmonic distortion, SFDR, SNR over frequency. I am interested in the 10-2kHz frequency range.
Th...
Hi,
I just want to know is there any Pre compiled hex files are available to convert my Thingy 91 as Thingy 52, I just want to use my Thingy 91 with Thingy 52 Bluetooth...
Hello,
I am developing a custom board using NRF52820 and I am trying run the Blinky example on it with no success.
I am trying to adapt the blinky example for PCA10056_S140...
hi support team,
i searched devzone, my question are similar with "devzone.nordicsemi.com/.../349118
it is clear we can't set it manually. and there is no API to achieve...
I'm trying to build the lwm2m_client using SES through the toolchain manager. I continue to get the following error: "Error starting process C:\ncs\v1.9.0\toolchain\opt\bin...
With KPN and Deutsche Telekom LTE-M SIMs we get dual-stack APN with both IPv4 and IPv6 IPs.
But the iBasis LTE-M SIM is giving out only IPv4, ignoring any previous +CGDCONT...
Hello, I am trying to figure out an issue that is happening in my project. I am using the NRF52840 chip and I configured the WDT correctly with WDT-> CRV = 10 * 32768 (the...
Hi everyone. I want to take advertising data with ble scanner and transmit to esp32 via uart. But I don't know how to do this. Is there an example for this? I need your help...
Hi,
When building a project with nrfonnect , sdk-nrf v1.7.1 that worked for colleagues I got strange warnings:
and the building aborts.
What is very strange is that...
Hello The function scan function is being implemented with nrf52833. The desired action is an action that does not connect immediately when the scan starts, but when you receive...
Using nRF52840 and SDK15.3
I'm seeing some documentation on the DFU process and all that but I'm having to write my own bootloader transport (and lower) layer to implement...