Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
hi
i'm new to the nRF platform and realised it uses zephyr. i come from a pic & stm32 background with little rtos knowledge and find the official zephyr cryptic. especially...
I created a BLE device with custom characteristic showing the sensor value (int16). But I can't achieve 1khz sampling rate.
1. Is sending data via NUS faster since the central...
I would like to using Keil to build secure_bootloader project for changing NRF_DFU_BLE_REQUIRES_BONDS from 0 to 1. But Keil failed to build. Please refer to snapshot of Keil...
Hi, I am using a third party module based on nRF52840. I want to use a standard UART to operate the CLI shell. I am not clear how to do this, any help?
Thanks,
Kaus...
Hi,
I am trying to run a sample "Beacon" that a sample of nrf5340 about bluetooth.
but, there is one issue as follow when i run each sample about bluetooth :
Bluetooth...
hi,
the project https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/nrfconnect
if this project can't build in windows platform?
thanks...
nRF 5 SDK 17.0.2
I am working on getting the nfc_pairing_reference example application migrated to S140 on two nrf52840 DKs. I have successfully ported the hardware, the...
We have a customer interest in developing a BlueZ application using the nRF52840.
This will be using the ARM9 CPU Atmel SAM9G25.
These are some of the software versions...
Environment introduction:
1. Use software SEGGER Embedded Studio for ARM (Nordic Edition) V5.50a.
2. 52833-DK*3 And EK42442ds *2
3. Switch order ANT1>ANT2>ANT3>ANT4...
Hello Group,
I'm trying to send I2C/twi data from nRF52832 using the Nordic development board with nRF Connect SDK 1.9.1.
Based on the sample project ble_app_uart, I was...
Hello there!
We have different sensors connected to our custom nRF52840-based board running Zephyr OS. The goal is to transfer sensor readings to the PC by using a USB link...
The problem I encounter now is that NRF52840 is my MCU, and I need RS485 module to transmit data. The supply voltage of my NRF52840 is 1.8V. Is it recommended that the RS485...
Hello,
I am trying to do a single bank DFU update using nRF Connect app and have SDK 16 on my device. I have set NRF_DFU_SINGLE_BANK_APP_UPDATES to 1. Bot looking at postvalidate...
Using the NRF5 SDK V17.0.2
Once again finding myself struggling to understand the structure of the SDK as a result of lacking documentation, there seem to be so many layers...