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,
We need to interface camera (0.3nrf52840MP to 2MP) with nrf52840 for a new product development. For evaluation purpose, is there any off the shelf camera module which...
I'm trying to add a timer to the usb_cdc_acm example to send a periodic text messages with the timer. I'm building on an Adafruit nRF52840 Feather Express board using Segger...
Hi ,
I am trying to parse the manufacturer specific data that a beacon is advertising.
I can read successfully the company_id but unable to read the "specific data " ...
Hello again Nordic Pro's,
As you probably all know by now, our product app is based on the subject example code, SDK and device. We need to programmatically disconnect from...
I have been trying ti debug with SES and re-installed everything trying to get it to work, for a while it did, but then it began showing this message:
also, it asks me...
Hi All,
I am working on nRF9160 GPS profile. built the code with Segger version 4.16 and updated the latest mfw_nrf9160_1.1.1 modem firmware.
when i compile try to catch...
Hello,
I am using nrf52840 and SDK 16.0.0
I have integrated two examples, ble_app_template and nrf_calendar example . Now I have a problem. I wanna update the manufacturer...
Hi
I just joined a development team for a monitoring system consisting of a master and 5 slaves. They have a prototype that works well, using the functionality of the ACK...
I am trying to read the primary services using Master Emulator API and i am getting the below error. Using the Master Control Panel (MCP), it got no problem reading back all...
Hi,
I am developing nrf52832 on zephyr platform, I have seen a very useful GitHub library you guys have created called 'NordicPlayground' https://github.com/NordicPlayground...
Hello, I want timer to interrupt if timer is not restarted in 200ms and wrote below code.
I am restarted timer in few milliseconds using below but still I m getting...
Hi,
I get news at the homepage about that Nordic announces support for Amazon Common Software for Devices.
May I know which version of SDK can support this ?
If yes...
I have been programming nRF9160 using v0.4.0 SDK and it has worked fine. However moving the same program to Nordic Thingy 91 has been giving me problems. The board nrf9160_pca20035ns...
Hi,
Creating an new app will only call the main() in the form of task, i have requirement to create couple of task in my main() so is it possible to create user defined...