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?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm trying to understand whether my callback assigned to the data_handler variable during initialization of the Nordic UART Service gets executed in an interrupt or somewhere...
I know there have been a ton of topics about this but I've tried pretty much every solution I can think of and I cannot seem to figure out why my sleep current is consistently...
Hi,
I'm facing a very critical issue.
I need to send a time critical data from a ble sensor device to a Camera device acting as a ble central device.
Due to lack of full...
I want to send data without a computer from 3 ADC sensors.
using de ble uart.
How do I set my variable to send data?
I should use in ble_nus_string_send(&m_nus, data_array...
Hello, I am trying to follow the instruction for a 2way communication between nRF chip and the client device (cell phone). Although my chip is nRF51422/ PCA10028, I have found...
hi all:
Recently, I use nrf51822 as a central to connect some older sensor, but the ble chip of the older sensor did not use nordic, so I have this problem. I develop the...
I have the Heart Rate Service(HRS) program written in embedded c. I connected a two LEDs to nrf51822 board. One LED will start blinking when advertisement starts and other...
How do I write a value to gpregret when flashing the chip?
Basically, what I need to do is be able to detect the first time the chip is powered on so I can go into a special...
In my device I want to adjust the slave latency connection parameter, however my desired min-max connection parameters are the same as during the initial connection. I find...
I have an imuduino (arduino board with nrf8001 bluetooth and some sensors) board and am trying to load some of the profiles from the nordic arduino nrf8001 bluetooth api on...
Hello
I made the switch from SDK 6.0.0 to SDK 6.1.0 with SD7. At first we didn't get it to work. We would get the error NRF_ERROR_INVALID_PARAM on dm_init(). The problem...
Hello, I set up the environment by This . Now I can ping the device on the raspberry pi.
How ever, When I run the python client example on My ubuntu-14.04 and try to connect...
Hi, where can I get access to the definition and meaning and definition of the built in functions and headers of nrf51822? for instance what does this mean: uint8_t err_code...
Hi ,
I am using nRF6.0.0, SoftDevice 7.0, for nRF 6310 hardware.
I am trying to develop a ble keyboard app with the help of Ble Keyboard Sample we have in the SDK. As...