Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Can’t RTT view even provided precompiled code that comes with nRF5 SDK v17.1.0. Tried also the .hex versions that came with older SDK back to 15.3 – same story . Tried even...
Hi - I am trying to use the PCD library in NCS 2.7.0 w/ sysbuild, but this library seems to require partition manager to be enabled (due to the `include <pm_config.h>` in...
Hallo,
is it still true that there is no automated possibility to combine two sdk_config.h files as I read in a several years old post? This is necessary for integrating...
I have a custom board that is in production but is running NCS 2.5.0. I am interested in migrating to 2.7.0 however I am running into a few issues. When I pair to the device...
When I try to build the solution with "Optimize for debugging (-Og)" the linker fails saying `rodata' will not fit in region `FLASH'. FLASH overflowed by 46056 bytes. This...
Hi all.
I have a project on nrf52840 with ble. I needed to add a nrfx timer there. I deleted everything from the main function. Added the code from the timer-counter example...
I'm going to add frequency hopping to ESB
so i have some problem
1、Whether demo is available for learning.
2、for example Gazell frequency hopping ,Where can I see detailed...
Dear Nordic,
I'm unable to register an nRF9161 device on the Verizon Thingspace IoT Network. They have a web UI which allows one to enter an IMEI, ICCID pair. When I enter...
Hi,
We have developed firmware for a custom broad using the nRF52832 with 512kB flash, and our firmware currently uses 48.5% of the flash.
We are using Zephyr and version...
Above is the trace and the commands inserted. We were unable to get a response using the at+cops? command. Both SIM cards were active that we tested. We tested band 12. Could...
I would like to know more about the TLS 2K packet limitation in the nRF Connect SDK.
Is there a way to not be constrained by this limitation. I've seen some posts about...
Hi,
I am using nRF5340 DK and nRF SDK V.2.6.1 for my project
I am following the link;
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson...
Hi,
I'm hoping you can help.
I am using the CENTRAL_UART and PERIPHERAL_UART to evaluate the nRF52840, and using a terminal program works fine.
What I want to do is...
Hi all,
I have a problem that seems very simple, but I cannot make sense of it.
I have a simple setup on the NRF52840 DK that senses a rising edge on pin 1.00 and...
I am trying to write tests for my code using CppUtest. I know the platform has memory leaks detection support. it seems that everyting is set up correctly to see the results...