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...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
I'm trying to take a project we had working with only an application, no softdevice or bootloader, and add a bootloader and softdevice, with the application still not requiring...
I am working on nrf5_SDK_for_Mesh_v2.2.0 with nRF5_SDK_15.0.0 and softdevice 6.0.0. I run code on PCA10040 dev boards. I am trying use a timer to send onoff message from a...
Hi Nordic,
Does FDS affect PPI ADC acquisition when writing data? The test found that once the FDS is written to the data, the ADC data returned by the PPI ADC is fixed...
Hello Nordic experts,
I am working with nRF5_SDK_15.2.0_9412b96 SDK.
In example nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral/ble_app_hrs_freertos/main.c I have at line...
Hi all,
The setup that I am aiming for has a number of nodes, which will send the IMU data to a central base station. The communication is achieved using a bunch of nRF24L01...
I keep getting stuck in the TIMER1_IRQHandler function.
When I debug the code, I get to line 20 (exiting interrupt function scope) and then the assembly code hits a nop...
Hello!
I have developed a BLE HID (HOGP) device in Nordic SDK 15.0.0 starting from an example project: ble_app_hids_keyboard .
The HID device that I have developed however...
We have a setup where we want to measure the current consumption of a battery-powered device:
The batteries are soldered to the device, and cannot be removed.
We can...
Dear Team,
i hope you are doing good,
I am working on nrf51822 controller, using SDK is 12.3.0 on windows environment. Soft-device is s130
i am planning interface...
Hi,
Wanted to interface NRF52840-DK to Board Mount Basic Pressure Sensors (Honeywell) ABPDANT005PGAA5 which is of anlog output type.Can u suggest can i go ahead with the...
hi......
my peripheral device is heating up quickly what is the way to reduce or avoid heating of the device ?
when i put my device in sleep mode more than the wake up...
Using SDK_14 and unmodified SAADC example on pca10040.
Initially connected A0 (PO.03) to ground but getting seemingly random values.
<info> app: ADC event number: 586...
The file components/libraries/timer/app_timer_freertos.c does not have the function app_timer_cnt_get() defined. Compiling libraries that require it (like external/lwip/src...
I used nRF5_SDK_15.2.0_9412b96\nRF5_SDK_15.2.0_9412b96\examples\peripheral\spis to test spi,but only the first time can receive data. logs like below,"1234567"
is I send...
static void onoff_state_value_update(app_onoff_server_t * p_server) { /* Requirement: If delay and transition time is zero, current state changes to the target state. */ if...