Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
Hi,
I am looking at and testing the ble_app_hrs_c_pca10040_s132 example.
When the whitelist ist set up with the "whitelist request" we execute the following two lines...
Hi,
I am developing an application that requires communication between two nrf52840-based devices. There is a scenario in my application where the devices needs to exchange...
Hi,
[179] RTC: COMPARE event is generated twice from a single RTC compare match
This anomaly applies to IC Rev. Revision 2, build codes CKAA-Dx0, QIAA-Dx0.
It was...
Hi everyone, I'm an intermediate level nRF Connect SDK IDE programmer, and I describe my issue below:
1.- In the link below I found an example of code for the analog port...
The SDK version is using version 17 and I am using NRF52832.
I checked the following scope waveform for the next SPI communication.
Question
I want to remove the...
nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10056_ble\arm5_no_packs
Why the compiled hex file is different from before, and the code is not modified
I like to use nRF toolbox to monitor my glucose meter. To my understanding, after the glucose device connected with nRF toolbox, they will be exchanging data. So my question...
Hi,
When attaching external GPS Antenna to Nordic Thingy91, I realize that the power consumption increases by about 5mV. Are there any ways that I can config to unuse this...
I just solved this bug, so I'll share my solution.
Bug description: cannot run application after upload via nRF Connect v3.6.1 - Programmer using MCUboot. Upload is successful...
Hello,
I am ble to connect with nRF 52840 using pygatt bluetooth command.
sudo gatttool -b E5:3B:A6:E1:58:86 -I.
[LE]:connect
[LE]:Connection Successful.
Even...
Hi,
I'm using nRF5_SDK_17.0.2_d674dde\examples\peripheral\twi_master_with_twis_slave\pca10040\blank\ses to check I2C as per infocenter TWI testing document.
I have done...
Hello,
I've been using https://github.com/NordicSemiconductor/pc-nrfutil for few years now as a library of my own application to do DFU of a device. Everything worked and...
I am using an nRF52 DK and running a modified version of the heart rate collector example from the pc-ble-driver-py repository.
My modified program scans for connectable...
If you can expect the data to be sent or received at random times over UART, does it make sense to suspend the UART in the driver? Is it fine to leave both TX and RX enabled...