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...
Hello,
I have seen that the nRF52840 PS v1.0 specifies the RSSI_PERIOD to be 15us. I have also seen that the nRF52832 has only a RSSI_PERIOD of 0.25us (PS v1.3+) or 8us...
I need some technical information:
- the micro Host can (through a pin?) make WakeUp of the BLE module to configure it / change the operating parameters etc? - the BLE module...
While visiting the Nordic Tech Tour we were discussing the pros and cons of BLE Mesh with a Nordic employee. He recommended that we also looked at a different solution, a...
This is essentially a repeat of :
https://devzone.nordicsemi.com/f/nordic-q-a/38808/is-a-3-bit-synchronous-3-data-lines-clock-parallel-input-at-16-368-mhz-feasible
Instead...
Hi,
I am using Keiluvision 5 , nRF5-SDK version - 15.2 with SoftDevice S140, My application requires to have NFC functionality as well as UART, but when I try to merge the...
Hi. need help with dynamic routing. I have a 9 node mesh running Thread and so far i have collected and analyzed latency data and packet delivery ratio data. I need to find...
Hello there,
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller for connection and data exchange. nrf51822...
Hi Nordic,
I plan to use the newest SDK (because the ATT MTU > 23 is need) for NRF52832 to develop a PC tool to connect with Nordic BLE peripheral devices, and then send...
Hi, i am using SDK15.0.0 with nrf52840 chip.
I am interfacing a SPI device in the SPIM0. The SPIM module looks working fine without a softdevice.
But when i integrate...
SDK - 15.0.0
IDE - Segger Embedded Studio
Computer Platform - Windows 7 - 64 Bit
Hi,
I am using an android phone to write a 32 byte array to the nrf52 device which...
nRF51_SDK_10.0.0\examples\ant\ant_plus\ant_bsc\bsc_tx\combined\button\pca10028
ANT BSC Speed event time not change After a period of work although button press or relea...
Hi. I am a beginner with nrf52832. Trying to get Bluetooth and UART and a I2C peripheral working at the same time. I had a working version of the I2C peripheral and UART working...
I have problem with both custom boards and DEV board.
From a certain time after GPIO direction bit seems not effecting the pins.
To get rid of software factor, I all erase...
Hello,
I'm currently using nrf8001 to sent a 20-byte packet. It works fine and my phone application receives the right data. However, when I send another packet that has...
Hi,
I try to create program which will save same data on SD card, I'm using evaluation board nrf52 (nrf52832) and using SDK 13 (nRF5_SDK_13.0.0_04a0bfd) and programing it...