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...
Hi,
See attached photo for layout placement of the trace antenna.
Altium PCB File : 108-0013-01 PCBA MAIN.PcbDoc
Background :
This is a design for a wearable...
Hello,
I am using SDK 11.0.0 and attempting to integrate the BNO055 IMU into twi_sensor example and then connecting the IMU data over BLE via ble_app_uart.
I successfully...
Hello,
I have two devices sharing an I2C bus. These devices are the MAX86150 and the MLX90614. DMA is being used. I2C is running at 100 KHz.
After initializing both...
Hello,
I'm currently working with sdk 11 on nRF52832.
I'm trying to acquire 20 value from SAADC every 10ms during 300uS.
I think that the rate is too high because...
Hi , why I can't have an update of my bootloader ? Here is the script I use to generate the .zip file :
nrfutil dfu genpkg --bootloader Bootloader.hex Boot.zip
The...
i have RBL nrf51822 ble and i want to try it with BLE Sniffer. i flashed the nrf sniffer hex file by drag and drop to my dongle but it doesn't show anything. only it shows...
Hi Everyone,
I am working on a hobby project with nRF51822 which needs me sample upto 4 signals reliably at 500Hz each at 10bit resolution. I have read through few posts...
Hi all,
I have two nRF52 connecting, transmitting, disconnecting and sleep mode when are in normal operation, now I am experimenting a randomly error code 8 when calling...
Dear Nordic Team,
Meanwhile, I've burned through a week finding a solution for this problem.
Now I am out of ideas where to check for problems.
My application:
I...
Hi, I use the following.
Raspberry Pi 3 (RPi3 with Raspbian Jessie 4.4) as a router,
RPi3 is connected to a Wi-Fi router to access the Internet by using the built...
I'm trying to flash a nRF518122 with a St-Link V2 programmer via Open OCD.
The process seems to goes smooth, but comparing the number of written bytes to the actual HEX size...
How is BLE_CONN_HANDLE_INVALID changed in multiple services
I modified the ble_sdk_app_proximity example. I added x3 services, based on the BLE Characteristics, a beginner...
Hello
im building a project for discovering infections through temperature sensors, so im modifying the heart monitor sensor examples (central and peripheral) in the sdk...