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...
Hollo
Im using the GFX example, want to print string and to clear the screen , i use screen_clear(); function, this is default function gfx example
this is the loop...
Hello,
I am working in a project using the nRF52832 SoC, on the nRF5_SDK_17.1.0, using the Softdevice S132 and working over the SES IDE. For managing the consumption I have...
Dear Nordic team I'm evaluating nRF5340 Audio DK. Everything is working fine, but I'm wondering if is it possible to improve wireless range using an external antenna on J1...
I am currently using nrf5280 and nrf5 v17.0.0 SDK, and using ble_app_hrs_rscs_relay example. But neither RTT nor Uart can be used, which side has a problem with the setting...
About 44 minute mark of Measuring distance with the Nordic Distance Toolbox - Nordic Semiconductor , Paal mentions tuning is needed for custom boards. In slide 38 of /cfs...
Hello all,
I am currently trying to test out the programming functionality of the SEGGER JLink Plus on the NRF52840-DK. I am trying to do this in preparation for programming...
Hardware: nRF52832 on the nRF52-DK
SDK: nRF Connect v2.0.0
IDE: Visual Studio Code 1.73.1 with nRF Connect for VS Code (v2022.11.140) extension
I'm trying to get familiar...
Hi Nordic/Zephyr Community, observer behavior:
-- west build: generating a build system LIBRARY_SDK_BASE:= C:\cm\projects\zorbit\library_sdk ZEPHYR_BASE:= c:\cm\ncs\v2.1...
I'm testing out my new PCA10040 dev board. I can see the board in Windows Explorer when it's connected and I can see the two preloaded files as in the attached screen shot...
Hello Community / Nordic How can I have a boolean property in my mp2723 device driver devicetree dts or overlay. I am using NCS v2.2.0 in MS Windows 11 with VSCode 1.17.2...
Hello!
Using nrf_gpio.h enables P0.00 port control, but using app_timer.h together makes port control impossible.
I don't know if the code I wrote is the problem or...
I am using zephyr 3.1.0 and i build blinky pwm and rtc code from zephyr but it is not building i am using nucleo_u575zi_q board but in dts of board pwm and rtc is not there...
I modified the nrf9160 https_client sample to make a GET request to a web server and retrieve a JSON response. Unfortunately the rec_buf always ends up with an HTML response...
Hello everyone!
I've been struggling to get over this error when attempting to use an augmented Thread project based on the thread_mqtt_sn_client_publisher example. Would...
According the nordic documentation of the AT command +CEINFO, the value of CINR is in dBm.
Other source (outside Nordic) mention dB as common unit, e.g. LTE signal quality...