Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
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...
The user manual only tells information of pins , active low such things of led on nRF52832 Dk. There is no detail information of components on nRF 52832 DK board. So, can...
After reading the FAQ on DFU I still do not understand how the bootloader and SD DFU are performed so that a failure during the upgrade does not brick the device (see answer...
Hi,
I have some queries about ESB RF Communications.
1.The address : is it possible change RF communication to one node(Tx) to multiple nodes(Rx). If Yes, Where can...
Hello,
I found that after using SPIM I have forever additional over consumption (additional 400-500uA).
It was solved here in forum
And there is errata 89
[edit]...
I use Gazell to acomplish one host --two device.When i just have one device,everything is OK。But when added to two,it cannot work.
I think,whether channel of two devices...
Hi, I am looking for the test report on the bluetooth emission of the NRF52832 that we use in our product. Could you send it to me by email? Thanks,
Emeline
Greetings,
I have been using the nrf sniffer and Wireshark successfully for for the past month or so. Today Wireshark stopped filtering for the device(s) selected in nrf...
Nordic Team,
I was hoping you could create a similar post to devzone.nordicsemi.com/.../ but one that was dedicated to possible improvements and feature requests. This...
Do you have any recommendations on measuring the voltage of a lithium battery (e.g 4.2V) using nRF52?
Obviously you can't measure directly as Vbatt > Vdd.
To use a simple...
Hello,
I am working on ble characteristics tutorial. (F00D, BEEF example)
I flashed the program and tried to scan my nrf52 DK on my Android phone.
Some parts of my Android...
I am designing with nrf52832 and experiencing some connection issues at 0C. The system gets disconnected every few seconds with 32k crystal, but no issue with RC oscillator...
Hi,
We want to upgrade our product from SDK9 to SDK12.
I already check the below questions.
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
devzone.nordicsemi...
Hello!
I have
uint32_t adc_value (from external ADC converter)
And try to send it value through ble. My code:
main.c:
....
for (;;)
{
Weighing();
power_manage...