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.
...
I am trying to start the mesh alongside GATT profiles. I am getting error NRF_ERROR_NO_MEM when calling sd_ble_gap_adv_set_configure in mesh_adv_data_set, which is called...
Hello,
I get the following output when I try to debug the Zephyr's button sample with SEGGER Embedded Studio:
Preparing target for download Executing Reset script TargetInterface...
For the nRF52833:
The product specification is contradictory on the 2 UARTs available. Would you please clarify?
UART0 is this a legacy UART only or does it have Easy...
Our customer has requested access to any test suites the BLE IC vendor can provide which can be used to provide objective evidence of testing & specific test cases.
We started...
I use sdk 15.3.0 / nrf52832 / SD_132.
How to use the prescaler of a timer for an event every 24 hours ?
An example will be very explicit.
Best regards, Jiemde
Hi,
I am trying to evaluate the nrf52840. I am following the instruction to instrument the FreeRTOS from the Nordic SDK15.3. I managed to follow most of the instructions...
Can you update the nRF24L01P EVKIT to add 250K, 1M & 2M data rate selection? Our test house requires we test all 3 rates for the Receiver Blocking tests in EN300328.
1. We are measuring our component performance on nRF5340 PDK and getting pretty high CPU load values. We are suspecting that our code and tables are sitting in flash memory...
Dear All ,
I am a little stumped.... Basically first i was working with the beacon app on sdk 12 on the 51822 chip. Now I have moved to the 52382 chip.
I modified the...
I have created a custom service with few characteristics which read data from nRF52832 and notify intern to nRF52840 which then send those notifications to mobile device....
So I got a nRF52840 DK and I have not idea how to get started. As in how do I even get the example code to run. I have no idea what software and tools are needed or how to...
Recently tried to upgrade the NRF SDK from 14 to 16 on our project, and also upgrading Softdevice from 5.0.1 to 7.0.0.
While trying to bring up Softdevice 7.0.0, we noticed...
Hi, I'm using SDK v15.2.0. The problem occurred after we started to receive chips that have D0 revision, with C0 chip revision devices work well. The meaning of issue has...
Hi,
I had study all of BLE example code in ".\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral" directory.
There have two solution after BLE advertising had time-out: ...
Hi, I am currently working on a project, where I am porting an existing application to the NRF52840. The porting of the functionality have been rather smooth, but i struggling...