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...
Hi,
In the Light Switch Example, on-off instruction was send to either even or odd address, may I know how can I cancel this action so that I can send the on-off instruction...
Hi,
I am using nRF mesh Android app version 1.0.3 and nRF mesh IOS app version 1.0.2
I have flashed the devices with light-switch example application under nRF5 SDK for...
Hi, I have pca10059 dongle. I soldered goldpins to swdio and swdclk lines to be able to flash it using external nrf dk. So I connected external jlink programmer and was able...
Hello, I just wanted to share a problem I encountered and make some suggestions : I lost some time looking for a TWI problem while it was actually related to the pin reset...
Hello All,
I am using NRF51822 controller in my design.
I want to monitor battery voltage using ADC pin with voltage divider.
I have LIPO battery with 3.7V and 200mAH...
Hi Nordic Support, community,
After I flashed, the connectivity hex, ble_connectivity_s140_usb_hci_pca10059.hex from the SDK v15 downloaded after executing the patch on...
development software, with versions (SDKs, IDEs, SoftDevices, ...):
Computer platform, with versions (Windows/Linux/OSX, ...) Windows 10 Pro x64
hardware revisions (chip...
Hi,
I am trying to make a weather station with nRF52 feather and BME280. Currently I am making a measurement program. The base code is Custom:Heart Rate Monitor Example...
Hi friends I use nrf51822 with sdk12.3 version and I want to use infrared receiver.
What method should I use to write the infrared receiver code?
Also, does nrf51 have...
Hi,
I'm able to send arbitrary information to the host using generic HID descriptor (uses vendor defined page). There is no driver issue. I'm also able to connect to the...
I am currently downloading softdevice (S140) on our custom board using P19 connector on nRF52840 DK. Our custom board also has nRF52840. It seems the dsoftdevice is downloaded...
nRF52832 & nRF52810 don't support the Bluetooth 5 Range Extension (Coded PHY):
https://devzone.nordicsemi.com/f/nordic-q-a/39532/is-it-only-nrf52840-s140-which-support-bt5...
Whenever I deploy an example to the Fanstel BT840F with Segger ES, the S132 SoftDevice is always also deployed to it. I have attempted to change references to this in the...
Hi,
nrfx_uart.c has a bug where, once there is a RX error, the receiver gets stuck in a disabled state forever. This is because p_cb->rx_enabled is never set true, so the...