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...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
hello, i am new to the Nordic controllers.I am having 2 doubts.
i want to modified saadc example code in keil 5 for that i want to add "app_timer.h" header file...
Hi guys.
I want to make use of CLI in my existing project based on ble_app_uart .
I was looking at the diferences of there sdk_config.h and there is a lot of stuff happening...
sd_flash_write(((uint32_t *)storage_addr),
(uint32_t *)p_data_addr,
size / sizeof(uint32_t));
why here size value is divided by sizeof(uint32_t).
what is byte value...
Hi,
I'm trying to adapt the HRS/RSCS relay example from the SDK to use the Nordic UART service instead. Currently I can connect to the central just fine, but if I try to...
I'm using RTX timers on NRF51 and I'm getting a 7ms per second error. (I.e. osDelay(1000) takes 1007ms).
It appears that NRF_RTC1 is configured incorrectly in SDK examples...
Hello, I am working on NRF52 customer board + SDK_13.0.0_04a0bfd
I start with ble_app_uart example, I use interrupt tigger a repeat timer(500Hz, 400 times) to sample 6 channels...
I'm having major troubles with my debugging setup using a nRF51 DK (PCA10028 V1.2.0).
When I try to connect to the board I want to debug/program (which has an BlueMod ...
Hi Everyone,
I'm currently busy going through the OpenThread API and examples to better understand what all the functions do. However, I don't fully understand where the...
Preferences: nRF52832 chip, s132_nrf52_4.0.2_softdevice
Two or more nRF52832 chip are connected to iOS and Android.
And do bluetooth off in smart phone.
this case, bluetooth...
This suggests it should be possible to change the beacon advertising content in response to events such as a GPIO input.
I'm using nrf52 DK running the beacon example (SDK...
Hi,
What should I add to the makefiles to be able to generate an assembly code? Something similar to what is seen in the debug mode of Eclipse. I have tried -S/s but it...
Hi
I want to porting to nRF52840 but since S140 SoftDevice Specification documentation doesn't exist
I can not proceed with porintg.
I need S140's detail memory map...
I am using s132_nrf52_3.0.0_softdevice.hex and sdk12 and compiling with arm-none-eabi-gcc. The problem is that the bluetooth set up just jams at:
// Enable BLE stack.
...
I'm trying to get my nRF52 BLE peripheral to connect to my phone while its screen is off and it's in sleep mode. Other consumer BLE peripherals that I have can connect to...