I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...
Hi,
We are building an application on the nrf5340 application core. We noticed that library calls are being made to perform double precision floating point arithmetic which...
Hi all,
I was looking at all ble events and found a few GAP events related to security:
BLE_GAP_EVT_SEC_PARAMS_REQUEST
BLE_GAP_EVT_SEC_INFO_REQUEST
BLE_GAP_EVT_PASSKEY_DISPLAY...
Hi,
I've been monitoring the posts regarding ARM support for the various Nordic tools and libraries - and its been almost two years now since the M1 were released, and still...
I know this should be possible if the phone acts as a BLE advertiser.
But is there any way to scan for a (specific) phone MAC address, if the phone is not advertising BLE...
Hi,
I am writing the code in the cpp for bt_le_adv_start () function with BT_LE_ADV_CONN as input parameter, this helper macro is not compiling in cpp. It is throwing the...
Hello, guys!
My goal is to monitor battery voltage by using a voltage divider and ADC peripheral of nRF51822 SoC. I find that this example perfectly fits my needs. Consequently...
Hey, I found some plot difference when using write and transceive functions with nrfx library (zephyr os).
I'm trying to send 0x11 using this two codes:
And here...
Hi,
I have been mingling with kernel funtionnalities of Zephyr. I am trying to improve my application using an event based approch and threading.
I am trying to define...
We use nRF9160 on our own board with SDK 1.9.1. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We are connecting to an MQTT broker...
Hi everyone,
i'm currently developing on nRF9160DK with AWS brocker via NB-IOT connection and i don't know if i'm encountering an issue.
Until now, every time that i reboot...
sdk nRF5_SDK_17.0.2_d674dde
I used some flash to store data.
But before dfu,it was equal to (FF FF FF FF FF FF FF FF|........) and after dfu,it was equal to (29 48 0C...
Hi,
In a multi-role central-peripheral code for a nRF52840-DK based device, I have to send a buffer acting as a peripheral. I use the ble_nus_data_send function sent as...
Hi all,
I am currently trying to realize a USB to Uart bridge with the nRF52840 development kit.
I used an old sample as a starting point for this task namely the " usb...
Hi,
I need a sample project for upgradable mcuboot, I am to understand that to have mcuboot upgradable, I need to have 2 stage boot loader, wherein 1st stage bootloader...