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 followed this custom service tutorial.
but when i changed the RAM_START and RAM_SIZE address it getting below error, im using S132v5 softdevice
<warning> nrf_sdh_ble...
Are the PCB antennas provided in eagle library of NRF52810 ( github ) require any additional components for impedance matching or i can directly add the PCB antenna to ANT...
I downloaded radio_test.c from Nordic and complied it to output a .hex file. Now I want to flash this .hex file onto nRF52832. Does it require to softdevice and bootloader...
Hello (I'm new to this nRF-world...).
I am searching for a small "nRF-52832 clock" (arm mounted watch) that at least reports the "surrounding/room temperature" (not only...
Hello
SDK12.3, nRF51822
Example Gazelle from SDK works fine. If I use the softdevice (add ble_stack_init) then the program freezes in the nrf_gzll_enable
I want to do changes for firmware upgrade nrf52832 with SDK BLE_2.0.1 for the mesh.
I need DFU (Bootloader)UART for our application to upgrade nrf52832 firmware by the host...
Hi
I have written this code based on a sample from SDK12. The board is a pca10040 and nRF52832 chip. It seems like after disconnection from the master device the Softdevice...
Dear support team,
Channel survey (RSSI report for each data channels) are now available on S132v6. However, for users who need to use v4.0.2, is there alternative method...
I am using the Hackable Kit from Electronut labs and using their Bumpy , black magic probe alternative for programming. I would like to control a servo motor precisely at...
My code is on the multi-link example and it works well when I use another nrf52dk board as the "Nordic_Blinky" peripheral device, but it can't find my other BLE device.
...
Hello
I am running gls example on SDK14.2.
I paired after flashing program to my DK board, and then turn off power.
And turned on again, but i can't connect to my DK...
HI. I used a translator.
I am using the RNG example of SKD15.
I know that when I set the range of the random number to 1 byte, the number from 0 to 255 is generated. ...
I am using a Raspberry PI as a 6LoWPAN router, running Raspbian 9.4. Linux 4.14.34. Radvd 2.15.
I configured everything as described in IoT User Guide . I am using Miredo...
Hi,
As well know, the nrf51822 can only work either TX or RX mode at the same time.
Normally, the nrf51822 device is working in RX mode (by using function "nrf_esb_start_rx...
Hello, i'm trying to updade my firmaware using the DFU. I manage to do it with nRF Connect and nrfutil but i'm trying to a custom central to flash the software without any...