We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Is it possible to change data send in scan responses after each Advertising Event? I know that sd_ble_gap_adv_data_set() has constant input arguments, but it seems weird for...
Hi everyone;
Im trying to use my nrf51822 as iBeacon with "ble_app_beacon" in SDK. As you know for estimating Distance, you should calibrate it. for calibration, place...
Hi,
I have IOS application which works fine with bluetooth different than NRF. I use direct connection by UUID in IOS app. When the application is in foreground everything...
Dear Sir,
I am new in nRF51 and used the ble_app_uart example in our application (nRF51), need power saving function but not necessary power off.
The sample code will...
Hi,
I am trying to implement timeslot API using s110 v8.0.0, SDK 8.0.0 on nRF51822-XXAA on a keil uVision 5 platform.
I have tried the following memory settings:
...
Hi
Regarding the NFC url example there is any way to change the URL dynamically. My idea is to, at a certain point, be able to modify the URL configured during the setup...
Hello,
I'm having an issue when trying to update the bootloader itself: NRF_UICR->NRFFW[1] returns 0xFFFFFFFF, which means I can't use the MBR command to swap bootloaders...
Our BLE product uses a meander PCB antenna similar to PCA10031. It works actually quite fine, but a question pops up when it comes to tuning.
Antenna matching design in...
I'm having some issues getting the auto ACK to work properly. I am only receiving auto ACK messages on the first 3 received packages, after which the receiver stops replying...
Hello i have a system that build in an ultrasonic sensor RedBearLab BLE Shield ( nrf8001 ) and arduino i want to get ultrasonic data via bluetooth and see it on nRFConnect...
Hi,
My host MCU controls nRF51 over SWD interface.
How can stop/halt nRF CPU? After initialization the SWD(init/read DB/AP AHB, etc.) I need to halt (stop nRF program...
Hi,
I would like to have one page of flash mapped manually to store information critical for the device. Let's assume I do not trust data preserving by DFU or there is...
I have some BLE traffic that I have sniffed and am displaying in Wireshark. Most of the opcodes (read/write request/response indications/notifications etc.) are parsed/displayed...
I am trying to develop a GATT service on nRF51.
The GATT service measures a few values, and stores them in a characteristic. When the GATT server (phone) requests data...