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 am trying to convert the twi_scanner into a PCA10056e project following the conversion doc from nordic . This was the downloaded example for the TWI scanner and...
Situation: I'm using a nrf52840 with the nordic sdk 15.2 acting as a Gateway ( Ble Client). On the other side I have four nrf52832 (sdk 15.2) acting as servers. My software...
I am trying to light-switch test different features in my app to see if I can save some memory, and I found that the examples\peripheral\cli example won't compile if I turn...
The bluetooth of android APP is easy to disconnect (we make smart door lock products); The product is delivered to the customer. It is easy to disconnect and not connect with...
Hello,
I learnt about some resource pre-allocation in the datasheet, e.g. ppi, or API documentation, e.g. app_timer rtc1. I see the SDK drivers are trying to take care some...
SDK16, S112, 52810. I have DCDC set up and external 32.768 crystal oscillator on my board.
Here is my code part:
main()
nrf_power_dcdcen_set(true); nrf_delay_ms(100...
Dear ,
Follow the previous ticket, https://devzone.nordicsemi.com/f/nordic-q-a/59034/agps_thingy91
I am trying to use asset_tracker : https://github.com/NordicPlayground...
I am writing an application on a BLE chip that will transmit high volumes of data to an Android phone (520,000 bytes / second signal).
According to some tests I've seen...
my board uses 51822. I am using 52DK to debug it. I have plugged my board with 52DK as following:
RX -> p0.08
TX -> p0.06
My question is, when I init UART in code...
Device: nrf9160 (dk and custom board)
sample application : MQTT simple
segger studio (nordic version): V4.42a
There are 2 main issues:
1) in the main.c file, Segger...
Last time I used it, it worked fine, it's been sitting in a drawer for some time since then.
When I tried to use it now, i get this error - even though I can read the...
Hi team Nordic,
Looking in the nrf53 datasheet, it seems like the PDM clocks are the same (peripheral) as the nrf52, is this correct?
You usually wanna run the newer high...
Hello,
I am using an nRF52840 on a custom board, and I want to add the workaround for Errata [87] Unexpected wake from System ON Idle when using FPU . However, the the...