I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
I realize that this code is "experimental", but we are trying to utilize it as a reference and having problems with its stability and scan results.
Specifically, we are...
Hi!
We are currently implementing a time synchronization algorithm using a nRF52s. Currently, we´re getting the min error of 20ms between synchronized slaves. We think that...
I'm using a nRF51 with 32K RAM and SD120. When I started using RTT Viewer I could send data to the terminal, and debug my code. Recently my J-Link plus won't allow me to debug...
I'm trying to secure my peripheral by allowing only bonded devices to connect. I'm using device manager, when I bond a central with nrf master control, the bonding succeed...
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...