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...
During my test of the nrf5340 audio application which in the V2.6.0 SDK , Because of that i need to implement some algorithms in it, i use the ld file to allocated a segment...
Hi,
After successfully compiling and flashing both the blinky example and the ble_app_hrs on my nRF52840 I ran into an issue with ANT Broadcast TX example. The example...
Hello everyone,
I am working on a project that uses the nRF5340 microcontroller and Zephyr.
Initially I took an EVK-NORA-B106 development board that mounts the NORA-B1...
Hi,
I am using zephyr application. I need your guidance on how to set phy to 125 kbps?
I enabled some configurations regarding this please verify that and let me know...
I can't build the program.
Please help. Thanks
This log:
Rebuild started: Project: blinky_pca10040e *** Using Compiler 'V6.21', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin...
Hello, I.m using SDK 2.6.1 with VSCode.
I created a new application based on the sample /nrf/samples/net/mqtt configured for nRF9161_ns which is listed as a compatible board...
Hi,
When I define my nrf52840 pin 0.19 as input put, and there is no connection to any sensor.
Then I use gpio_pin_get_dt() to get pin 0.19 status, the status is high...
I downloaded the nRF Connect SDK v2.7.0 and read the Release Notes. I installed the v2024.7.18 (pre-release) version of the nRF Connect for VS Code. As a first step, I created...
Greetings
I am trying to configure the nrf5340dk to use the i2c0 bus. I believe i2c1 is already configured, but for learning purposes, I want to figure out how to do this...
Hi,
When I DFU upgraded the bootloader of my firmware, I found that during the upgrade process, when ret_val = bl_activate() was executed, the pin would be pulled low. ...
The product page for the Thingy53 only shows hardware files for the v0.8.0 board revision, not the 1.0.0 or v1.1.0 board revisions.
https://www.nordicsemi.com/Products/Development...
HI all!
So I'm trying to use and modify parts of the Asset Tracker v2 application for my own project and when I created a new application with the pre-existing sample on...
Hello all,
I am trying to write some code to read the sensor values from two VL53L0X tof sensors, but I'm having some trouble.
My current code:
My devicetree:
...
I am using the cloud client example and connect to the nRF Cloud. I receive message fine on an interval and when I press the button.
I do not get any notification in my...