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...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hi i would like to connect an led with mcu (NRF52832-QFAA-R7) and control the led with PWM. while investigating in datasheet i found "Three PWM modules can provide up to 12...
Hi there,
As I’m currently evaluating our GNSS implementation, I’ve encountered some discrepancies in your documentation.
My inquiry pertains to the optimal implementation...
I'm using 2 nrf52840dk, ncs2.5.0; running the central_uart and peripheral_uart examples, I want to know how to send a string without pressing the "enter" key. For example...
I am using pin 8 (NFC pin) as SCL and pin 9 as SDA of nrf52832 on my custom board. Basically I have connected MPU9250 with these pins and I know that MPU9250 is NRFND, for...
Hi,
We have custom hardware that includes an NRF52832 microcontroller. Currently pin 0.21 is mapped as reset pin and i cannot seem to figure out how to change this using...
I am sorry that I post my question on this forum because I cannot find a button to post.
I also use a J-LINK EDU mini to flash the RAK4631 board. During J-Link Commander...
I try to download FOTA from http server to nrf7002 over WIFI i use fota download library and initialized it ,then call API fota_download_start() then the fota_callback_handler...
Hi all, i have some problem while i try to estabilish an LTE connection . I'm using nordic n9160dk. I just search through the site, and i see a lot of topic like this , or...
Hi ,
Our custom board uses the nRF52840 chip, and we followed the Nordic official webinar 'Adding Custom Board Support in nRF Connect SDK' during development.
We noticed...
Hello support team,
I am a beginner in this environment and I am facing a problem while trying to compile my project in Zephyr for nRF52840dk board. I am trying to run this...
I am currently using a J-LINK EDU Mini to try and learn how to use an external device to flash the nrf board. I am running into trouble because I have connected my external...
Hello, I am trying to get to make error handling while getting GPS signal. so that if there is no GPS, I move to Queclocator commands to get LBS location. the problem is that...
What is the problem with this error, I think the problem is not getting #include <zephyr.h> liberary, if it is how to fix it. any recommendation is appreciated
Hello, we have a design that includes nRF9161 for LTE purpose and a separate MCU.
The power sequencing for nRF9161 is as follows
VDD1, VDD2 is supplied with 4.2V
ENABLE...
Hello,
I am using version 12.3.0 of the nRF5 SDK for the nRF51422 development board. I opened the 'ble_app_hrs' example code in IAR Embedded Workbench and successfully built...