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 there!
We have a running prototype with an NRF24L01+ and ESB. But since it is not recommended for new designs, is there a successor for this setup?
Very low latency...
Hello everyone,
I have trying to store my serial data in nrf52832 SDK15.2 fs flash storage i need to appending data one by one in same file. i have using fds_record_update...
Hi,
I use nrf 52832 with pca10056 and i need to use float to filter my data with low pass filter, but with this device, it doesn't work. Do you know how can I use float...
I merged ble_app_uart with spi peripheral example, normal working like bluetooth connectivity, spi sending and receiving is working fine, but i want to transmit data received...
Hi
When I try and pair my App with my NRF52832 Nordic device, iOS responds with a popup 'Bluetooth Pairing Request'. If I tap 'Pair' here, the app connects, and all is well...
Hi All
I am working on nrf52832 but not using the SDK. how ever I had created the uart functionality on my nrf but many times I got the communication error.
I had taken...
I have the module nrf52840 You are about to download the nrf5SDKforMeshv310src file to run the Bluetooth mesh example. As I build, I get the following error. How do I fix...
The QSPI can be used to read/write data via the DMA registers.
The QSPI interface is used with code is running from the XIP memory area.
Assuming the XIP and data areas...
Hi Nordic Engineer,
We want to interface NRF52840 with MTK7628 over UART. Is there a client library for nrf52840 which we can integrate with our application which runs on...
Hi!
I am trying to get scan_req_notification to fire notifications when central devices issue scan reqs but without success until now. Here is my code:
Env: SDK15, SES...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
The SDK 15.3.0 and 15.2.0 Documentation references ANT + BLE Serialization example in " \examples\connectivity\experimental_ant_ble ". In the SDK I only found " ble_connectivity...
Hello,
We are referring to demo project ( https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo ). This is quite matching for our requirement. However we have...