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 want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
I am making a simple device based on nrf5240 - I want to control the servo from a smartphone. I used the WART and Blinky examples as a starting point. The data exchange algorithm...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
Hi!
I have written a driver for Dali (prototocol used in lighting management system) on nRF8240. It is a baremetal application which uses the SDK of Nordic (the drivers...
While it's easy enough to download the SDK from Nordic's website, it's a slow and painful process.
It's slow I assume because the site is hosted far away from me. Loading...
Hi!,
I am trying to use one of the analog inputs for reading the voltage using saadc.
Since a don't have a battery now that is about 3.5V or less, I decided to use one...
Hi, I am trying to create a custom board and add it to the zephyr app. Currently, I have added boards/arm/irnas_izoramv21 file to my application folder. When I am building...
Hi
I am using nRF51822, S130, SDK12, Working on adding static key security to my application
So far I have change the GLS (glucose) example to static passkey and connected...
I am creating a peripheral and central. The peripheral is done and appears to work fine. The central is in progress. It will use the serial port to communicate with a host...
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...