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.
...
Hello,
I'm new to BLE and have a general question about concurrency and collisions. Sorry if a repeat question. I'm developing for nRF52832 using SDK 15.3 and S112 v6.1...
Hello,
I am testing nRF52 UART with DSP.
While transmit data in nRF52 (ADC results)
(example link: https://github.com/NordicPlayground/nRF52-ADC-examples )
I can show...
Hi
I am now working on a project which I use ble_app_uart_c as a reference.
SDK 16 and used softdevice s140.
The radio_tx_carrier() function was taken from example/peripheral...
So I bought a BLE Heart Rate Sensor (chest strap) from market. I am able to read data using the nRF Connect Android App. Now I am trying to read the Heart rate data using...
Hello,
I'm working with PCA10040 EVB.
I've followed this FAQ that shows how to add a device name.
But function sd_ble_gap_adv_set_configure() (called at the end of advertising_init...
Hi,
Forgive what may seem like a stupid question, but...
I would like to create a first reference PCB design using an nRF52832 for an IoT project I am working on.
I...
Hello,
For the function to acquire the FDS file system status, I noticed that the struct member variables are held in uint16_t. Some values, such as words_used and freeable_words...
nRF42840DK, SES V4.52c:
Project was copied from 17.0.0 to 17.0.2 and link now fails:
Building 'ble_app_att_mtu_throughput_pca10056_s140' from solution 'ble_app_att_mtu_throughput_pca10056_s140...
I have been trying to find some help or an example of using a capacitive sense button with the csense library(in SAADC mode) but also read the voltage of my battery using...
The Mac version of nRF Connect shows the Device Information Service characteristic Serial Number String as hex, not a string. It shows properly as a string on the iOS version...
Hi,
I'm changing the peripheral device name by sending a command from the host over ble. I can see the changed device name after the host disconnects. Is it possible to...
Given the info here and here ...
1. Does this mean that the nordic example here is wrong, and that line 54 should be time_struct. tm_mon = month - 1; to account for the...
I use SEGGER build mesh V4.1 project light_ctl and light_switch.
I flash light_switch_server_nrf52840_xxAA_s140_7.0.1.hex and light_lc_server_nrf52840_xxAA_s140_7.0.1.hex...
Hello Nordic
I am using nrf52832, skd 16.0 , s132 v7, the data with the new FW will be delivered via UART
I wish to understand some issues regarding FW update, after doing...
Hello,
I am working on SDK v14 version mpu6050 sensor. I found an example of mpu6050 here.
https://github.com/Martinsbl/nrf5-mpu-examples
And here I found a way to...