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...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
Hello,
We are currently helping one of our client develop a product using the nRF5340.
DK versions:
nRF5340-DK
PCA10095
2.0.1
Host OS:
Ubuntu 22.04.2...
I'm a beginner to nRF52840 board, and I'm currently doing the nRF Connect SDK Fundamentals . But I failed to build the Blinky Sample due to the following error:
I'm sure...
I am working with the module nrf5340-DK. I am searching for an example to use the QSPI with the onboard external memory, could you share an example? and the other question...
Hi,
We are planning to move with the nRF5340 + nRF7002 for our upcoming project. We have some queries related to power section which are, 1. can we an use the same power...
This one is throwing me for a loop. We have a very basic NFC component in our firmware that serves up a static NDEF file and wakes the MCU from a system_off state.
We have...
Hello All,
I am programming an nrf52480 using zephyr on a windows machine.
I am trying to write a bluetooth peripheral characteristic, ore specifically to the led...
When using two nRF5340 Audio DKs as bis_transmitter and bis_receiver respectively for the iso_time_sync sample, the iso_recv event is triggered.
However, in the respective...
Hi,
I use nRF52805 chip for BLE tag. FACTOR_MODE pin will be used for production stage. At F/W start point, F/W reads FACTORY_MODE pin, if the pin is high, F/W will enter...
I am trying to program nrf5340 using this command: nrfjprog -f NRF53 --program merged_domains.hex --verify --recover -r
It works fine if readback protection is not enabled...
Everytime I make a call to the usb_dc_ep_write function I get error -22 meaning invalid argument. I have tried everything I can think of. I tried sending a blank packet with...
Hi:
My environment is: nRF5_SDK_17.1.0_ddde560, keil, s113_nrf52_7.2.0_softdevice When using the ble_app_uart example, "Failed receiving NUS message. Error 0x04. " appears...
After discovering that MBEDTLS requires at least 48000 bytes of heap to function, I've had to desperately find some spare bytes to conduct a TLS session over WiFi using a...
Hi,
We move from ESP32 to nRF5340. The API is different. I search all samples and I didn't get the correct samples. Anyone can show me which sample is suitable for us? ...
Hi, I want to use nRF52832 for a product. I am a bit confused about the package selection. I need QFN package but there are many different versions available. Can someone...
Hi,
we are working on a device based on a nrf52840 using zephyr 3.2, which uses bluetooth low energy for advertising and for providing some services with some characteristics...