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...
Hello, i am working on the Light switch proxy server example with SES and i want use TWI driver, and i added the files and the path for "nrf_drv_twi.h", i put #include "nrf_drv_twi...
Dear,
Firstly, I configured the GPIO pin 9 and pin10 as GPIO by defining the CONFIG_NFCT_PINS_AS_GPIOS in my project.
And in my project, button1 uses GPIO pin 10 and button2...
I have successfully run the SAADC example, and make it a multi-channel example. I see the function saadc_callback(nrf_drv_saadc_evt_t const * p_event) which performs the printing...
Hello,
I have a trouble handling new chip nRF52832 I recently changed.
what I previously used is nRF51822, and there wasn't that kind of problem.
I'm using my custom...
Hello!
I'm attempting to flash a Thingy:52 with the Thingy firmware using Segger Embedded Studio. At this point, I'm just trying to replicate what comes on the Thingy...
I am trying to get Interrupt from UART Rx, so that if any data is received on RX pin it will go to its interrupt routine, but I am unable to find any interrupt routine that...
Hello,
While developing on the nRF52840, we noticed recently that the IRQ priorities that we find in app_util_platform.h (from SDK 15.2.0) differ from the ones we can...
Hi i'm a newbie in nordic chip. Can someone please explain to me that how to enable and disable sleep in nrf51822 and what kind of setup need to be done?
Example in Arduino...
Hi all,
I'm currently working on adapting this example to fit my needs for testing a Bluetooth Mesh network.
I want to add the functionality for nodes to send to each...
Hi All.
I am aware that the USB nRF52840 Dongle does not support debugging but, can this device issue AT commands to a remote nRF52840 module in order to check the value...
Dear,
After adding the peer manager module of the SDK 15.2 and some other codes about configuring static passkey in the example "ble_app_uart" in ble_peripheral, I can successfully...
Hello,
I just install the nRF sniffer and have some trouble.
I use the following software version :
- Wireshark 2.6.4
- python 2.7
- pyserial-3.4-py2.py3-none...
Hello,
I am currently sampling SAADC every 1ms using PPI. Samples are collected in predefined buffer, and then send over BLE with ble_nus_data_send() function.
I would...
If I use sd_app_evt_wait() or nrf_pwr_mgmt_run, I lose TWI. In other words, in order to use TWI, I need re-initialize it. If I use:
__SEV(); __WFE(); __WFE(); It works but...