Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hello,
I'm using the NORA-B106-00B-00 (nRF5340) on a custom PCB board. I can program the board, but there is no output i.e. print statements coming out of the board...
I build contact sensor example (use nrf connect sdk v3.2.1, nrf52840 chip) and try commissioning with apple home kit (use homepod mini), device commissioning succeed but cannot...
Hello! I'm currently working on a circuit design where weight and size are critical factors. Could you please tell me the minimum dimensions and weight of this chip? Thank...
I've made a new project as I had to change some hardware than the previous one.
The code seems fine, but I'm not able to load the libraries in the project.
A red underline...
When an ESD shock to the PCBA causes the nrf52840 to reboot, what reset code should we expect to show up with hwinfo_get_reset_cause()? RESET_BROWNOUT?
Using Zephyr NCS...
Hi! I am trying to use the LE Audio application and one of the samples in it, by including the necessary source files, and Kconfigs in my project. On the network core, I am...
As per the doc , when I use a smartphone (the base version is Android 12) to touch the NFC antenna, I should see a pop-up window:
3.Confirm pairing with ‘Nordic_HIDS_keyboard...
Is it possible to promote my project here: complete Zephyr development environment running solely on Raspberry Pi 4 Bookworm OS? If nothing else it does provide information...
Hi There,
During the transmission and reception performance test, I found that the LE1M's maximum sensitivity was only -92 dBm, while the LE2M's maximum sensitivity was...
Hi,
we have a Gateway board that uses the nRF52832 with the nRF21540.
The firmware running on the nRF52832 is a slightly modified version of the HCI UART sample found...
I have a problem with timer 3 of nrf52820.
It concerns a trailing edge dimmer implementation based on timer 3. A gpiote is used to sync the zero crossing.
I use ppi...
Dear Nordic-Team,
I designed a custom PCB using the nRF9151 as the host processor, the nRF7002 as a Wi-Fi companion, and the nPM1300 as the power management IC. The Wi-Fi...
Hello,
I encountered a strange behaviour on a nrf52832 : - I flash a a debug firmware (with debug optim in build config) : I can run debugger and add breakpoints - I stop...
I am developing an application that uses NCS2.8.0.
For FW updates, the nRF52833 USB ACM bootloader is enabled.
However, there are some problem.
My device has a battery...
Hi all hope you all are fine and doing well.
I am trying to use the Soft UART (uart-bitbang.c driver) on nRF52 DK for a low-speed UART connection. The initialization fails...