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...
Dear friends,
As it said in title,when using 52832,s132 softdevice,what is the max number of packets that can be sent in one connect interval ? In which document i can get...
I have run into a challenge with the app_twi API, and I'd like to run it by you for your advice. To be clear, I am not blocked. But I am not pleased with the source code maintainability...
Hello,
I'm trying to implement DFU support to our application on nRF52832. I got it working fine with SDK11 SD2.0, but now SDK12.2 SD3.0 is causing "gray hairs". I used...
i have a nrf51822 mcu device, when it ok, i use Ultrasonic bonding technology to Assembled box,and today,many device crashed,is it related to ultrasonic?
Hi,
this is for anyone having problem with the eddystone EID after reboot. There seems to be a problem that the EID slot will write the encrypted IK to flash instead of the...
I'm having issues with my application implementing DFU. I added the DFU service in my application and can get into the bootloader. I have added my own key to the bootloader...
I'm migrating form S332 0.9.1alpha (aligned to S132 2.0.0) to the newer S332 2.0.1 (aligned to S132 3.0.0) on a nRF52 board, and I'm seeing a new characteristic under Generic...
Hello,
I am trying to configure gpiote to give an interrupt for wake on motion functionality in MPU9250
I am configuring the MPU for that by calling separate wake_on_motion...
I tried to run some examples from pc_ble_driver_py but i always end up with the following exception.
(using python 2.7.9)
Traceback (most recent call last):
File ...
I have an application developed using S110 v7.3.
I want to upgrade to v8.0 to get additional features (over air update, DC/DC converter etc.), but notice S110 is not supported...
I have bootloader that supports Serial(HCI) DFU on the nrf52832 device which I have to update to Bootloader that supports OTA DFU and also a new application firmware. I tried...
Hi,
When trying to update an app using Secure DFU, we get invalid object error. The error comes from dfu_decode_command.
Using nRF5 SDK 12.2.0 on custom nRF51822 board...
I have followed the CoAP example from IoT SDK,
I have a Raspberry PI set up as the router,
and two nRF52 boards, one is the client, the other is the server.
Following...