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...
Hello,
DFU tool (android) is cool but if you have a lot of devices to update it's long. Is there any batch tool that can update all devices that fit (MAC list or SSID filter...
When executing the Bond command on the 8001 and trying to pair it from my laptop (Windows 10) or iPhone (iOS 9), I receive a strange order of events to the command:
...
I'm trying to replicate an Arduino Uno application where we connect a M3Q alcohol sensor into an analog pin and feed the data into the ADC. The specific board I have is made...
Hello,
sd_softdevice_enable falls in hardfault. I have no 32.768 KHz crystal but is set lfclk with NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM.
I'm running my application on a...
HI,ALL,
i want to try to developer with bluetooth develop studio,which developered by BlueSIG.
i now download the BDS and the PLUGIN for the nordic NRF51.
is there...
Hello,
Does the S120 have support to know on which advertising channel it received an advertisment? Or some kind of feedback to know on which channel the S120 device is...
Hi,
Does anyone know the event end point addresses for the following on the nrf52832:
RADIO_EVENTS->ADDRESS
RADIO_EVENTS->READY
RADIO_EVENTS->END
The addresses for...
Hello guys ,
We developed a product that using a nRF51xx chip and now we are preparing for mass production.
The antenna was designed on PCB and for PCB we are using FR4...
There is a minor issue with the app_fifo library included with nRF5_SDK_11.0.0-2.alpha_bc3f6a0. If the app_fifo_write function is called with the parameter p_size set to 0...
Hi
I am planning to use NRF51822. Have not used these parts yet.
I have 4 peripherals and 1 central hub. All communicating in BLE. And central hub will also connect to...
In our project we are using the nrf51822. We planned to connect an external flash for storage purposes. While coding the software I got the advice to give special attention...
Hi,
I use nRF51822.
Can it judge a UID of higher RSSI level by comparing the RSSI of two advertizers with Central mode in nRF51882?
I want to know a UID of advertiser...
Hi, I use
nRF51822 Rev.3, SDK 7.2, SDK 10.0, S110 8.0, and S120 2.1 most of the time.
I mostly quote most of the codes from the SDK's examples such as HID keyboard or...