Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
I was able to write the code and put it to work on AN5 pin , and I found out that whenever I approach to the DK board he see it as a touch.
I connected to the pin a 10cm...
Hello all,
I am trying to make use of some Adafruit libraries for some sensors in my nrF52pca10040, the libraries are these two Adafruit_BME280.cpp , Adafruit_BME280.h...
Hello
In a schematic I saw the "SWO" connection appear on the Programming/Debug connector beside SWDIO and SWDCLK.
What's it for?
Of course it means "Single Wire...
I want to increase ble_app_uart_pca10040 app sample rate.
I have my own board with microcontroller and use nrf52832 as uart to ble.
I made pack length to 20bytes, I have...
When I start program, my program fall down to
__WEAK void app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info)
{
NRF_LOG_ERROR("Fatal\r\n");
NRF_LOG_FINAL_FLUSH...
Hi
While using 2 nRF51422 dev boards and using the DTM software together with the DTM python example script the python program reports 0% PER even if I cut the antenna...
Hello,
I am using SoftDevice V4.0.3 and nRF52832.
In this code snipet I got the error code 2 when trying to enable SoftDevice :
int main (void)
{
ret_code_t err_code;...
Hi y'all
after having successfully created my own service, similar to the Uart service, I'm now trying to implement security.
As far as I understood, best practice is...
Hi.
I loaded the ble app uart demo and added some bits of code to read some i2c sensors.
I also added a buzzer which buzzes on powerup (simple for loop).
I would leave...
I'd like to (re)set my characteristic's value to Zero. (after my services and characteristics are set)
I tried to search methods that can set value of characteristic when...
Hello,
is it possible to use the RSSI value of the NRF51822 for collision avoidance?
How long does an RSSI measurement take?
I'm trying to implement a discovery protocol...
Hi all! I used PWM module of nRF52832 to create the PWM but i don't know how to update new value to duty_cycle. This is my code. I used Button (Pin 13) to set a new DUTY_CYCLE...
I am trying to set custom value to advertising address. The code snippet is below. I am getting error code 0x10.
static ble_gap_addr_t * p_addr;
uint8_t itr_i;
p_addr...