Hello,
I recently got a BL653 Click Board and am trying to program it. As I do not have a supported MCU for the NECTO Studio IDE (the ClickBoard's manufacturer IDE), I...
I was looking down at the pinout schematic of the nrf52840 aQFN73, in the schematic provided in the data sheet from v1.1 to v1.11 VSS_PA pin is below ANT pin, but once in...
Hi,
I'm looking to use the nrf connect sdk for development that is compatible with the latest zephyr lts. I believe it will be ncs 2.9.2 compatible with zephyr 3.7.99 (3...
I'm still new to this but particularly in regards to battery. I have a custom board with a nrf5340 and have been working on reading the voltage. I used the battery sample...
This is NOT a runtime error it's a compile time error (application). Failing at stage [154/159] Linking C executable zephyr\zephyr_pre0.elf
Having started by following...
Hello,
I am designing a custom PCBA based on the nRF7002DK PCBA and I really need the Fabrication Notes / Drawing that officially went to the fabricator to direct the build...
Hi,
I purchased nRF52 DK 2 PCs. PCB labeled
PCA10040
3.0.4
2024.34
boath board are new and box packed. from first time itself. I am not able to flash the board...
I'm using an nRF52840-Preview-DK board in a POC (Proof Of Concept) to convert an I2S-TDM bus to SPI.
So it takes the I2S FS (frame sync) and CLK (clock) signals as inputs...
Hi Team,
we are working on nrf52 and we doing encryption of the data.
on the receiver end I can understand if there is connection , the keys will be exchanged and after...
Part - NRF52810-QFAA-R7 Hi, I've tried two chips, reflowed and checked under microscope. I have a connection to the track the pin connects to. Errata is applied via SystemInit...
Hello Devzone,
Here is my issue : I want to have a low power mesh node that can just send message to other nodes. The device can enable and disable himself the mesh stack...
Hi
I'm following the procedure in this link https://openthread.io/guides/border-router/external-commissioning
I'd like eui and cc from the source code in the nrf52840dk...
Hi
I'd like to debug my code from IAR with nrf52840dk.
I'm using nrf5_SDK_thread_zigbee_v4.1.0.
I got this error after uploading the code inside the nf52840 dk
...
I was finally able to get a project to build using Zephyr command line by placing the project within the "ncs" folder where "west build" was recognized. I haven't been able...
Hello everyone,
How to enable TWIM1_NS in an non-secure application?
The option available in "Configure non-secure peripherals" in menuconfig appears only the TWIM2 option...
Hi ,
I am using the code that is built-in and I want to know about the Security manager. I want to see the encryption is enabled or disabled. What is the command? If I want...
Dear Community;
I am trying to read serial data sent by a PMS 5003 in hexadecimal. If I connect the PMS 5003 to a conventional serial device (Raspberry) this is what I...
Hi, I've recently updated to the latest NCS repo. I'm not entirely sure what version of NCS i was on before (perhaps if you could tell me how to check - as i made a copy of...
Hi, I am following the below link for creating custom services/characteristics. https://github.com/bjornspockeli/nRF52-Bluetooth-Course 1-I have added the notify part but...
Hi,
I am working on the MG996R servo and MG90S with nRF52840.
I am using the following delay logic to operate MG90S. (As per datasheet)
MG90S is working perfectly fine...
Hi ,
Just one question.
I am trying to create services using hrs examples and its useful.
Currently one question I have that ,
the battery indicator is only notifiable...
Using: Windows 10, nRF Connect v3.5.0, nrf v1.3.0, zephyr v2.3.0
I have a board based on the Thingy91 and the Asset Tracker application. I verified serial console output...