Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
I'm encountering an issue while trying to use the CAF LED module with the nPM1300 PMIC. Despite configuring the Device Tree, prj.conf, and led_state_def.h, I'm still getting...
Hello,
Currently, Nordic only provides an Android/IOS Application (Device Manager) for firmware update and other (Zephyr) functions.
For Windows, we currently rely on...
Hi,
I am using a nrf52840 dongle for sniffing the bluetooth connection between 2 devices. These are the wireshark logs
What I could see is it initiates the pairing with...
Hi All.
Trying to complete Lesson 6 Exercise 2 from the course nRF Connect SDK Fundamentals made by the DevAcadeny, I connected the Thingy53 to my computer through USB-C...
Hi,
I am migrating from nCS v2.6.1 to v2.9.0, my workspace builds fine on v2.6.1 But on v2.9.0 I am getting the below error:
This is being generated as my main.c has...
I am developing a BLE application on the nRF52 platform using FreeRTOS. My application involves custom BLE services and characteristics, and I am encountering a hard fault...
I download uart sample from Nordic developer zone . at devzone.nordicsemi.com/.../is-there-a-serial-port-profile-for-ble
Because you had build the uart profile and iOS...
Hi,
I just started with the nrf 51822 eval kit. I've used keil before and am using the evaluation version. The Blinky example compiles, uploads and can debug fine (step...
Hi everyone:
by default , when a port(Port0) setting to output mode.
when i want to read the port(Port0) ,
i will get the port Output state. but at the nRF51822(NRf6310...
I have the nrf51822 eval board and I am just trying to download the blinky project. I have followed the quick start instructions in the nrf51822 user guide but every time...
Hi
In Desktop 2 v1.0.4, did you consider the debounce as keyboard buttons were pressed or released?
How long is the debounce confirming time? Thanks.
Jeffery
Hi, my name is nils. I am trying to develop on the nrf51822 eval board. I use eclipse an gcc with the j-link under windows 7 to programm/compile/and flash. I got it to work...
Hello,
We are working in the field of Electric Bike Propulsion Systems.
We want our motor to be able to communicate to I-phone/Android phone on Bluetooth.
We are searching...
Hello Nordic experts,
I can find current consumption in standby mode data from nRF24L01plus datasheet.
But it seems standby mode current consumption is not mentioned in...
We would like to be able to communicate with an nRF51422 target system from a Windows host. (for target signal processing algorithm debugging ).
Our previous system used...
how can I program SPI to select more than only one slave device with any GPIO ?
SPI Routine "spi_master_int" can select SPI0 or SPI1 only with one dedicated GPIO as Slave...
I want to know the EXT interrupt (GPINT1 & GPINT0) can use at the same time. When I use the GPINT1 & GPINT0 at the same time,only one is OK the other is faile.