We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello guys!
I'm experiencing some troubles trying to compile the blinky_rtx example for my new nrf51DK. The source is taken from the SDK7.2.0.
I'm under Linux and I...
I am brand new to nRF51 DK and I am struggling to figure out where to start. My goal is to periodically sample analog inputs and write them to SD card.
Can someone point...
Greetings,
Is there any way to increase the pairing distance needed for the host and device to pair. The application I am developing needs static devices, if they loose...
Hi there,
I am little confused about how the BLE interrupts work, when they are executed, and how can I explore their results.
And, what is the difference between on_ble_event...
Hi,
I am trying to get a PWM output via GPIO. I have been following this link.
devzone.nordicsemi.com/.../
and used the GITUB project as it is github.com/.../nrf51...
Greetings,
My name is Maria, I’m working in an application with the nRF51822DK to communicate via Bluetooth to the USB dongle (PCA10000) and send data between them. In the...
Hi,
I'm seeing a lot of this issue with iPad mini (1 gen), iOS 8.1.3.
Many times I start the bluetooth app, the connection just drops while doing service discovery,...
Hi,
I am trying to run event based UART. here is my code snippet:
void uart_callback(app_uart_evt_t *p_app_uart_event)
{
uint8_t rxbyte;
switch(p_app_uart_event->evt_type...
I'm getting started trying to use the device firmware update (DFU) feature of an nRF51822. I'm using soft-device (bluetooth abstraction) version S110-SD-v7.1.0 , and SDK ...
When I try to update the application on the nRF51422 chip over DFU, I have trouble with the bootloader.
I use the nRF Toolbox app to do the firmware update. I can select...
Hi guys, this may be a lame newbie question, but I was unable to add a driver to my uVision project. For instance, I've opened the ble_app_template and now I want to include...
In the reference designs, the inductors in the antenna circuit are simply referred to as "High frequency chip inductors". Do you have any example manufacturers part numbers...
I'm testing my nRF51822 Bluetooth Smart Beacon Kit (pca20006). I've successfully uploaded ble_app_beacon_bcs code example to my beacon via Master Control Panel Android app...
hardware:pca1001
software:s120 v2.0.0
sdk 6.1.0
i will get rssi value by connected by s120.so i update the s120 to v2.0.0. but when the app run,
an error occur.[APPL...