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...
Hi! I am using SDK15.0 and SD 132 v6.0.0. My IDE is Segger Embedded Studio.
Everything was working fine and then suddenly after few weeks of developing a problem appeared...
Testing BLE mesh of proxy light switch example with 3 nrf52840(1 as client and 2 as servers) pdk boards with nrf mesh apk(android phone). Phone able to scan nrf 52840 light...
Dear Team,
I am using ST-Link V2 connector to program a nRF52840 board. When connected to a laptop and try to connect to the target, it says 'ST Link USB Communication...
I am currently trying to extend the range of the bluetooth mesh application. The infocentre infers that the function:
typedef struct
120 {
121 radio_tx_power_t tx_power;...
Hi,
I wonder if someone can make recommendations for types of 'smart bracelet' ('smart wristband') devices that use a BLE chip of Nordic's nRF51/nRF52 range. Can you point...
Hi,
I'm currently developing software on nrf52832. Unfortunately, I can't use the SDK for different reasons.
I'm currently looking at the RESETREAS register. If I...
I use the following code to write 32-byte to L01-module. (The wireless-communication works successfully ).
The following ( 420us+200us ), accompany only 32-byte wireless...
Hi.Is there any inbuilt ic present in nrf52840 DK board to monitor battery management ??if so, how to use that for measuring battery life?can anyone help me out plz!!
Thanks...
Good afternoon, I have a new small, but I think important, question. I did not find a concrete answer on this forum. The question concerns the correct switching of buffers...
I had try to use nRF connect to connect between nRF52840 Dongle and the bluetooth of application.
(I'm not sure the model of bluetooth of application.)
It's connected...
How many crystals/oscillators do I needfor a NRF51822 WLSCP chip?
I looked at datasheet and I'm assuming I will need a 16 Mhz crystal, a 32Mhz crystal, a 16 Mhz oscillator...
I am using IAR workbench and working with the nrf52 DK, using the S132 v.3.0 softdevice. I used the blinky example code to connect the nrf52 with my android phone over BLE...
Hello,
I got TCP Server example working on nRF52DK with Raspberry Pi.
I set everything up and can ping global addresses of DK on all interfaces (wlan0, eth0 and bt0) from...
Hello,
I am using NRF52832, SDK v15.1.0.
For advertising on single channel, I added " p_advertising->adv_params.channel_mask[4] = 03; " in ble_advertising_start() ,...