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 set up an account a few days ago on nordicsemi.com and today it's rejecting my login. I then requested a new password which was sent to my email but when I copy and paste...
I am studying how to update the firmware through BLE at the moment. I used the example project of "ble_app_buttonless_dfu", but I am having many questions that I don't understand...
Hello everyone,
My job is to migrate a functionnal code made with IAR to GCC Eclipse.
When I compile with IAR and flash the hex file (softdevice and application) using...
I'm using:
bootloader_secure example in SDK 12.3.0
SoftDevice S130 nrf51 2.0.1
Is a bootloader update 100% failsafe against power loss anytime during the process...
Hi:
I am using nrf52832 and I met a strange problem:
SDK version: nRF5_SDK_12.2.0_f012efa
First experiment(NO BLE):
using example peripheral/timer:
code...
Hello Everyone, I want to use NFC on nrf52 DK to wake up the board from System off. Is there any examples similar to this situation where I can learn more about NFC and Sense...
How should we empty the receiver array after getting response from receiver using uart since previous values are also coming with new values (or) how much delay should be...
Hi,
I'm have compile error that I haven't been able to solve for an nRF51822 on mbed. I'm using this sensor library:
developer.mbed.org/.../
However, it's a bit confusing...
Hi,
I have add the beaconing example to the project, just modify examples.emProject manually. And saw the beacon broadcast "Nordic Semi Mesh" in the lightblue app.
After...
Hi,
I updated all my Packs in Keil for an old project, but now there are a bunch of missing files.
In my build window it says things like:
Error #540: 'NordicSemiconductor...
Hello,
I am using sdk11 on NRF52382 custom Board.
I am trying to save around 1500 words in flash since the page can save approx 1000 words so I change the code to write...
Hi,
I am use nRF51422 and SDK 12.3 sd130.
I can use nRFTool App update FW to nRF51422.
but I dont know how to switch App to bootloader in BLE not button.
which function...
I have doubts about using the pstorage_init function in the example for SDK11 in this answer . Documentation says that this is module initialization routine but in the exemplary...
I combined ble_app_hrs of example with ble_app_hts of example .
I write command in client characteristic configuration,
there is a problem that ATT_ErrorRsp : status...
I have some problem with Interrupt vector,details as below.
I design a bootloader code,and in the bootloader,i use timer0 interrupt.Then in the app code,i use the timer0...