Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hi,
I have just acquired a new nRF52 DK devkit.
Performing a `nrfjprog --recover` followed by `nrfjprog --eraseall` doesn't work to remove the protection.
I do not flash...
Hi,
I use the secure BLE Bootloader to update the nRF52840 (with S140).
Now I want to add a UARTE to update the STM32 connected to nRF52.
Do you have a solution to do...
Hello,
I am using two nrf52840 DKs to test ble transmission and i2s output. The nRF Connect SDK I use is v2.6.0.
Both of them are ble connected. One sends data to the...
Hello,
I think llpm's sample project is wrong. Evaluation board is not supposed to be communicating.
To verify the defect, the value of the time variable is fixed. This...
hello, my code was built under ncs v2.6.0 and tool chain 2.6.0 without issue, I upgrade them to v2.9.0, then I get these errors, can not figure out how to fix them.
could...
Hi,
From https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html , it writes " After programming the sample to your development...
Hi,
I’m working on enabling the asynchronous API on UART1 in the nRF Cloud Multi-Service sample for the nRF9151. Despite setting the necessary configurations, when I call...
I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
NCS 2.7 with mcuboot via sysbuild
custom board with nrf52840, 2 custom applications (manufacturig and end-user)
In my application our DFU will be performed over BLE...
Hi,
I have the following Device Tree in my application:
I get the error -134 during the application startup. Debugging the application shows that the error happens...
Hi, I'm developing ble applications.
But there are problems on calling Ble APIs.
If I call the functions that conatins bt_le_adv_start() in main loop(Maybe main thread...
Hi,
I have a BLE interface with services and characteristics and I want to have different level accesses for my characteristics with for example two levels:
level user...
Hi,
Setup:
nRF NCS 1.9.x and nRF NCS 2.5.0
nRF5340 and nRF52840 both with an external crystal attached to HF clock input.
Problem:
Inaccuracy in timing of UART at...
This is sort of a hardware question, involving the RADIO peripheral in the nrf52(840) line. The question is simple. Is there any limitation on when you can change the TXPOWER...
I have a driver for a Piezo buzzer running on bare metal that I would like to port to the nRF connect SDK. The existing PWM-based driver in Zephyr does not fulfill my requirements...