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...
Hi
I am currently developing using GPIOTE, TWI, and TIMER.
There is no problem when TWI is only working, but when interrupt (GPIOTE, TIMER simultaneously) occurs, TWI...
Background : We developing lighting product and planning to use nRF52833 module and we planning to use the latest SDK version that is nRF5 SDK for Mesh v5.0.0. First step...
Hi,
We're doing some testing of mesh protocols and their latencies using the nRF5340 DK. We want to isolate the wireless communication from interference as much as possible...
Our project uses nRF Connect SDK v1.5.0. Two main developers work with the files in very different environments.
I am not sure if this was an accident of initial development...
Hi,
I am currently running a custom bootloader I found that updates via SPI. I have 2 nrf52840 DKs that are programmed as an SPI master and a SPI bootloader. I have been...
After developing with an nRF52 832 DK (pca10040), our code builds and runs fine. But when we try to use the same code on the nRF52840 dongle it does'nt work. We added flashing...
periodic_adv sample is not working with nrf5340dk_nrf5340_cpuapp
it is working for nrf52840dk_nrf52840 after adding CONFIG_BT_LL_SW_SPLIT=y to proj.conf
Here is the log...
My problem is the that on some devices the ScanResult.getDevice() or ScanResult.getScanResult() both return null on some devices but works fine on most.
This is probably...
Hi folks,
I want to calculate the timestamp for which my thingy 52 board was scanning from another thingy 52(may be more than one board). Is there any technique to get the...
I am confirming ADC sampling 420Hz operation by following question.
https://devzone.nordicsemi.com/f/nordic-q-a/69096/1khz-or-more-adc-sampling-rate-over-ble
The source...
Hello,
I am using the nrf9160DK and I am implementing on zephyr.
For my application I need to write to an external flash memory through I2C. I need to write one page at...
Hello
We are using the NINA-B1 on one of our products.
The phone application is working 100% and was very easy to setup.
Till we came to connect our frontend to...
Hi:
we set p21 as Hardware Reset Pin by config UICR.PSELRESET[0] = UICR. PSELRESET[0] = 21
when we use these code to check halt state, but always get DBG_HCSR zero value...
Hello,
I am attempting to install the nRF Connect SDK v1.5 on a Mac Mini with Mac OS 11 with Apple M1 Silicon per the instructions:
https://developer.nordicsemi.com/nRF_Connect_SDK...