Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
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.
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...
We are experiencing bizarre, bizarre DFU problems.
I have a custom circuit board with a NRF51822-QFAC - when I initiate a DFU with an iPod touch purchased in the United...
I have a strange problem trying to use timer1 in a trivial app that's loaded via DFU. I can't get delays longer than about 1 second, despite having the prescaler set to 9...