Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
I would like to change the device name of the nRF51422 trough a mobile device(Android AND iOS ). The name should be stored even when I disconnect the supply.
From a nordic...
Sir,
We designed a prototype card including "rfd22301" containing nrf51822. We will use in mass production directly the nrf51822.
We will use the BT as a transparent UART...
Hi, I try to transmit mp3 or wave file.
and I am using nrf51822. Is it possible?
I know that people usually use the A2DP profile, When they send a music or video
...
I'm running example apps from the SDK on a PCA10028. When debugging in Keil uVision, I find that I can only stop the code once. The second time I try to stop the code I always...
Hey All,
I am working on a project that involves a Redbear Labs Blend as a sensor platform, then transmits the data to a dfrobot Bluno over nRF8001 BLE. I'm still new to...
The release notes for S110 v 8.0.0 say .
The SoftDevice Specification corresponding to this release is the
S110 SoftDevice Specification v2.0.
I can't find...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
Hi, I am using nRF51822 to generate two channels PWM to control motors. Softdevice is V5.2.1. But I found the the Blue tooth connection sometimes dead if the PWM frequency...
I would like to create a unit which is intermitting in the master and in the slave role.It should be most of the time "advertising" and waiting for some master to connect...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Hi all, please I have some questions.
1- When adding a service then a characteristic, this enables the SoftDevice to send BLE events to the application whenever a client...
I have a have a problem which i cant fix. I'm trying to run the Heart Rate project, but the soft device hangs up (at this line: sd_app_evt_wait(); ) The software jumps not...
I'm trying to figure out if there is a way to receive data from multiple channels with NRF_RADIO?
I'm using timeslot API to get access to the radio. The documentation talks...
Hello,
I am developing a USB Composite Device (= 2 HID devices in one) and I want to add Bluetooth LE functionality.
I am not sure where to start from :) - I am new to...