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.
Do I still have to call sd_ble_gatts_value_set() on the characteristic handle [using whatever temporary buffer I would have been using anyway for BLE_GATTS_VLOC_STACK]?
...
Hi,
I would like to use the app_gpiote files from Nordic in combination with the softdevice enabled.
In the app_gpiote.c file interrupts are enabled using the standard...
As far as I can see buttons_init() initializes GPIO and sets up button_event_handler().
button_event_handler() calls ble_lbs_on_button_change() and always set static uint8_t...
I have problems with my iPad to catch data coming from key presses of HID keyboard profile. First, I programmed the dev tool nRF6310+PCA10005 with the HID keyboard profile...
I installed nrfgostudio_win-64_1.15.1_installer, nrfgo_sdk_2.3.0_setup and nrfprobe_v2_0_0_7252 to test nRFgo starter kit(nRF6700). I tried to test uart on nRF24LE1D. but...
I want to establish a link between two nRF8001 devices. Is there an example of how to do it? I am using micro controller on our application board to control the nRF8001 devices...
Dear Developer Zone,
At this time, it is possible to upgrade the firmware version using Bootloader. But, is there any way or any plan to upgrade also the softdevice version...
Hi,
I'm looking for a wireless solution to handle 500-1000 of Clients per area. Because i',m new to Bluetooth i don't know if this is possible.
Requirements:
Network...
Hi,
I using the application download the update firmware, and using the bootloader erase and write the firmware to flash.
And I changed the bootloader code, remove all...
Dear Nordic Developer,
I am using nRF51822 with softdevice.
What is the best approach to have a nRF51822 always discoverable? Like heart monitor for example : no need...
If I receive data on the UART that comes in via its event handler, how can I then create an event to wake up from sd_app_event_wait and do further processing from the application...