Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi,
I am not sure how to read from a characteristic which doesnt have notify property in them. I started looking into nrf_ble_gq_item_add() But I am not sure on what parameters...
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:
...