Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
HI experts
I have a nRF51-DK board. I have flashed it with S130 softdevice. I have also flashed it with BLE_APP_HIDS_KEYBOARD application example. I have made little change...
/DfuImpl: Setting object to Command (Op Code = 6, Type = 1)
Something like this printed in log cat and after this app is stuck ..rest of the process not execute..
If the nrf51822 device goes out of range then comes back in range, the application automatically reconnects with the device and tries to read a particular characteristic....
Hi,
We have a set of connected devices in a building of around 22 floors, may be around 6000 devices, can it connected using a nRF52840 Mesh network? Please let me know...
I used the 52810 board, with the SDK14. I modified the 52810 according to the official website related to the relevant definition. I can run the code but it does not print...
I've been searching and wanted to confirm that in SDK13, it's still on us to implement a timeout if a device is placed in DFU mode? As others have said, this just seems such...
Hi,
I am planning to enable autoconnect feature in our app, the same way it is done in nrf-connect app. Is there any way to get the code for nrf-connect app or any other...
Hi there, I was trying out the ADC example which is sampling 10 times the ADC and then generating the event NRF_DRV_ADC_EVT_DONE to process the data.
I extended the handler...
Hi, Im using Nrf51422 DK board.
When I try the ble_app_multilink_central example in the SDK12, it works on the DK board.
But it does not work in NRF51822. (NRF51822 QF AA...
Hello All
I planning make DFU over the air.before going to this experiment i want know some information
Any Soft device is fine or Required specific SD
...
I would like to disable the secure timeout in the bootloader for a specific condition.
I am using nrf52832 chip, sdk 12.2, softdevice s132 v3.0.0 with secure bootloader...
Is possible to use DMA to communicate with nRF24l01 on STM32?
In my test, when Master spi CPOL = 0 and CPHA=0, it can communicate with nRF24l01 by SPI but not accessable...
When plugging the PCA10028 into my PC, LD5 is permanently turned on (or blinking to fast to see it).
But if plug the board into at power outlet, LD5 starts blinking rapidly...
This is more of a feature request:
Can you make the config file path configurable (both config files) ?
This would allow me to create a proper rpm package for a few...
when I use nrfutil.exe to generate .zip file on win10 64bit, I got the UnicodeDecodeError.
Traceback (most recent call last):
File "__main__.py", line 303, in <module...