Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Hi,
I am using segger studio and NRF52810 for my development. I started with the NRF52 dev kit and complied with the sample app given in PCA10040e folder.
Now I want to...
Hi All,
I'm trying to figure out the best way to implement the security between two industrial IoT devices. We don't have a good out-of-band channel for more "traditional...
Hi,
I'm using Thingy:91 and I have built and flash the asset tracker software. I have connected the external GPS antenna (MIKE3A or similar), see picture.
How do I check...
I am using nrf52832 chip along with softdevice as a peripheral. There is a requirement wherein we want to encode the advertisement data.
Came across ble_advdata_encode(...
I'm reviewing the ringbuf library for use with FreeRTOS across two threads and I can't see how the atomic operations implemented in the library make it thread safe. The atomic...
My debug uart stopped working after creating overlay files to make port changing easier. Is this a known issue? They're still the same pins and baud rates.
Hi, I have done a project in my DK52 using the ble_app_uart as base program, it is working very good in my evaluation board but when I download the program to my final target...
Hello all,
LED3 from nRF9160 DK doesn't blink after I erase all with SES.
what I've done so far:
Update successfully the modem to 1.1.0
Load the applikation 'nRF9160_DK_board_controller_FW...
Hi,
Is it possible to list down all available device to my console using static provisioner code on nrf52840DK using bluetooth mesh stack?
Thanks for your valuable...
Is it possible to connect an nrf9160 to more than one broker?
We are intending to use one broker for publish/subscribe topics and another broker for OTA updates.
QUESTION(s): Is there such a thing in BT spec that allows for a device to rebroadcast advertising data for another device? Sort of like a flood mesh. Could it be iBeacon specific...
Hello Nordic community,
I found three IC on BLE 5.1 are nRF52811, nRF52833, and nRF5340.
I have to choose one IC for my new project based on availability of SDK and RTOS...
Hi, a question may need your kind help. Just wonder if nRF52840's USB CDC ACM could support multiple instances? For example, would it support CLI as well as an another serial...
Hi,
SDK: 15.2
IDE: SES
Soc- nrf52832
I am using HX711_app_uart example. That is described in ( ble_app_uart_w_hx711 ). That is working properly. I want to add the...
Hi I have a device that already have a role as broadcaster and send message continously, now my job is to establish a connection between the device and a gadget and also want...