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...
ppi.zip Hi, I am using radio with ppi to advertize packets as shown in the mainc file attached. Even after allocating the access address of Bluetooth on line 196 as set_address0...
Hi there,
I am trying to measure environment below 0 C but the app reboots and refuse to connect with thingy52 at lower temperatures. Do I have to set up anything else...
hi ,
I have a question about rtc.In my project ,I use rtc1 for app timer and rct0 for low_power_pwm.The problem is that I dont't have any idear to enable rtc0 instead of...
hello:
i meet some trouble,i can find the service,then appear error "BLE_GATT_STATUS:10a".
#define BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND 0x010A /**< ATT Error: Used...
Hi,
I am trying to use the nRF51DK (PCA10028 v.1.2.2).
I cannot get Windows 7 to recognize it via USB reliably. I have JLink v6.16a installed and when I plug in the board...
I have variable values coming out of a terminal at all the time. I using this command:
void in_pin_handler(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
...
Hi All,
I am developing a ble applications and am unable to get pins 9 or 10 to work as gpio. I understand that this is because, by default they are used by the NFC.
...
How do I limit the number of peers that are stored in the peer manager? I don't see a configuration variable. I don't know the addresses of peers before hand, so I don't think...
Currently, I am trying to develop nrf51822 ( MDBT40 ) using Nordic SDK v12 (S130). The programmer I used is DAPLink from RedBear .
I am wondering how to make program to...
Working with the NUS, I sometimes see ble_conn_params_on_ble_evt getting called in a way that will cause the data being passed through NUS to stop. Not all the time, just...
Thats the problem.
On Windows7, 64 bit, with the Bluetooth Stack from the USB BLE-Stick happens the following:
Windows (master) initiates the connection, sends a security...
Hi, I'm using nrf51822 and using SDK12.3 ble_app_uart.
My purpose is sending data using BLE module like this:
Custom Board -> BLE Module -> Android Phone.
It works...