Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
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...
Apart from pressing Button 4 or adding a DFU service to current running application. Is there any way to enter DFU mode from application?
Is it possible with nrfutil to...
Is there any tutorial or good example for I2C communication using TWI? I already saw the examples for TWI, but I don't find them very intuitive to change for I2C.
I'm trying...
After updating an application on nRF51822 chip with a new application which has new Characteristic UUID via BLE, iOS app cannot detect the new Characteristic UUID.
I know...
Hi to everyone,
I'm trying to use the CMD Mode of my Sniffer but I have different problems. First of all, when I switch to the CMD Mode the red LED didn't blink (it doesn...
`Hi Guys,
I have some sensor data of 20 bytes at each measurement at different period stored in EEPROM. Now i have to transmit all data over BLE continously.
example ...
I have a laser distance sensor module. I want to connect this module with my nRF52 DK(PCA10040). The module communicates over UART:
Supply (2.8V-3.2V VDC) connected...
I want to purchase a BLE development kit. My current preference is nRF51 because there are more nRF51422 BLE modules in the market.
www.nordicsemi.com/.../3rd-Party-Bluetooth...
hi,
I'm using ble central example using S130 softdevice . It works fine without editing anything. In my application, I dont want to put the nrf51822 to System On low power...
We are seeing random connections on our peripheral devices and we have tracked them to a Mac Pro. The computer has never been paired with any BLE devices so we have no idea...
hi
in this pic CODE_R1_BASE is 0x16000 and amount is 88kB
how its size in keil is 0x29000
if i calculate ram we have 8kB
8*1024 = 8192 that is in hex 0x2000 its...
How can I advertise a custom service and the Device Information Service?
I tried the following, but only my custom service is visible in the Nordic Master Control panel...
Hi there,
I'm issuing a STOPRX at a specific time but I'm noticing that more bytes are being put into the buffer from after the STOPRX was issued.
Is there a way to...
Since I've migrated to SDK 10 and updated all my toolchains I've noticed that when I debug on Eclipse, when I run my code nothing happens properly. However if I pause and...
There are various examples in the keil microvision examples for DTM.
The list is below. Is there a difference between these examples?
Which one should we use if our design...
Currently the default for the SPI0 chip select is active low. I would like to change it to active high. Can I do this?
If not can I just have the SPI chip select on a pin...