Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hi,
we are facing the following error. We bond our device (peripheral S140, SDK 15.3) with the following settings with iOS devices:
#define SEC_PARAM_BOND 1 // Perform...
Hi,
I am unable to build code. My Mac has just been updated to Catalina, not sure if that's caused the issue.
I am trying to build the standard "blinky" code but am getting...
Hello
I'm working on SDK v17. Receives certain data from the app, and LED timers work according to the data received.
The code that receives data from the app and parts...
Hello
I'm working on sdk v17. I want the LED to be printed out like a wave when I receive certain data from the app. (5 Times)
It is simple to use 'delay' and 'for' as...
I had my first encounter with Nordic chips a couple of years ago. To evaluate the devices, I used an nRF52832 to implement a small helper project. I was very impressed: it...
Hi Team, Is it possible to use the BLE NRF52832 module for audio applications like attending phone calls, listening music etc. If it is not possible with this module could...
I wrote this code to make a 1MHz signal clock with timer and GPIOTE.
It works fine without softdevice, but when I modify my app to use BLE, gpiote doesn't work (I...
Hai ,
I am using nrf52840 and 15.2 SDK for ota over BLE. I have made bootloader for OTA over BLE and tested same with nrf connect application using dfu package zip file...
I tried to make a copy of the Asset Tracker example application to start my own project. However I cannot get it to load in SES. I'm currently on the Master branch of nRF...
Hello,
Based on the DFU documentation, you should be able to download an updated soft device as long as the "major" number of the soft device does not change. This was true...
I recently designed a PCB and have been testing it.The PCB mainly consists of the Bluetooth Module BMD-350 ( based on NRF52832 SOC ) and HX711.( There is an accelerometer...
Hi. I have a question regaring the nRF52833. I want to program the MCU using ArduinoIDE and I'm not sure if I have to use a programmer to program the nRF52833 and if so do...
SDK 15.3
SD S340
Bootloader implemented to update over GSM and BLE. BLE update code is taken from example secure_bootloader_dfu*. GSM update code is custom made. SDK is...
I set up nrf52832 that it is called proxy device, i create a loop that proxy device will sent 20 message to app phone (Android) within 100ms. But my app (Android) receive...
So I'm not sure that this is an error, but it is a little annoying. I have an application that sends sensor data using ble_nus. Works great, except that mixed in with my data...