A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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...
This should not be very hard (beginners question), I want to convert an array of characters to an integer, I added string.h but it is not working with the function strtoi...
Hello
Now we are testing the third version of nRF52832 nrf52833 nrf52840 ic
I learned that there is a feature to lock and unlock the debug port of the device, but I use...
Hi Nordic,
I am using nrf Connected SDK 1.7 on windows 10, coding with nrf connect extension for vscode.
I created a custom board from nrf5340 SoC and added a node as...
Hi,
I have made a manual installation of the nRF Connect SDK in order to develop nRF5340 applications on my Ubuntu PC. I have tried, to the best of my ability, to follow...
I've tried sending ASCII "Hello world" over SPI with various data rates. Somehow clock signal given by SPI is not continuous. This discontinuouty differs with clock frequency...
Hi everyone,
I want to integrate the Queue module into my firmware. I found three functions for writting elements in the queue
1. nrf_queue_push
2. nrf_queue_in
3...
Hello,
I am migrating my project from GPS driver to GNSS interface. I am facing a few problems when I am using GNSS interface.
1. GPS driver can generate simulation data...
Hello,
I am new to the NRF World and try to explore some Ble examples. Unfortunately I can't get the BLE_Blinky Example working. The Flashing works without problems, and...
Hello,
I developed a script which has a 40Hz timer which repeatedly starts the NRF52840's SAADC in continuous mode (with a 40kHz rate) which is supposed to fill a revolving...
Our codebase is configured to use West to manage our code repository as well as the NCS repositories. We use the 'name-whitelist' option in our `west.yml` to only import the...
Hi
I am writing the firmware of a wearable device, based on nRF52832, which must support OTA DFU. I am using the peer_manager to manage paring and bonding, and the FDS library...
I'm trying to use the lpuart sample for a project, but everytime I try to flash I get a zephyr fatal error 4. I dont know what I doing wrong can anyone help me?
error: ...
Hello,
OS: Windows 10
SW Version: nRF Connect 3.9.0, Programmer v2.0.0
Nothing has changed hardware-wise. Still using a Segger J-Link to try to complete this task. I...
Hi,
I have an application where I use nrfx_saadc for getting some samples and I also run the st7735 driver, modified to use nrfx_spim instead nrf_drv.
For the nrfx_saadc...