I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
Your served radio tramsmitter/receiver example using PCA 10000 USB dongle, PCA 10001 evaluation kit.
It's just only one byte data communication. It works well.
If I communication...
Hi, i'm trying to read an i2c sensor on interrupt. Doing it directly in the interrupt is apparantly bad, so io tried using app_sched_event_put, but that just crashes inside...
Hi,
I'm debugging a small app that is using the LPCOMP to trigger an interrupt when the BLE device is turned off. We have a capacitor to maintain alive the nRF for a while...
Hello,
I am trying to use the nRF9160 DK to publish some sensor data to an Azure IoT Hub. I have been able to successfully connect to the mqtt broker and publish simple...
I am trying to write a custom bootloader to do FW updates on our device. In our main application, we already have a way to transfer a new signed application image over BLE...
Based on nRF52832 datasheet description of DIRCLR register (section 20.3.7), I would expect that writing 1 to bit 8 of that register would set PIN8 (P0.08) to an input pin...
I have two PCA10031 dongles and both seem to be bricked. When I search your web site, I keep finding posts that state that I need to transfer nRF5x-OB-JLink-IF.bin to my device...
I am using SDK_15.3.0. I am using Segger Embedded Studio 4.5.2. I'v tried 4.1.2 also. Every time I compile, even just with an example central project, I get the following...
I updated a working project based on nRF52832_xxAA 32Mhz crystal, from nRF5 SDK 14.2.0 to nRF5 SDK 16.0.0 now the timer is 6 times faster, the code hasn't changed is there...
Hello,
I modified the light_switch example of the Mesh SDK to transmit sensor data. Currently the Mesh is made of one client and several servers (all are nRF52840). The...
I am trying to determine if it is possible to implement a "OS native" BLE transport layer for nrfutil. That is, use the Bluetooth interface the machine and remove the need...
Hello,
I need more precisions about the software described in one of your files.
In the nAN_34.pdf Section 3.2.2 "Computer Software" ( https://infocenter.nordicsemi.com...
Hello,
We are using the nrf9160 in a custom hardware solution, with SDK v1.2.0 and modem firmware v1.1.1. There are some data items that we would like to load into NVS at...