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,
I previously pointed to nRFgo Studio when the CE/FCC lab wanted to do fixed frequency testing. However I see that now nRF Connect also has a Direct Test Mode application...
I am considering employing the nRF52832 in a BT mesh configuration.
The nRF52832 has a built in RC oscillator (LFRC), or allows connection of an external XTAL based oscillator...
Hi.
Using an nRF52832 and SDK11. I use a button for wakeup. Problem is, when releasing the button, I do not receive a release event after wakeup (so the first release)...
Hello All,
I am now planning to add DFU service to my HRS application ( examples\ble_peripheral\ble_app_hrs\pca10040\s132\ses )
I am using SDK nRF5_SDK_16.0.0_98a08e2...
Please understand my low English level.
I am writing code to use nrf52840 dongle. I'm putting together a few examples now. However, some functions are not performed because...
Hello everyone,
I am trying to add twis i2c slave in ble_template project. I found twi_master_twis_slave example in the sdk. I merge the project but ended up with following...
Hi,
I need some details about the button configuration
To perform a Single Button configuration like
One click (BUTTON_RELEASE)
Double Click (BUTTON_RELEASE)
Button...
Hello.
I'm playing around with GPIOTE example. I have all the include paths correct and the project can build fine. But I'm having error in the line
The error is at...
Hello there,
I would like to have my device serial number be set over uart and stored persistently via the nrf52840's SRAM in a ROM fashion. Is this possible? If so, where...
Hi,
we bought a few 3rd party modules ( https://www.raytac.com/product/ins.php?index_id=95 ) with nRF52833 on it. Just with lipo battery on VDDH Pin, VDD has an voltage...
Hi,
I am running this example from SDK 15.2.0.
In my serial port prints the timestamp wraps at 1 second:
What should I do in order to see correct timestamps?
Hi,
I'm using the the pc-ble-driver together with the nrf-ble-driver-4.1.1-win_x86_32 library and two nRF52840 dongles on two different COM ports.I'd like to clarify on...
Hi,
Please help to explain the “onboarding” process of nRF9160 SIP (via its IMEI) used in our product . — For example in production we buy 500 nRF9160 SIP’s from Nordic...
I am trying to use the ble_eddystone_app on a nrf52840 dongle. The way this app appears to work is so: 1. device starts in advertising but not connectable mode
2. pressing...
Hi team,
I am using SDK V16.0.0 and looking at the flash_fstorage_s140 example. There are wait_for_flash_ready function calls after the nrf_fstorage_write function calls...