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...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
I have just integrated the Buttonless DFU example code into my project and I am able to successfully update my device using nRFConnect. I'm using the NRF52840, S140, and SDK...
My project is base on ble_app_hrs_rscs_relay in nRF5_SDK_15.2.0_9412b96. It works as central and peripheral. When it works as central, it can connect 8 peripherals. And when...
Hi, i am using timer by help of timer example from the SDK16. There they used timer0 and i tested the results were 100% perfect but when i add the same part and resolve compiler...
Hello all
Basically i purchased the thingy:91 device for our project in Austria it came with a sim card from iBasis but looks like this sim card is not supported in austria...
Trying to get FDS working with the latest SDK 16.0.0 and Softdevice S132 7.0.1. The problem is that FDS event handler triggers only when softdevice is disabled. Here is the...
Hello everyone,
I am a student that just got started with Nordic products and BLE. I am trying to build a small application that makes the nRF52840 DK periodically send...
i am using the flash 256K and ram 32k of NRF51822. the examples of SDK12.1.0 is includes dfu/bootloader_secure and ble_peripheral/ble_app_uart. when i was used in the software...
I am able to read and write data to and flash memory using FDS. I want to send the data stored in flash to mobile app and also want to store the received data over BLE into...
I got the following hardfault:
addr2line
returns:
Did I misinterpreted the hardfault message? Or is the hardfault source really in libvfprintf? How to find out the...
Hi all,
I just got the LESC OOB example working. Currently the OOB data from the central en peripheral are exchanged, and the connection sets up flawlessly. However I would...
Hi teams,
I am trying to interface ENC28J60 ethernet controller on nRF52833 based board.
The purpose is sending/receiving simple data gathered from BLE mesh network. ...