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 have a NRF51 talking through the UART to another uC, and I'm trying to log messages through Segger RTT. Everything works normally until I start to send some data through...
If SEGGER_RTT_CONFIG_DEFAULT_MODE is "BLOCK", the program won't start without RTT attached - at least for me... is there a possible solution?
I mean, technically it makes...
hello ,everyone
I was confused by a PWM problem for a long time , on nrf52832 SDK13 ,i wanna change the PWM duty cycle every period ,but now i find can not change it at...
Hey dear Devzone,
I am trying out some Thread and BLE dynamical examples on my nRF52840's but running into some problems using the " ble_thread_dyn_mtd_coap_cli " example...
Hello nordic dev community,
I am completely new to nordic products. I attended one of the conference and got more information regarding developer zone and info center....
Hi,
I am wondering why the ccm library uses the software aes encryption. Is there anything wrong with the hardware encryption so that it should not be used?
Marius
Hi there,
hope you are doing fine.
I am using SDK 14.1 with SoftDevice 132 as well as a state machine framework which needs a have a function called periodically to...
Hi. I'm using nRF52832, SDK13.0.0 as peripheral.
When I want to disconnect central, I'm using sd_ble_gap_disconnect function as below.
err_code = sd_ble_gap_disconnect...
When I try to build and run any example from the nRF5 SDK, it can compile successfully. But when loading to the eval kit, it can't find the 's140_nrf52840_5.0.0-2_alpha_softdevice...
Hello Everyone,
I am using nrf51822 256Kb Flash and 32KB RAM Raytac's BLE module with SDK11, S130 with over the air Bootloader (16Kb).
So the aim is that when a particular...
Hi all,
I encountered a problem , when I connect 1 board central to 2 board peripheral via NUS . It connected and discovery success . But at
static void db_disc_handler...
I was compiling a project(ble_app_uart and I am using PCA10028), it was not successful and KEIL5 display this:
it looks like I didn't install NordicSemiconductor.nRF_DeviceFamilyPack...
Hello,
I use a nRF52832 device, and I have some strange behavior when I use PWM. You can see my test program listed below.
Thank for your reply, Thierry!
/*
* Test_PWM...