Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
I know that BLE is not suitable for high-volume streaming.
So how do BLE earphones stream audio?
Does it use with bluetooth classic protocol?
And I coundn't monitor...
Hi,
I've one central and one peripheral devices. I'm trying to make a connection between them, perform a bonding process and finally add the peripheral id in the whitelist...
Hello All
I am developing BLE based home automation system using nRF51422 DK for my research activities. now i am planing to make separate PCB nRF51422 device alone. i...
Hi,
I'm trying to get the RSSI of incoming 802.15.4 packets using otLinkRawGetRssi() , but I need only RSSI from one specific device. I tried to use whitelist ( otLinkSetWhitelistEnabled...
Hi, I ran the example code ble_hrs_c in nrf51822 16KB RAM version and 32KB RAM version. The 16KB RAM version works fine. But in the 32 KB RAM version, peer_manager_init(true...
I modified the HTS app in the nRF toolbox to test adding other services like below.
In detail, I added mDICharacteristic field to save the information of System ID...
Hello,
I developed a Nordic board with 2450AT18B100 chipset antenna. I follow the design of Solar Powered Sensor Beacon.
infocenter.nordicsemi.com/index.jsp
I test...
Hi, I'm building a product with use this kit www.nordicsemi.com/.../nRF52-DK and I would like of know how write the firmware in others CIs to can use in my circuit board....
Hello,
I am currently working on project that uses BLE peripheral and BLE central for automatic sensor calibration on custom board. There is an initial connection where...
Helllo All,
I designed on custom board (nrf51822 and used 4 programming pins(swck,swi,gnd,vcc) but how to program/flash the soc?which segger i need to purchase?
Hi There,
I am
Using Linux as host platform
I'm able to successfully compile and download the example to the nrf52dk.
But I didn't understand how to debug the example...
I'd like to get peer address after the connection between nRF52 and other 6lowpan device is established. This address will be then used to create a TCP connection with some...
Hi All,
I am using the Nordic nRF52 nrf52832 device to read a value in from an Android device. The value will be between 5 and 60 seconds. I'm using the experimental_ble_app_blinky...
I would like to change UUID programatically,initially we are trying to establish connection between phone and beacon.
We tried to change BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
Hello, nordic team;
I want to create a DFU for the ANR + BLE device in the nRF5_SDK_12.3.0_d7731ad \ examples \ dfu \ experimental_ant_bootloader routine.But I use this routine...