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...
Hi,
Having worked with your software on and off for some time now there are a few things I have noticed that are slightly disturbing when it comes to the SDK.
Usually...
I am doing a register retention gzll transmit code with ADC. But problem is that the ADC value transmitted is always 255, if I connect ground to ADC it would read 247. Why...
Hello,
I am using nRF52480, s140 , SDK_15.0 and using a rscs central example. I used
uint32_t current_time = app_timer_cnt_get(); NRF_LOG_INFO("current_Tick: %02d", current_time...
The function nrf_qspi_cinstrdata_get has logic bug that didn't combine data from both register
https://github.com/NordicSemiconductor/nrfx/blob/master/hal/nrf_qspi.h#L702...
Hi,
I'm trying to notify some sensor data at a constant 25 data packets per second.
If I set the `MIN_CONN_INTERVAL` to `10 and `MAX_CONN_INTERVAL` to `30` it all works...
Hi All,
I am developing a BLE central peripheral application by using ble_app_hrs_rscs_relay (nRF5_SDK_15.0.0_a53641a & s140 softdevice) on nRF52840 DK board.
My issue...
Hi,All
My case is that we need 20 peripherals connect to multilink central and send data to central,then central device need send data to Pc with Uart.
The current situation...
Something easier/faster than this? https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
The procedure described in that link...
I added bonding/authentication to my application.
I have two characteristics: a "protected" characteristic (cccd_md.wr_auth = 1;) with indications and an unprotected characteristic...
Hello!
I have very strange issue when same firmware works fine if it is flashed using segger debugger and randomly fails (with device restart) when it is flashed using BLE...
We have been using the Nordic PPK to optimise the power usage of our nRF52840 based application - very useful tool.
However, our application changes modes over time (e.g...
I have a local ipv4 network with a Mac laptop. There is a Raspberry Pi Thread border router connected to the network. There is an nRF52840 running the Thread CLI example....