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 am hoping to pass data from the nRF52840 to the nRF9160 over UART_0, on a custom PCB. For context, the aim is to pass data at a rather quick rate and good reliability. The...
HI,
I want to make a receiver to get BLE packets on any channel.(NO SOFTDEVICE)
I fail to fullfile it yet by reading <nRF52810_PS_V1.3.pdf>.
Any other hands can give...
Hi,
I am working on the asset_tracker application example on a Thingy:91 device. As I understand it, to activate the GPS it is necessary to keep the button pressed for a...
Hi,
In nrf9160 I want to check the communication of LTE device.
I have installed nRF Connect for Desktop, Getting Started Assistant, LTE Link Monitor, & Programmer.
...
Dear,nordic:
Please help me solve the exception encountered during the MQTT connection
SDK : ncs v1.2;
samples : asset tracker;
path : ncs\v1.2.0\nrf\applications...
Hello everyone a basic question but just to be sure.
I would like to make a custom board and I want to program this board with segger Embedded studio, should I just have...
Hi!
I managed to get the device connected to the nrfCloud and started receiving messages from it.
Anyway, the embedded antenna cannot catch the signal very strongly. Can...
Hi,
I am trying to test the asset tracker code on the nRF9160DK from the precompiled hex files from [ images_dfu_hex/nrf9160dk_asset_tracker_dfu_2020-04-29_bc7ade8b.hex...
It was my idea to compile the mqtt_simple vom v1.3.0.
I spend now one week with your sdk. I tried it with SES and also with command line. Absolutly nothing worked.
The...
I am using a nRF52840-PCA10059 dongle to acquire data at a high rate (between 50Hz and 400Hz).
The connection is very unstable, after some seconds of acquisition, it sort...
We recently bought four 'nRF 52840' dk boards, and are trying to do board to board (non-mesh but single) wireless connection. However, there are just documents of mesh-communication...
Hi all,
I'm running into trouble using openocd to flash code onto the nrf52840 and then step through it. I'm running High Sierra (although I doubt that's important), and...
Hi, I'm designing water meter modem using the nRF52840 + nRF9160. I will apply nRF52840 as a HOST CPU and the nRF160 contol by nRF52840. (please refer to picture.) Which Interface...
I have developed an app with DFU using SD s112(version 5) for custom NRF52810 board.
Q1: I want to update SD s112 to version 7. is it possible ?
Q2: how ?