Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hi,
I've been playing with NFC on nRF52. It sends "Security Manager TK Value" over NFC. There is currently no option to use LE SC over NFC in examples, which is to send...
Hello
I have an problem using I2C on my custom board which uses an Nrf51422 SOC.
I have an RTC chip connected to it and I have no idea how to use your libraries.
The...
Hi! I'm using Arduino BLE micro and good results so far. With some accellerometers connected via I2C.
Today I have a strage behaviour.
I connect the arduino, ok, open...
Hello everyone,
I have a nRF51822 dev board connected through USB to my PC.
I have connected it to COM5 using Terminal and now I would like to interrogate BLE like we...
Hi guys
I have a custom board with NRF51422QFAA, load "s310_nrf51422_2.0.1_softdevice", program on "nRF51_SDK_7.2.0"
the bootloader I used is "dual_bank_ble_s310"
...
Is there a way to control the max # of packets be transmitted in one connection interval?
(We want to vary it from 1 - 6, knowing that nordic can support up to 6-7.)
Has anyone had any success setting the configuration register on TMP102/112 temperature sensors via I2C? I'd like to switch the sensor to one-shot mode to further minimise...
Hi everyone !
I'm trying to send data from an nrf51822 to an nrf24l01 with arduino and I guess I'm doing something wrong...
For the moment I succeeded to have these talking...
I have a simple ANT beacon application.
UART will be enabled to do some communication. How can I turn it off before ANT goes into sleep mode? Is there a call back function...
I want to send a set of 64 bytes data with ble. as I understand, the max data length I can send within a characteristic is 29 byes. when I send 4 bytes data it works fine...
Is it possible to bit bang a 9600 baud UART on the nRF51822 while the BLE softdevice is running?
The reciprocal of 9600 baud is around 100 µs, so the interrupt handler...
Hi Team,
My application is based on nrf51822 SoC in which I am using
BLE and UART interfaces.
There is single UART available and I have used it in communicating with...
Hello,
I am using am using sd_ble_evt_get and sd_app_evt_wait in an endless loop for handling all incoming events.
If I block this loop from executing, I'd expect that...