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 have nrf52 and configure uart0 for connection with external device. I have configured it as NRF_SERIAL_MODE_DMA and set irq_handler .receive NRF_SERIAL_EVENT_DRV_ERR...
Hi,
May I ask, why read_resp is missing in struct ble_hid_report_record_t in sdk 15? Currently, I am migrating to sdk 15 from sdk 14.2. However, I didn't find any document...
Hi all,
I am doing an evaluation on NRF52 Smart Remote 3 for my company.
I am working on a Ubuntu 16.04 virtual machine with Ubuntu live CD for Smart Remote 3
-----...
What's the atomicity of flash writes on the nRF52832? If we crash while writing, say, 4 bytes, do we have a guarantee that either every byte or no bytes have been written...
Hellou, I am developing apllication , which is modification of light switch - client model.
I have problem by writing data to internal flash. When I write data to internal...
Hi
I've just modified our platform that uses a connectivity based environment to the latest S132 6.1.0/SDK15 combination. Since the migration I seem to miss a lot of scan...
Hi
I use the nRF51 Development Kit and the pin_change_int example.
when i push the button the LED changes but there is a delay of 16us.
is this normal ? can i speed...
Hello everyone,
Does this PPK able to measure current consumption of Arduino Uno R3? From the data sheet it say it has a standard Arduino Uno pin but i am not sure whether...
Hello Nordic Guys
We are trying to run ble_app_uart example on our custom hardware. SDK 15, SD132V6.0 . Problem what we experiencing is: NRD chip never goes to sleep,...
Hi,
I am Using nRF5_SDK_15.0.0 with nRF52 DK PCA10040 using Keil IDE.
I am going to Implement long string data write and read characteristic using custom service.
I...
Hi,
I use the peripheral ble_app_uart with nRF52832 (Murata module). The nRF52832 is connected to another MCU, STM32L476, via UART.
I develop using IAR.
I have a couple...
I tested the Heart Rate Monitor sketch code (Arduino Primo IDE code) and verified that it works with the Heart Rate Monitor through the "nRF Toolbox app" on my iPhone. I would...
There have been several topics on limitations on ADC sampling rate when BLE is in connection.
However, I didn't see notes applicable to the following case:
nRF52832, sampling...
Hello all,
I have some troubles to initialize the micro SD card with my custom board.
I have used the nRF 52 DK to write a basic code and do some test. For micro card...