Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I'm using the nordic SDK since version 8 (now version 16). For various reasons I always tried to not use the SDK and just programmed against the soft device API and programmed...
Hi,
I am implementing PPPoS using LwIP + FreeRTOS on nRF52840.
I have added LwIP and FreeRTOS which is available in " SDK/external/ " folder.
In LwIP I used LwIP's Sockets...
Hi,
I am trying to use nRF Connect for desktop with a dongle or nrf52 DK to connect with another board. When I want to get the value from the connected board, it would always...
We have a custom board based on the nrf52, We trying to integrate BLE functionality into our already existing firmware. I am able to create a custom service and characteristic...
ret is declared inside a "CRITICAL_REGION" which is a block, so not accessible outside that block to return: ret_code_t app_usbd_hid_generic_idle_report_set(app_usbd_hid_generic_t...
Hello, trying to make the leeap from nRFGo studio to nRFConnect, programming tool. I have connected to an old device programmed with nRFGo, and see the memory map below. I...
I am trying to debug an app error in my code. I have an app_error_fault_handler that starts like this:
But, the "Fatal Error in file..." line doesn't show the file...
DFU over serial
- Application alone - works
- Softdevice + bootloader works, but then doesn't respond to ping when trying to send Application image next
nRF52832 ...
Hello,
If the locators have AoA direction finding support ( nRF52833, nRF52833, nRF52820 etc , ) does beacon device require to have direction finding capabilities as well...
hello ,
I am using NRF52840 for my application, ESP32 as central and my nrf52840 as a peripheral . central always connected with peripheral. i can send data through central...
To the kind attention of Nordic support team,
I have been reading https://infocenter.nordicsemi.com/pdf/nRF52833_PS_v1.0.pdf product specification, where only
aQFN 73...
Hello everyone, I wan't to layout my own PCB board of nrf52840 ,is there any things need to be attention? By the way, if I'm not using Interface IMU to upload my programming...
When I have put the nRF9160 modem into mode 4 or 44, and then issue a status read AT+CFUN? command, the modem erroneously goes online. I have used latest and greatest modem...
I have the following code in my main.c file:
I also have mylib.c and mylib.h file. I want to move my function there. I tried the following.
mylib.c
mylib.h
I...
Hi, I am trying to get DFU from SDK16 working on my Mac.(Mac Os Mojave). I am following the instruction on https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16...