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...
I've just noticed that it's possible to call ble_advertising_init() and ble_advertising_start() with params that are quite conflicting.
ble_adv_modes_config_t advertising_modes_config...
Hi dear Engineers!
We want to add Eddystone compatibility to the device.
Is it possible use nRF52 silicon radio ?
How I understand, it is not compatible with any SDxxx...
After a few minutes of running, the Power Profiling kit will start printing out "Range not detected" messages in the console. It appears to be related with the "Average" window...
Hi,
I am using mca8652fc and used device address as #define ACCELEROMETER_ADDR 0x1D
but it is not reading WHO_AM_I register properly.
I used #define ACCELEROMETER_ADDR...
I did try SPI interface between nRF52-DK and MAXIM11300.
Unfortunately, I did not successfully it work.
I used SDK_11.0.0 on nRF52-DK 0.9(Engineering B) and that
...
Hello, according to devzone.nordicsemi.com/.../ it was an example in nrf51 sdk 6.1.0. I checked it and found no files or folders related, not in sdk 6.0.0 or sdk 7.0.0 Could...
Hi,
I need to send my packets with an interval smaller than 100ms in unconnectable mode. I know, that this is a restriction from Bluetooth standard. For my application...
Hello,
I've a problem with handling interruption on nrf51dk (SDK12.1.0).
I set GPIOTE to handle interruption based on the example code "pin_change_int".
I work with the...
I am trying to use the NRF51 soft device with the App_PWM library. I can get both working individually, but when I try to enable both, I can no longer connect to the device...
Hi ,
I am trying to interface SD card with nrf52. For this I am using fatfs example of new 12.0 sdk. I can able to write the data to file but when I am taking the data...
HI,
I followed this link github.com/.../nRF51-ble-bcast-mesh to develop mesh in nRF51822 dongles. i am able to flash the code( nRF51-ble-bcast-mesh/nRF51/examples/BLE_Gateway...
Hello, I am working on characteristics tutorial.(our service.c)
And I succeeded in notifying characteristic from nordic to android.
The methods I used to notify characteristic...
I'm in the process of migrating to SDK 12.2 and I noticed that nfu_dfu_settings.c now includes app_scheduler.h and makes a call to app_schedule_execute().
How do I use...
want to send a float as a value of a characteristic
I have successfully achieved this using the simple way
Below is the example of just two float variables in an array...