I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Dear reader,
I am currently working on a project involving the NRF54L15 microcontroller. In the specifications of the MCU, under Circuit Configuration 1 for QFN48 (QFAA...
Hi I’m looking for some advice on what may be drawing power from the thingy 91x.
I have measured the power consumption of the nrf91 the nRF 5340 and the nRF 7002 using the...
I want to use P0.13 for ADC reading. However, I noticed that it is already used as an SCK pin in this configuration:
spi3_default: spi3_default { group1 { psels = <NRF_PSEL...
Hi!
I’m currently setting up multi-image DFU on the nRF5340 using external flash.
By following the official documentation and samples, I managed to get it working correctly...
I am trying to get a WiFi project working using the nRF52840DK and nRF7002EK . I use a 3.3V power source that is supplying power to both nRF's in parallel. For the nRF7002EK...
I'm getting timeout errors when trying to program a Thingy:91 with a J-Link Pro PoE on macOS on an ARM Apple M3 Max.
Here's the command and error message:
I get the...
Hi, can you please help me with configuring ras_initiator for channel sounding when using two antennas on the initiator and one antenna on the reflector ? I am starting from...
Hello,
in the bluetooth mesh section https://www.nordicsemi.com/Products/Wireless/Bluetooth-Mesh
It is stated that BLE MESH and BLE can coexist.
However, I don't find...
I am trying to set up continuous integration using the docker image for NCS v3.0.2 as described here: https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/scripts/docker...
Hello,
While working with a custom board with nrf5340 and instead of DCDC inductors, has voltage regulators. Why does CONFIG_SECURE_BOOT lock up the custom board but not...
Hello,
I managed to run the examples for nrf54l15 channel_sounding_ras_initiator.c and reflector on my custom hardware boards. I changed the overlay files to use my own...
Hello NRF Community, I am trying to interface the Adafruit PDM MEMS Microphone (Link: https://www.adafruit.com/product/3492) with my nrf52832dk. However, it fails every time...
In NCS 3.1.x it is now necessary to generate code using the .matter file during the build process. However this is failing on Windows because there is a typo in the chip_codegen...
Hi, i am looking for basic start up parameters for a 24L01.
I do all my programm in assembler (sorry i am old).
what i aim to do is simple TX-RX, like a small remote...
I followed the steps below to set up my development environment, based on the instructions from link
Setup 1 1. Installed SEGGER J-Link v8.56a Path: C:\Program Files\SEGGER...