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 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...
In the product specification page 165, I see than the continuos mode is 2 to 16kbps. In the page 167 this mode is 2 to 16ksps.
Which unit is correct, kbps or ksps?
If...
Recently I have put some code of my application into RAM. When I do not enable read back protection mechanism everything works, however when I want to enable protecting my...
Hi all,
I have updated a custom automotive PCB and am now using the nRF51824 instead of the nRF52832 I had been using previously.
Unfortunately, I have been unable to...
I am very excited about the Bluetooth 5 LR PHY, but do you plan to release an update to the nRF5 SDK to support the newest soft device S140 v5.0.0-3.alpha?
Hello
I am new to work on nrf52,
Please can someone help me regarding how to use hardware and software pwm together. I have a need of using 13 leds , so i need 13 pwm...
Please can anyone help me on how to use(program) PWM hardware with individual loading mode? My goal is to control 12 LEDs individually with different duty cycles and playbacks...
I want measure the current of a device over a resistor. It is connected to 5V which is over VDD(3V) of nRF52 Chip.
5V--->10ohm--->Device
the differential voltage of this...
Hi,
I am using SDK v8.0.0 , Softdevice s110 and Example is ble_app_uart(peripheral).
i want to reduce a range of nRF51822 beacon(PCA20006) up to 2-3meter..
i try this...
Hi all,
Basically I am doing an exercise on the BLE system use case. Let's say I want to setup a BLE system where there are the long range BLE capabilities in Relays and...
What is a minimal length of preamble, such that nRF51 is able to safely receive a packet with? Can it be made (via some magic registers) to be as small as 4 bits? Then it...
Hello!
I'm pretty new to BLE and Nordic, and hope that someone can give me some good advice.
I'm working on a project were I have 2-4 sensors, each connected to a nRF52832...
Morning,
I ve try to flash the hex pca10040 from the examples/ble_peripheral/ble_app_hrs without success, with the flash seems ok, i can t see the device.
So as i ve...
I found this comment in fds.h as function header for fds_record_write()
* Record data can consist of multiple chunks. The data must be aligned to a 4 byte boundary, and...