Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I found a link
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/overview/integration.html
which says MATTER protocol support is available with nrf...
nRF5280, nRFSDK 17.0.1, SoftDevice 7.2.0
The nRF52840 data sheet describes the RADIO->FREQUENCY register this way:
And describes the legal values for it in this...
Hello,
I have an application running with a BLE peripheral and our proprietary TSCH wireless stack using an integrated radio. The hardware sharing is done through the MPSL...
It seems like most or all of the sample code contains README.rst files as their documentation. What is the preferred/suggested way to view these in rendered (i.e. not raw...
I am trying to connect an MX25R6435F NOR flash on a custom PCB to an nRF52832 running nRF Connect SDK v2.8.0 using SPI. I am currently using the devkit devicetree with some...
Hi. I'm trying to flash the Cell Fund Lesson 4, Exercise 1 app – Reading buttons and controlling LEDs over MQTT, to an Icarus IoT Board v2 using the Actinius I/O Serial Programmer...
Hye,
using the nrf 2.4.2 toolchain
i have an unsolvable problem about ble on a nrf52840 based project with imu, i2s strip led, buttons, spi speaker...
i have a classic...
Hello,
We are looking at using the DTM sample firmware for BLE tuning in a form-factor version of our product. Unfortunately, the only GPIO pins we have exposed are SWDIO...
I am using the nRF7002DK development board, which features an nRF5340 as the Host MCU for the nRF7002 chip. I am testing the " Wi-Fi TWT Sample " sample project, which allows...
I have designed a PCB using the nRF52840 microcontroller and the MAX30001g ECG sensor. The sensor requires a 32.768 kHz clock signal via its FCLK pin, as shown in the attached...
I believe I have discovered a bug in the SLM firmware. I am using SDK v2.6.1.
When running the nRF9160 in MQTT datamode, we are encountering an issue where the slm_quit_string...
I have successfully setup my nRF51822 chip with Wireshark to capture BLE packets, using the 4.0.0 release of the nRF Sniffer software (extcap folder). However, the capture...
Hi,
I am currently using nRF Connect SDK v2.5.3 and want to update to a newer version, because I want to create a board definition and I want to do it in HWMv2.
Even though...
Hi! Recently, I tried putting my nrf9160dk into SYSTEM OFF mode. The code instantly puts it into SYSTEM OFF mode and waits for a gpio interrupt. The problem however is that...