Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
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 Developers,
I successfully I made some modifications to the light switch example to transmit a larger payload and I was wondering what changes should I do to have...
Hi all,
I am currently developing on the RIGADO BMD-300 (nRF52832) eval board. I have the following code setup to interrupt on a button press (aim is to have 9 buttons)...
I am working on an application targeting the Fanstel BT840X, which combines nRF52840 and Skyworks SKY66112-11 PA / LNA on a single module.
I am using GPIOTE and PPI to drive...
Hi Nordic devzone...
I want to form a ble mesh network through which a Central can reach any Peripheral in the network, if not directly then through other peripheral. The...
Hi,
I'm following the Border Router Quick Start Guide . In it, it states:
To change the settings, edit the /etc/config/thread_border_router file.
However, that file...
Dear experts, please tell me, how can I switch the frequency source for the RTS from STAL to internal RC generator when the processor is running? command sequence does not...
Hello,
im using nrf52832 NRF5 SDK 12.2 , S130 . using the pasted code and i get 1023 on the ADC even voltage is 1.7 volt i using keil ver 5 s130 i double checked the voltage...
Hello,
I have prepared an nRF52840 with DFU example (dfu_nrf52840_xxAA_s140_6_0_0).
When making the DFU package for the blinky example (bin/blinky/blinky_nrf52840_xxAA_s140_6...
Hi all,
I'm working with 2.1.0 version of Thingy:52 firmware (the last version currently). Further I am working on Linux with SEGGER J-Link Commander V6.34c in order to...
Hi,
I want to read register 0x00 (chip ID) of ads1292. i do following...
===========================================================================================...
Hi
I am developing 4 layer PCB for the nRF51822 with a power and a ground plane in the inner layers. I will be using a balun from Johanson Technology (2450BM14E0003) with...
Looking to apply an nRF52 chip in a wearable device... ideally without mounting it on a board.
Is that remotely feasible?
It would still be necessary to connect to 12...
Hi to all,
i have a project that was based on SDK 13 and in that version i had a bility to call fds_record_write with multiple data chunk, but in softdevice 14 and sdk15...