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,
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...
Hi everyone,
I want to measure the total execution time of saadc_sample() & saadc_callback() functions. I am using the application timer and I have inserted the app_timer_cnt_get...
Hi everybody, I am a beginner and I need your advice to start to modify the example of Radio Receiver/Transmitter. Ultimately my goal is to measure the time between the reception...
Error message from KEIL CMSIS D/L :
Update available for ARM::CMSIS (installed: 5.6.0, available: 5.7.0) Update available for ARM::CMSIS-Driver (installed: 2.5.0, available...
I have developed an bootloader operating with external flash for image storage. For the use case it is not acceptable to put the device into an inoperable (no-application...
Hello,
I've been looking at this post devzone.nordicsemi.com/.../ in regards to characteristic lengths.
I'm still not clear on the matter. Currently I have initialized...
Hi, I'm confused how to do fota of mcuboot on the nrf9160.
The source code is public on github in this branch: https://github.com/ExploratoryEngineering/nrf9160-telenor...
I just installed NRF Connect on an Archlinux via the AUR , but I cannot install any app. I even upgraded the package to 3.3.3, but I always get:
Error
Unable to...
Environment: nrf9160DK v0.8.2 nRF Connect SDK v1.2.0 Modem firmware: v1.2.0 Toolchain: gcc-arm-none-eabi-9-2019-q4-major-win32 I started with the nrf mqtt_simple sample and...
Hi,
I have bought TMP117 with NRF52832 from Nordic, a wristband becon module. I am new to this boards. I want to create my own Android app. I want to know how to do this...
Helllo,
i'm using a custom shield with the Thingy:52.
I need to control some TWI chips, but these chips (ADG728) have only one register.
I have done a specific driver...
In the nRF5 SDK v15.0.0 there is an example for beacon. (in my case ble_app_beacon_pca10040_s132)
This example works fine and acts as a non-connectable unidirected beacon...
Hi, I'm trying to add Characteristic User Description 0x2901 and CCCD 0x2902 to a characteristic. It seems 0x2902 always comes before 0x2901 in attribute table. Is there any...
Hello,
As per your sugesstion opened a new ticket in reference to existing ticket,
https://devzone.nordicsemi.com/f/nordic-q-a/60891/unable-to-read-the-128-bit-uuid-with...
Hi,
I'm using nrf52-pca10040 and sdk-15.3, I tested an eeprom chip following twi_scanner example, using no block nrf_drv_twi_xfer way, which works well, then I put it in...