If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
Hello,
I was testing BLE Heart Rate Collector Example with two nRF52832 devices, one was programmed with ble_app_hrs_c as a BLE central role, and the other was programmed...
Hello everyone,
I have very pesky bug that is leaving me in fits. I have a feeling it is a timing issue, but I am not sure at this point. Here is my issue, and I would...
Hi Devzone.
I've taken the ble_app_hrs example,
and then added the example code from the PWM Driver example.
The PWM module is mostly functional,
however I have a...
Hi,
I'm trying to build a SPI Slave <-> BLE bridge, so that everything received over SPI bus is forwarded on BLE and vice versa. In order for the reverse direction to work...
Hello,
i think this is simple question, but nowhere i can find answer. Is nRF52840 preview development kit (PCA10056) contains built in nrf52840 microcontroller or i need...
I am going through the BLE Central tutorial and am a bit confused by the APPL_LOG function calls, from what I could understand it should give messages on serial port, like...
Hello, I have nRF51822 Beacon Kit (pca200006) and nrf51 dk board (pca100028)
I had an impression I could flash beacon and upload new files using nrf51 dk board as jlink over...
I am using IOS nRF Toolbox 4.2 DFU function on nRF51 DK PCA10028. I followed the tutorial here .
Use nRFgo Studio to erase all.
Use nRFgo Studio to program...
We have an nRF51822 peripheral device that is bonded with one and only one central. The central is always an iOS or Android phone running our app, which is scanning at "low...
In the BLE advertising library, in SDK 11, is the timeout for directed slow advertising specified in seconds, or in number of tries?
Seconds would be more consistent with...
Hi All,
I have got a project running on an nRF51422 QFAC, using the lastest SDK.
I am having some problems with the app_timers, i am able to create and start them, and...
Hello all,
i am working with the nRF52832 DK and SDK11. Actually the Enhanced Shock Burst Communication is working. I can send and receive messages. From this point on...
Lets say, that I've got a chip with program in its flash. I know I can protect it from being read back, but can I protect it from flashing anything else through debugger interface...
we have two nrf51-dks and we wanna create a ble mesh.
how can we set a ble mesh and same time ble advertising on Nrf51422 DK (PCA10028 V1.2.0) Board with using examples on...