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,
I have successfully detected my custom board (nrf52832 chip ) with nrf 52dk board and program it with blinky hex file given in SDK 15 version and works.
Now, i update...
Hi Guys
I got a nordic thingy:91 and just play a bit with it and the asset_tracker application. Everything is working and the thingy sends its data to the nrf cloud.
My...
Hello, I am creating a peripheral with a totally custom set of services and characteristics (it will only talk to our custom central device). I've adapted the examples and...
Hello, in my application (adapted from ble_app_uart peripheral example of SDK 16.0) I am starting advertising using
err_code = ble_advertising_start(&m_advertising, BLE_ADV_MODE_FAST...
Hi.
I'm working with both custom board based on nrf52840 and nrf52840-dk.
I just moved from the app_uart api to the abstract serial api.
I have noticed that when an...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_beacon’.
1) ‘ble_app_beacon’ will only broadcast...
Hello Devzone:
Would I be correct if I assume enabling APPROTECT should prevent writes into UICR? - for other readers, NO, IT CANNOT PROTECT AGAINST SOFTWARE READS/WRITES...
I am in the process of adding central functionality to ble_app_buttonless_dfu on a PCA10056.
When I call nrf_ble_scan_filter_set, the resulting builds debugging is broken...
Hi, I want to use the ADC peripheral (SKD16) and I am looking for the most energy-efficient way of doing this. I design a prototype that will be based on nRF52840 IC and will...
For a temperature sensing application, I am trying to implement a TWI interface with a TMP116 temperature sensor. I am using Keil uVision 5 to write the program. I have been...
I am attempting to port a BLE application to the nRF52840. The original application used a standard HCI serial interface so I am trying to adapt that to use the Nordic SoftDevice...
Calling the lte_lc_connect() function eventually leads to the code breaking on:
fault_s.S line 104
#elif defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE) /* force unlock interrupts...
Hi I am using NRF52 board to interface analog sensor and this board further transmit the data ro sink node. I am using saadc example but unable to get callback or my interrupt...
We have a set of custom boards I am working on debugging. I was able to get our software onto the device via nrf jprog tool by uploading a merged hex file (with SD + bootloader...