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'm working with the nrf52840 and spi mngr to talk to a SPI flash memory (AT25SF081). I use nrf_spi_mngr_perform to send a command to read the manufacturer ID
...
Hello,
I am having some trouble attempting to advertise a single custom 128bit uuid. I have two custom services sharing the same base uuid. Everything works correctly after...
I am trying to add major minor values in the ble_app_hrs example in SDK_15.3.0. I am getting an error code of 12 which is invalid data size at:
err_code = ble_advdata_encode...
Hello,
I am using SDK version15.20,pca10056,s140.
In my application I am using Bluetooth to send the data values at the rate of 750 samples per second. By sending 3 set...
Hello,
When performing serial communication using UARTE in the environment of SDK 15.3.0, SoftDevice 6.1.1, In rare cases, abnormal data is received. I don't know the cause...
Hello!
I am compiling the fiirmware for Thingy:52 (version 1.0.1), using the following link:.
https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
nordicsemiconductor...
Hello All,
I've recently run into an issue with the nRF52840 Dongle where the Green channel for LD2 is not lighting up, this is a problem that is persistent across all...
Hello Nordic team,
In our project we have a requirement to write a log record to flash sector when any fault occured (hardfault or SD fault callback), so we can download...
I want to transfer data from slave to master and back to slave from master and I am doing this in the following cases: 1) Case1: Fixed connection interval and slave latency...
Hi,
I hdd developed a ble product based on nRF52810 ( SDK_15.3.0_59ac345 s112 ). I had set the connect paramter like this:
MIN_CONN_INTERVAL MSEC_TO_UNITS(150, UNIT_1_25_MS...
Hi,
Do you have a better example than the one on nRF Cloud that can show me how to transform a HTTP GET /message from my thingy. Right now, the messages are nested and it...
While I know the 9160 does not support voice calls, I would like to know if the 9160 will accept mobile terminated (MT) data calls. If so, how is that represented in the firmware...
First of all , p lease forgive me for m y bad English if it annoys you .
I do have an interest in nRF52840 development kit, because I am trying to find a development kit...
After updating from THREAD SDK 2.0 to SDK 3.1 I am getting NRF_ERROR_NO_MEM in nrf_sdh.c.
The project is based from the multiprotocol BLE thread dynamic example.
The code...
I'm creating a ble central device that receives instructions via UART on which device to connect to and which UUID to write to.
I'm able to connect to a peripheral device...