Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
When I click on flash, to flash the blinky program onto the nRF5340 DK board, I get this error message:
FATAL ERROR: required program nrfjprog not found; install it or add...
Hi
I need to send data from nRF7002 to external CPU(STM32) use UART protocol, for HW nRF7002 P0.20 connect STM32 RX and RF7002 P0.22 connect STM32 TX, I try to use exercise...
Hii,
i used nrf5sdk and i am trying to scanning i2c address of Sensirion sgp40 Sensor but unable to sacn i2c address.
I try SGP40 sensor with arduino code its work correctly...
I have tested NPM1300-EK with NRF52840DK and it works.
However, I am using other MCU with NPM1300 but it is a non -zephyr project.
To work with NPM1300, I have tried...
Hi,
I am using nRF7002 DK. I have set P1.04 as UART RX. For testing I am using TI CC26x2R1 Launchpad to send UART data to nRF7002 DK. I use a logic level shifter board to...
Hello,
I am currently trying to connect an external hardware codec and amp (Adafruit MAX98357 I2S Class-D Mono Amp) in order to play audio via BLE Audio and I2S using...
I have an NRF9161DK 1.0.0 , I was trying to do some wiring but the sensors didn't work, then I noticed that the board delivered 1.7v.
I tried changing it to 3.3v using the...
Hi,
My NRF52840DK ( pca10056 1.1.0 2019.9) would not reset when I press its Reset button. The issue is very similar to https://devzone.nordicsemi.com/f/nordic-q-a/38555...
I have new Thingy 53. Default Edge Inpulse demo works without any problem. But I have problem with Weather Station demo.
First I tested Zigbee version. After flashing using...
Hi,
What is the minimum LDO dropout voltage of nPM1300? For instance, in order to get 3.3V from the LDO, what is the minimum input for the LDO ? On the datasheet there is...
Dear all:
I have prepare env for border router successfully following this link( developer.nordicsemi.com/.../tools.html , Raspberry Pi4 and nRF52840( RCP: radio coprocessor...
I have a customer that wants to provide me with .a file for some confidential algorithm they want to run. I am tasked with implementing this into my firmware.
Using the...
I can't seem to get the FIFO to work and I think it is because I'm not dereferencing the consumer thread properly. I have reviewed the nRF Connect SDK Intermediate, data passing...