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...
hello
I had developed code based on the example ble_beacon_app and tested on nRF52840DK. That worked fine. I need to make the same work on the nRF52840 dongle. I followed...
Hello,
I'm using a Nordic Thingy:91 device for testing the asset tracker v2 application. I have a Verizon SIM card that's activated and is successfully registering with...
Hello,
This past week we received a software update that minimized the pristine build and erase and flash buttons to a small, barely noticeable icon out to the side of the...
I have an nRF52840 design using the chipscale package. I have very little I/O so it can all be placed on the outer ring to avoid the blind vias needed for the inner ring....
I am working on a BLE to ANT (Specifically FTMP to FE-C) gateway.
HW used is the pca10059 dongle.
Windows10, Programmer 3.0.4, Segger 5.42a.
SW is nRF5_SDK_17.1.0_ddde560...
If I have multiple peripheral devices, advertising at the same time with NUS service, what factors determine to which peripheral, the BLE central connects?
How can I configure...
Hello everyone.
I'm developing a custom board mounting the nRF5340, and I want to use the micro USB. I was looking at the schematic of the DK for reference, and I found...
Hi,
Not sure if this is the correct place to ask...
My code is crashing after a spi write function.
It is probally obvious to someone here, i think i fell into that...
I'm attempting to merge 3 HEX files into one using the Merghex command. The "BinaryImage access" error appears, see the screenshot below.
I've tried this several times with...
Hi,
I'm porting my SSD1333 (Solomon IC for OLED displays) code driver to Zephyr OS drivers for ease of use along with LVGL (going from `< nrfx_spim.h>` to `<drivers/spi...
I want to transfer a bunch of data over the virtual com port to a PC using the USB port on the nrf5340. I'm using the CDC ACM sample: https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi,
why
AT%XRFTEST=1,1,14,7880,23,1,4,0,0,0,0,0,0 AT%XRFTEST=1,1,14,7930,23,1,4,0,0,0,0,0,0 AT%XRFTEST=1,1,14,7980,23,1,4,0,0,0,0,0,0
returns ERROR but e.g.
AT%XRFTEST...
We are trying to see if it is possible to detect a vibration using the ADXL362 accelerometer on the Thing:91. We have it setup to to trigger on motion, but we need to be able...