HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
Working on a project i want to update the nordic application (firmware) from other MCU, i am having some problem to compute the crc.
How to we calculate the crc of...
When I plug the nRF51822EK (PCA10024) in via USB while holding the reset button down, it mounts as "MBED LOADER" rather than "MBED". This page
developer.mbed.org/.../ ...
Hi,
I have a nordic chip (nrf2832) and I am trying to use it as a LWM2M client and register it to a LWM2M Server. I want to achieve this:
developer.nordicsemi.com/.....
I'm trying to update my SoftDevice with a bootloader, which is basically the same as the one in nRF5_SDK_11.0.0_89a8197. The image is saved in bank 0 and is validated by dfu_sd_image_validate...
This is my first DFU project, and so this may be super-obvious to all of you.
I am writing this here to help others, because it appears that there are others out there...
I have an mBed application that uses the S130 SoftDevice and polls data from a couple of other connected peripherals via I2C & SPI.
I use a Ticker object, which seems to...
Hello,
I use the example dfu_dual_bank_ble_132 in the nrf5x sdk 11 (PCA10040).
I have had my programe before the OTA, i will have a programme wich would update at any...
Hi all:
I stored some settings in flash in the address 0x00077000 and this address is got by the function of pstorage_register().
However this area will be erased by...
Hello there,
I've been trying to use embitz (the new version of emblocks) to program a nRF5188 but i always fail to compile the "ble_peripheral_hrs" exemple, i'm always...
Hi
I have a unit that is rather old and I want o update it to the latest softdevice.
In the unit there is a bootloader and softdevice version 6. Does anybody know if it...
I'm making progress, but still struggling to get the sample DFU built into NRF Toolbox to download successfully with my bootloader. Using hrs_dfu_s130_*.zip.
For this,...
I tried if there is a possibility that my device would brick if I interrupt the DFU process. notice that I'm using SDK10 with dual bank bootloader. I uploaded the app over...
I am going to develop on nrf51822 and the data sheet says nrf51822 is s110.
I want to load an example of sdk 11 but there is no example for s110.
I am a total newbie, so...
On the nRF52, does the TASKS_HFCLKSTART need to be trigger again after waking up from sleep, if the the HFXO was started before going to sleep? Or does the Clock control circuitry...