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'm using SDK 12.2 with Softdevice S132 V3.0.
I try now the migration to the most resent SDK 14.2 with its Softdevice, because it seams there were several bugs fixed in between...
I am trying to use a dht sensor and arch ble device to display temperature on the console. But when I flash the program on to the board, I cant see the output on the console...
Hello Everyone,
I have developed my application using BLE for connect android mobile. I have design complete PCB using your reference design. But i have littele confused...
Hi guys,
I follow this link and do the configs on the Keil project in examples\dfu\bootloader_secure_ble\pca10040 to run on nRF52810.
But I find that the micro_ecc_lib_nrf52...
I'm trying to use a the COAP server example from SDK 14.2 running on nRF52DK. I've got a RPI3 acting as a router between my Ethernet network and the 6lowpan/BLE link.
I...
Hello,
I have a custom application and bootloader with DFU support. We have been able to download application updates using the DFU. Today I noticed that I am not calling...
I am trying to create an 80ms pulse by setting a GPIO high, starting an application timer with 80ms timeout and then setting the GPIO low in the timer ISR. I am aware that...
Monitor mode debugging seems to have crippled the CLI over RTT.
Edit: Reflecting further, ignoring the black vs white background symptom - the issue might simply be that...
There seems to be an issue when reading GPIO pins returning false readings. I am using two pins for I2C communication, 26 and 27, I am configuring them with the required configuration...
Hi Everyone,
I am developing a device that needs to record data from ADC onto a onboard NAND memory.
Following the USB MSC example for NRF52840, it seems like the device...
Hi,
I'm working on the nRF52840 DK and running the ble_app_uart example.
I'm connecting to the BLE using the nRF UART V2.0 app and open a terminal.
In the terminal I'm...
Hi, I am trying to connect the GPS module with the nrf52840, and the development kit reads the GPS information via UART, I wonder if there are any examples? I read the example...