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...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hello, I'am working on the code of ios-nrf-beacon( github.com/.../IOS-nRF-Beacons).I found the code with Objective-C,but I'm working with swift,I want to know if there is...
What is the proper way to use the Queue Library and define a queue that can be used across multiple C files? I have the following code a my common header
NRF_QUEUE_DEF(uint8_t...
Hi all the Nordic friends and Team,
I would like to do a Batch OTA of one hundred devices right now... I'm on the NRF52 stack for my devices to be flashed. And I'm using...
I test SoftDevice V6.0.0 on nrf52832(BLENANO2) I run 1. sd_ble_gap_scan_start() 1000ms/100ms/10ms scan_window/scan_interval 2. sd_ble_gap_adv_start() 1000ms interval result...
When my mobile phone reads my characteristic, I would like the characteristic to be calculated at the same time, and not before. i.e. like a video game that does not render...
Hello Supporter,
I am Using NRF51822 QFAC .
My probleme after uploading DFU ,SOFTDEVICE AND APPLICATION .device always in DFU mode and also when try to upload new application...
Hello Supporter,
I have NRF51822 QFAC having 256kb ROM,32kb RAM.
now i want to upload all three things DFU,SOFTDEVICE,and APPLICATION .when i upload SOFTDEVICE and APPLUICATION...
Getting ready to go into production with our custom nRF52832 board, we need the board to start running our application immediately after being flashed. Using:
nrfjprog version...
Hi all,
I want to add 5 characteristic to my custom service . But when I add 2 characteristic , it worked fine . When I add 3 characteristic ,In funtion sd_ble_gatts_characteristic_add...
Hi,
I am trying to read data from a temperature sensor, but i'm stuck at the twi read operation. i have already interfaced the sensor with esp32 and is working fine. please...
Hi,
I have a really really dumb question but I will ask ...
Is there any impact regarding the orientation of an IFA antenna?
Everywhere, in all examples, we can see...
Hello everyone,
I'm trying to implement the bootloader from SDK v14.2 on the nRF52840, SD v5.0.0 s132 (using our board and app).
For my testing, I erase the whole flash...
Hi Forum,
i've started the development of an custom service on a nrf51822 with s110.
The Service contains 4 Characteristics where notifications are enabled.
At the...
I have a custom dongle that connects to the PC through a USB-UART chip. It is based on the nRF51822. I have another board based on the nRF52832. This board needs to be able...
Hi,
I am building a device to act as an iBeacon, with other services layered on top. This is based on a Raspberry Pi with a Class 1 USB Bluetooth dongle.
I need to be...