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 wish to have a complexity comparison of SILK and CELT (CPU usage and memory footprint) as I have an audio (speech) encoding and decoding application, I think this...
I've spent several days reading all the support tickets regarding this issue but I cannot find a resolution.
I am running the ble_central_uart example with SD 132, SES 4...
I have two nrf52 where i send a msg to one nrf52 through ble_app_uart that has SPI Master(This is working).
I am trying to configure one more nrf with ble_app_uart with...
Hi ,
how can we use different 128 Bit UUID for different read/write in pc-ble-driver-py? for example i defined three different characteristic 128 bit UUID for different...
Hi Team,
Need help on FDS module, , my need is to Read/write the some of the crypto related keys and session values to some fixed database.
we have come across the FDS...
Hi all,
Me and my team are investigating our options regarding DFU after our product has been sold to a consumer. We wish to enable DFU over USB. Whenever the device is...
Hi,
I need DFU feature on light_switch_dimming_client_nrf52832_xxAA_s132_7.0.1 example i tried including
mesh_stack_init_params_t init_params = { .core.irq_priority =...
Hello,
I have a project that seems to have a very long start-up/boot delay before jumping to the Application when the DFU is added. DFU is the BLE secure bootloader example...
Hi Nordic ,
I am working a project on nRF52830 with SDK 15.3. Now, I developmet on a central device, I need to connect with peropheral with more than one service , how...
Hi.
I'm using nRF52840 Developement Kit and my environment are below.
OS : windows 10
SDK version : 16.0.0
Tool : nRF Connect (with DTM,Programmer app) / Seger embedded...
Hello everybody,
I'm trying to flash an example code (let's say the blinky one) from the SDK (15.3) onto the Arduino Nano 33 BLE board.
I know that is possible to flash...
Hello,
I'm trying to resolve an issue in my project.
It appears there is a memory leak.
In logs I can find the error code : 0xBFED
Do you know what that code is? ...
Hi,
I recently had a problem about timestamp that it's all 0 on the RTT Viewer.
And i 'm based on the nRF5_SDK_15.2.0\examples\peripheral\rtc to check the timesteamp....
Hi Nordic
I have some issue When using NRF52832 central to connect the NRF52832 peripheral.
i am following the SDK15.3.0 ble_app_uart & ble_app_uart_c to deign the central...