This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I would like a solution for encrypted OTA firmware update and I just realized that the Secure DFU doesn't enrypt the firmware image just sign it.
I find this Q&A:...
Is there a way to change the Thread SDK example program (\examples\thread\ncp\ftd\uart) baud from 115200 to a higher 460800? If so, what steps are needed to make this change...
With SDK For Mesh v5.0.0 the replay cache is saved to flash using MESH_CONFIG_STRATEGY_ON_POWER_DOWN. In mesh_config_load() a check is made to ensure that there is enough...
Hi,
I'm working on porting BG95 to nrf52 sdk, it'd be a lot helpful if I can get a head start with some open source implementation(AT parser libraries, drivers porting etc...
Hi,
In the Product Specification for nrf52840 it´s written that setting CONFIG (0x50C) register to Pause (0) would pause the watchdog while the cpu is halted by a debugger...
nrf52840 with SDK15
I am trying to update 3 characteristics if the correct value is written to an authenticated read write characteristic. Actually all of my characteristics...
I'm trying to create a simple point to point link using the nRF24L01+ with a new non-arduino microcomputer. I've searched the internet for example Python programs but only...
Hi,
I would like to double check with you if 9-pin cortex-M adapter board for Jlink can be used and connected to PPK P21 connector : https://www.segger.com/products/debug...
Hi Team,
We are using the nRF52840 DK for one of our project, as part of that we are using internal flash one of the sector with start address of 0xfc000.
We have written...
Hello, we are having a low occurrence issue when attempting to write some data in NVM using fstorage.
We are using a nRF52832 as a BLE peripheral using SDK15.2.0 and SoftDevice...
Nordic colleagues,
We just received our nRF 52840 DK and are attempting to install the nRF Sniffer application to use with Wireshark. We were able to program the DK with...
Are there any plans to expose a raw packet interface for the nrf9160? And ideally forwarded via an async serial port, perhaps as an option for the SLM application? i.e. without...
Hello,
I have a problem of reading GPS options for "NRF_SO_GNSS_POWER_SAVE_MODE"
This is the code:
I always get -1, and errno value 22. This function works for ...
Problems encountered in nrf51822 software development: When burning the program to the microcontroller, I used the Bluetooth serial port service to send the collected adc...
I'm working on a prototype currently using the nRF52840 dongle. I've used the ble_app_blinky as a basic, and added some custom code to it. The goal is to use BLE in the end...