I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Hi,
I'm facing the following issue when trying to use the DFU bootloader. Below you can find the code of the bootloader, which I flash after I erase everything, flash S110...
hii....
i want to make my device connected through a secret pass code (may be six digit)..ie. my device get advertise then when master control panel discover my device...
Hello,
I was just wondering what are the steps to download my software that I made to nRF51422 to the nRF51822. I changed the target device and the memory areas in the...
Hi,
I am using SD 120 9.1.0 and SDK 8 as a central and SD 110 V8.0.0 and SDK 8 as a peripheral.
I have a setup central connects with 8 peripherals. First I had 1 central...
Hi guys,
I'm wondering what is written there in "empty section" between 0x7c0 and 0x1000 address? Are there any special registers (which must not be overwritten)? It looks...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hello everyone,
I want to know if it is possible and how to show advertising data on display lcd (20x4 or graphic lcd). I'm using PCA10028 board with S120 and Nokia5110 LCD...
Hello,
I have read through the pstorage documentation here: devzone.nordicsemi.com/.../a00018.html
and I followed the tutorial here:
devzone.nordicsemi.com/.../
...
I created a bsp folder dfu_dual_bank_serial_s120 from PCA10028/dfu_dual_bak_serial_s13 in examples/dfu/bootloader/PCA10028.
This is for supporting DFU over UART for our...
I am using a development board PCA10040 with an nRF52832
I am running one of the examples: gpiote_pca10040
Everything is working fine with this line in the original...
Hi,
My development platform is a central device that there is a WiFi function, I want to set BLE channel map to avoid from overlay. Let my central device can coexistence...
I am using peripheral example(blinky) to generate .zip file using nrfutil python script. I am getting fallowing error.
nrfutil dfu genpkg --application nrf51822_xxaa.hex...
I am getting fallowing error while update app through uart using nrfutil command.
nrfutil dfu serial --package ble_app_hrm_c_s12o.zip -p /dev/ttyACM0
Upgrading target...
Hi,
I'm building a product using RF Digital's Simblee that uses the nrF51822 ver 3 chip. I've narrowed down a TIMER accuracy issue to BLE. The code below starts and stops...