Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
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...
What is the operating temperature range for the Nordic Thingy 52? I cannot find it anywhere in the documentation, but there is documentation on all its other sensors.
hi,
After the TX interrupt event occurs, on_radio_disabled_tx() is executed.
There is a timeout event for receiving an ACK. I noticed that the timer timeout was set...
Hi
I'm a bit unsure as to how to interpret the documentation. It's my understanding that zephyr v2.4.99 is an unstable development release. But it seems to be the only release...
Hello,
4-byte long SPI messages, "1234", are sent to nRF 52DK. The code in DK is attached below. The XFER_DONE event is created before the message ends, which happens very...
I thought this would be rather simple as I would design a BLE peripheral in the usual way but the source of data for the peripheral comes from a sensor sending nonconnectable...
Hi,
I am exporting SAADC example to NRF52840 Dongle and I can see this structure:
/** * @brief Input selection for the analog-to-digital converter. */ typedef enum { NRF_SAADC_INPUT_DISABLED...
Hi,
I get read service content retained after reset, and it is read by the central before I get the chance to change it. Please advise how to clear it upon restart.
Thanks...
I want to create two switch EP(if it is possible I would like to it as much switches as possible).
I am using WIndows 10 with Segger and nRF COnnect SDK v1.5.0.
I tried...
Hi, We're trying to simultaneously run BLE Eddystone and connectable mode in our application. Our device is advertising it's ID but every time I try to connect via BLE from...
Hi Team,
regarding my application I need to switch the reference voltage we are taking two deferent reference voltage Ex: one for 2.25 and another 0.75 so we have requirement...
Hi,
I am working with nrf52-ble-app-uart-relay example taken from Nordic Playground github. I have SES IDE, nRF5_SDK_16.0.0 & nRF52840 DK. The central part of the relay...
Hi
Having the nRF5340DK board and following few examples from the nRD SDK Connect. After programming the application core, need to program the network core using the hci_rpmsg...
Hi, I already read more threads about this issue. How to program the nRF52840-Dongle. Most threads go to far in details, where my knowledge ends... I just want to run a simple...
I am trying to include software support for the ST LIS2DE12 accelerometer chip which is found in V1.5.0/zephyr/modules/kconfig.st as
config USE_STDC_LISDE12
bool
V1...
Hi,
I'm looking for the source code to the program that came on the Thingy91
I have not been able to find the source anywhere in the documentation
or sample code....