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 having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi all,
Since I will use broadcast way in RF transactions between one NRF24LE1 based senders and serveral NRF24LE1 based receivers . I was told not to use "Auto ACK" in broadcast...
I'm new to Bluetooth LE, Python and C. I have the S130 python examples for heart rate testing. I am attempting to modify the heart rate collector code to act as our central...
I am able to use pstorage_clear and pstorage_load without any problems, but whenever I try to do a pstorage_store the callback function is not being invoked. This problem...
-Essentially I want to do a device firmware update on to the nrf51422 using my Android phone (the nrf applicaiton). I am using your sample code for a project that my company...
Dear All,
what example would be best starting point for a transparent COM port over the air connection with nrf51422?
We will require 9600baud and there will be custom...
I have been looking at the nRF51822 for a project, and have looked at several designs available on the web for reference (I prefer to plagiarize working stuff rather than...
Hello.
After connecting with a central, ble_evt_dispatch function in main.c receives BLE_EVT_BASE event (0x01) periodically. What is this? It looks like events related with...
Hi,
I´m using a watchdog in my Application. Furthermore I need the ability to use the ota/dfu functionality.
I trigger the bootloader with a simple beacon.
if((memcmp...
The documentation is lacking critical details about what the soft devices do with characteristic data you give it. When you create or update a characteristic you need to give...
Dear Nordic developers,
I want to write 24 bytes constant in Non-volatile Memory. Additionally, I want that this data can only be read by MCU and not being rewritten or...
Hello team,
Just a simple question:
Once a timer is created using app_timer_create method, and using APP_TIMER_MODE_REPEATED as paremeter, is this timer automatically...
With nRF51822, I have a GPIO port configuration function as:
static __INLINE void nrf_gpio_cfg_output_S0D1(uint32_t pin_number)
{
NRF_GPIO->PIN_CNF[pin_number] = (GPIO_PIN_CNF_SENSE_Disabled...
I'm putting an nRF51 into an existing electronic device where I can't change the case at all. That means that my antenna will be very sub-optimal. However, I don't need very...