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,
I am using the nrf52832 board for my project.
I am using the NUS example as a base for my project.
2 services are provided by this application i.e RX Characteristic...
I'm trying to flash a Nordic Thingy. I have it connected to the debug port of a nRF52840-DK, nrfjprog --ids lists no boards, however.
However pyocd produces:
...
I have a question about bonding with "Peer Manager".
I am using the sample project "ble_app_multirole_lesc (SDK V15.3.0)".
I am bonding by "Peer Manager". When bonding...
Why does SPI not work with nrf_delay, from this previous question
devzone.nordicsemi.com/.../
Surely the SPI SCK is a PWM or other timer/interrupt driven clock?
Also...
When i use nrfutil to perform DFU it is passed, but when i send it through STM32 dev kit it Hash validation failed. but however i can see the CRC is correct.
Hello,
I have an AMS AS7261 light sensor that I'm using with my NRF51422 DK to take a light reading, pull it using nrf_drv_twi_tx/rx, and send it over BLE. However, when...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I have few variables in application. These will...
i have a complete project based the gfx project and i want to add BLE using UART for communication. i want to communicate my module with the nRF52840 dongle.
is there simple...
SDK14+NRF52832.
I used one timer to do something every millisecond. and I used another function to do a loop action, the function maybe breaked if the time period exceed...
Can not connect Android 8 mobile phones, such as HUAWEI Nova 3
Nodic equipment is not even found.
We cannot connect with official UART routines.(ble_app_uart...
I found a terminal that can not communicate with BLE. I think that the sequence after MTU exchange is strange. The program used is sample HRM. The terminal used is "Xperia...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
Hello, I am using the nRF52840 dev kit. I am using SES to develop the code for it. I want to include the bosch bme680 library in my code. It comes as a libalgobsec.a file...
The objective is to have a device which constantly advertises some status information - this must be always visible to any Central in range.
The device may connect to at...