We have peripheral, and we want to connect it using NRF 52840. when we are bonding this using nrf connect app we get a pop up with random key and using pair we can pair with...
Hello Nordic community,
I’m working on a project with the nRF52840 DK (PCA10056) using the nRF5 SDK and the S140 SoftDevice. My goal is to:
1. Read two NTC thermistors...
I am trying to write SPI code for the nRF52840 dongle. Since the nRF5 SDK does not directly provide an example for the dongle, I followed the steps defined in this tutorial...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi Nordic Team,
Previously, with the nRF52840, we could use the internal ADC channel to directly measure the supply voltage (VCC) for battery monitoring without external...
Hello, we are developing a BLE application using nRf52833. Because of the waterproof & stainless steel casing requirement with rechargeable battery charging capability, we...
Hello,
I am working with the NRF5340dk, nrf7002ek, and PPKII. I am unable to get the DK to power up with the PPK. I used a knife to break the trace but for some reason...
Hi,
I use the NRF-toolbox app's UART feature for connecting to nordic devices.
Android version is 4.4.4 and the device used is a Samsung device.
Everything was working...
modify ble_app_uart example。
I change the #define to another value:
But whether lightblue or nRF connect,It only change the advertisement's UUID.The Characteristic is...
hi,
im trying to implement a one shot timer and followed the tutorial here:
devzone.nordicsemi.com/.../
note that i adapted the code for a custom project (and a custom...
According to nRF52832 Product Specification v1.3, tPOR is written as follows.
Is the VDD rise time range from 0 V to 1.7 V or from 0 V to 3 V?
Please tell me the range...
Hello,
I'm trying to change advertisement packets, I found this link text
it says:
p_data Raw data to be placed in advertising packet. If NULL, no changes are made...
Hi, I'm trying to change ad packets in the blinky example. I want to be able to keep blinking but change the ad packs (don't know if this make sense, but main goal is to change...
I have created a build system that will install openmesh on simblee chips, and it appears to be mostly working. However, range is very poor, like max 2ft. I have tried adjusting...
Hi guys,
I am working with a central battery powered so, I am controlling the RF activity calling scan_start() or sd_ble_gap_scan_start() and disabling the RF activity...
Hello,
We are switching chips from the nrf51 to the nrf52832. I have a nrf52-DK board now. My Eclipse set up is still able to compile, run, and debug my nrf51 projects...
hi,
im a little lost with BLE at the moment. all i want to do is sending 3 bytes of data (sensor data) approximately 10 times (+- 5) a second (when the uC is not sleeping...
As a central, I am writing to a variable length characteristic, advertised by a service of my peripheral. In this case, I am sending 80 bytes of 0x01 as a test
uint8_t...
I used the ANCS program in sdk12.3.0, I have closed the white list function, I use the iphone connection and paired, then I ignore this device on the phone, and then I use...