Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
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 All,
I think I noticed a bug in the nRF Connect v1.0 application. The Scan Response data is not shown in the Windows application. When I scan the device with the iPhone...
nRF8001_BLE_UART.txt
I am using an NRF8001 with the ble_uart_project_with_dfu_template and programmed an ATMEGA328P with it. The code works great and I can scan and communicate...
Dear sir,
Can we use 8.08.90 J-LINK EDU for programming of Nrf52832 Chipset.Please also specify its limitation if it has any.
If we cannot use this then please specify...
I'm starting to use Wireshark a little more and sometimes it is not displaying all of a device's manufacturer data. For example on some devices it is not displaying the manufacturer...
hi,
As a ambitious tech lover i bought BLE400 nrf51822 motherboard. I downloaded SDK 11.0, keil and nrfgo. I started programming based on the Nordic developer Zone. I first...
Hi, I try to connect nrf51822 and use example "ble_app_hids_mouse". I can pair this device and I confirmed that "Notify" becomes automatic at that time in Enable.
But, when...
Hello,
I am working with the Enhanced ShockBurst protocoll on a nRF52832.
For synchronization reasons between several nodes I need time stamps in my data packet...
hi, i build a test project to test IAP(in system program) function of nrf24le1. the project just did follow things:
1. setup uart;
2. erase page 30
3. write data "0xaa...
I'm new to nrf8001
I'm trying to understand an existing example.
in this example after sending set up commands generated by nrfgo studio , program sends 9 byte of 0xff command...
I downloaded central and peripheral ble UART and I want to add some function to my code and use some GPIO, I programmed nrf51822 by nrf51422 source code and it worked, but...
hi there!
i'm struggling with the problem about using i2c with IoT SDK.
my project is about transferring sensor data (i2c) through ipv6 over ble , so i used the IoT softdevice...