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 everybody!
I have a problem with compilers for nRF51822.
My problems: I create a pwm signal ~38Khz, duty 30% at pin 30 of nRF51822. This process is work well. I...
hi i m using nrf52 with a pi and the gatttool. pi as master and nrf52 as slave. i want to change the mtu but i got no answer from the nrf52 as you see in the log! do i have...
Hello, I have project to do, but I have too less knowledge about NRF's, I've tried almost all information sources and libraries, but no results. I have to make, that one PIC...
I lost many time and check 3 examples for various versions SDK, in all cases device can t connect to smartphone. Check with appl. "nRF UART 2.0" and last "nRF Connect". Applications...
I've spent the better part of a day trying to get the UART demo to work and I'm not having a lot of success. I did get it to connect and transmit data once - I think that...
Just noticed through some experimentation that the SD 7.1 Stack rejects Non-Connectable Advertising Parameters if the interval is less than 152.5msec? Error: NRF_ERROR_INVALID_PARAM...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hello,
I am developing a wireless sensor network to exchange body movement acceleration data with one Master and several Slaves. In the developing phase I am using the...
Why would sd_ble_gatts_characteristic_add() suddenly return NRF_ERROR_NOT_SUPPORTED?
It is not a documented return.
It happens only when adding a device information...
Hello,
I want to implement BLE central for Health Thermometer Service using nRF51822 with S130 SD
I used the example ble_app_hrs_c as a reference, but I don't see an...
I have a strange behavior with the Timers. For my project I use a Raytac module with a nRF52 Chip on it. Softdevice is not flashed. Project is based on SDK 11.0
When I...
My setup:
NRF52DK;
Keil 5.22.0.0;
nRF5_SDK_12.2.0;
S132 3.1.0
While trying to use ble_peripheral\ble_app_template\pca10040\s132\arm5_no_packs I decided to modify...