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,
The Fanstel BT832 has a nRF52832. It has TX on P11, RX on P12 for standard uart. I need however rs485 and so need to add a DIR (output) pin. P11 and P12 are not on...
In the mRF24L01+:
Unlike MultiCeiver mode, I have one TRX and multiple PRX units sending back ACK payloads.
In the PRX, what is the purpose of the PPP field in the W_ACK_PAYLOAD...
Hello,
As I understand it, Apple is working on a new product called Airtags. This will be similar to the Tile for finding items like your keys or wallet. The catch is that...
I'm using standard ble_bas from sdk12.3. I set up a timer at 60s interval to use saadc to read battery voltage. Below is my code in saadc event handler for battery level update...
Hi,
I want to add some included services to a new added custom service with nRF Connect, but I can't find a method to do this.
Is there a method to solve this problem...
Hello, regarding to another thread in this forum the debug interface mode can be turned off by sending the command "writeDP 1 0" via J-Link commander or by power cycling the...
Hello,
I'm working with the nRF5 SDK for Mesh v4.2.0.
During the init phase, I call the function mesh_stack_init()
After doing so, the consumption is on average 2.8...
Hello DevZone,
SDK 15.0.0 SD S140
Currently working without an active SoftDevice but even with an active SoftDevice these problems keep occurring.
I'm currently working...
Hello! I need help implementing a TDMA on a nrf52. I've never done this before and Its been hard to find good resources online on the topic so if anyone here has any previous...
I am developing connection between BM833AF Evaluation board and nRF52840, Like a BLE Tag and Beacon. Need support in connection and transmitting data from one to another?...
Hi,
My use case is I have an RGB LED that I want to be green for normal operation, but blink red for 0.5s when a serial driver error occurs.
R, G, and B are each attached...
Hello,
I have multiple questions regarding BL mesh using nRF5 SDK for Mesh v4.2.0
1) is it possible to run this example using 2x NRF52840 dongles(PCA10059) and one NRF52840...
Hello
We have an application that ADV every second and is based on SDK 14.
We are currently attempting to move to SDK 17. What I have noticed is that if I change and...
HI,
I want to use nrf52833 for receiving SAADC DATA in my phone by using BLE_NUS_DATA_SEND.
Here are my codes.
In 716 ~ 724 lines, I added codes about BLE_NUS_DATA_SEND...
Hello
I'm using the nrf52840 DK with sdk version of 15.0.0.
My requirement is to flash my project through cli commands, so I have followed the following steps in below...