Skip to main content
1 vote
1 answer
107 views

I use a standard EmptyActivity project in Android Studio with the following code added in the MainActivity.kt: override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(...
ryan139's user avatar
  • 21
1 vote
1 answer
79 views

I'm wanting to repetitively read the SPI buffer as a master to check a status bit. I figure there's no sense in using the DMA when I can read the SPI RXD buffer directly. A Nordic DevZone question has ...
Speedy's user avatar
  • 35
0 votes
0 answers
63 views

According to the documentation, the SAADC (ADC) device has a maximum sampling rate of 200kHz (ksps), a value that is the sum of a minimum TACQ (acquisition time) of 3us and a conversion time of "&...
Olof Forshell's user avatar
1 vote
0 answers
153 views

I am building an application for a Nordic NRF5240 with Zephyr. In my security code I am attempting to derive a session key with the following function: int derive_session_key(const uint8_t *...
Engineer999's user avatar
  • 4,159
0 votes
0 answers
27 views

I am trying to implement DFU(with USB&BLE) and USB Mass Storage with FAT FS filesystems on external QSPI flash. I am getting the following build errors- with SDK version 2.9.0 without mcuboot ...
Swetha Macherla's user avatar
1 vote
1 answer
140 views

I have a Zephyr 4.1 application that is reading values from an MPU6050 and calculating Roll and Pitch. I have been developing on a nRF52840DK and it builds correctly, as such I thought I would try ...
Dave W's user avatar
  • 11
1 vote
0 answers
132 views

I installed a BlueFruit on XIAO Sense nRF52840 to handle 16+ BLE devices. Bluefruit.begin(0, 8); Bluefruit.setTxPower(4); Bluefruit.setName("Bluefruit Scanner"); Bluefruit....
Jean-Philippe Encausse's user avatar
0 votes
0 answers
51 views

I'm currently working on a custom board based on the nRF52840, using SoftDevice S140 v7.0.1 and nRF5 SDK v16.0.1. I’ve integrated the BLE Buttonless DFU example (examples/dfu/secure_bootloader/...
kasijadi_lightnium's user avatar
0 votes
0 answers
66 views

I am new to OpenThread. I have set up a Raspberry Pi 3 as a border router and am using an Nrf52840 USB dongle as a radio to communicate with thread-end devices. I am using ESP32s as the end devices. ...
Rutvik Kulkarni's user avatar
1 vote
1 answer
561 views

I used nRF52840 DK module with Zephyr with J-link programmer. The issue is the deep sleep does not work, and also not wake up using GPIO rising edge where interrupt is coming I see on data logger. ...
HARSH SHAH's user avatar
1 vote
0 answers
41 views

This is my current example code. It configures bluetooth, and then waits for bytes sent from PC client (service guid is 6E400001-B5A3-F393-E0A9-E50E24DCCA9E, and characteristic guid is 6E400002-B5A3-...
Aveyron2033's user avatar
0 votes
1 answer
475 views

I have two nrf52840 dongles and I want to get them to communicate with each other. It is worth noting I am very new to embedded programming, so be patient with me. So far I have gotten both the ...
Josh Sinrud's user avatar
0 votes
1 answer
345 views

I am working on nrf52840 in which the BLE is not Advertising even after I am adding one parameter. I just want to add the parameters at the time of adding the 2 parameters. As you can see in picture ...
Shubh Patel's user avatar
0 votes
1 answer
441 views

I'm trying to run the Echo Client and Echo Server example of Zephyr. I want to use nrf5284dk as server and nrf5284dongle as client (or vice versa). I should also mention that my OS is Windows 11. ...
yeetAE13's user avatar
0 votes
0 answers
90 views

I am developing an accelerometer, which will send the data via Bluetooth to a tablet. I am using the nrf52840 and to program it I am using de nrfConnect SDK. I am sending an 80 position buffer each ...
Adrian's user avatar
  • 17

15 30 50 per page