Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
Hi, I'm trying do drive WS2812B LEDs (aka neopixels) with the I2S peripheral, using method similar to this https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/driving...
Hi,
I want to implement a Single Base UUID with 3 Custom Characteristics. I followed the instructions which are mentioned in the https://github.com/maidenone/custom_ble_service_example...
Hi,
I'm using the I2S for driving a Neopixel (WS2812b) , my code is working properly on the nrf52840DK . but when i flashed it to the adafruit nrf52840 board via the P19...
Hi,
Can you please provide a small UART application for the nRF52 and nRF52840, to communicate with PC application using bluetooth.
The deafult ble_peripheral applications...
I would like to connect an nRF52833 to a host through UART-over-USB. The host needs to be able to update the nRF52. HOWEVER, the host is itself an embedded device, not running...
Hello,
I started following the tutorials in the devzone blog and was really helpful to understand the logic behind the ncs. I got stuck in some issues and would like some...
Kind BLE experts,
Here's some background that you might find interesting. I'm working with a consortium of International teams working on creating IOS and Android apps for...
The ble_app_hhs_freertos example uses nrf_sdh_freertos.c, which in turn, requires that NRF_SDH_DISPATCH_MODEL be set to NRF_SDH_DISPATCH_MODEL_POLING.
Is there a reason...
We are in process to certified a product using the nrf52832. While testing the certification team find an offset greater than 20 ppm, like in the following scree shot:
...
Hi team,
I have to create a program which sends messages from one dongle to another. Now I have ported radio transmit and receive + USB CDC ACM programs for two 52840 dongles...
Hello,
I have experienced some softdevice hardfault in my multiprotocol application. I use https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/wiki with...
Hello,
My application, running on nRF52840 with SDK15.2, needs to detect the reset source from System OFF state. However, when using the BLE Secure DFU Bootloader, it always...
Hello,
I use nRF5SDK160098a08e2 SDK version, on ubuntu 16.04.
I use pca10056 (nrf52840 dev-kit).
I want to run cc310 example located at ./examples/crypto/nrf_cc310...
hello,
We have a product in production using nRF51422 and we are scaling up volume in a new manufacturing facility.
The functional tester stations require use of Master...
Hi!
Is there an example of how to use BLE_GAP_CONN_SEC_SET_MODE_LESC_WITH_MITM?
I cannot find one and I am having a hard time understanding what I need to do to make...