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...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
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...
Continuing with my attempts to get this to work on SES I'm not sure if I'm missing something simple or not.
So using the excellent RKNRFGO (which by the way is much quicker...
There is an error in the gcc makefile included with SDK 5.2.0 that prevents it from detecting when a header file has changed and automatically recompiling the C files that...