Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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...