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 created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I am interfacing nrf52832 with TI TRF7960A using SDK 14.2.0
According to Application Report ( http://www.ti.com/lit/an/sloa140a/sloa140a.pdf) ,
when receive data, SPI...
Stuck at square one I'm afraid - I can't download the nRF5 SDK...
I've tried many times to download the SDK from this link: https://www.nordicsemi.com/Software-and-Tools...
I am trying to flash a hex file with the XIP address offset into the QSPI flash(MX25U25645G) by nrifprog, the memrd command is working since I can read the data that the firmware...
Hello!
I'm trying to add bonding to my DFU. The DFU without bonds works perfectly but when I set #define NRF_DFU_BLE_REQUIRES_BONDS and NRF_SDH_BLE_SERVICE_CHANGED to 1...
Hi ,
I am a begineer to nRF24LE1. I am looking for application notes, books, tutorials on nrf24LE1. I have found some application notes in the documentation they are either...
I want to do a auto dfu tool, so reference the Android nRF Tool Box DFU code, the Android dfu library version is 1.8.0, firstly click select device button, it can scan the...
Context
I followed these tutorials (which are great btw) and adapted them to have 2 custom services:
Nordic UART Service (as provided in examples, no modification) ...
Hi,
I am using the system off power down mode in my application to keep the device in sleep mode and it works most oif the time. but sometimes it will restart immediately...
Hi team,
One of my customer wants to evaluate the design of Thingy52, using PWM output & H bridge to power the speaker. But as for audio related issue, they are asking if...
I'm the beginner of NRF52832 SDK 15. I try to advertising my sensor values to iBeacon using this example code ble_app_beacon, but i don't know how to adding my sensor values...
Hi,
We want to subscribe the provisioner in the serial example to any state changes of light_switch server. The light_switch server will publish this to a specific group...
Hello,
I'm implementing the Generic Level Client Model, with Mesh SDK 3.1.0. When I use the generic_level_client_delta_set() function, the level model is set to retransmit...
Hello all,
I am working on BT832A in which nRF52810 is used and i used segger studio for programming in windows 7. I am refer nRF52 SDK 15.2.0. And i am load program through...
Hi, guys!
Since the nRF52 DK's support NFC,
I was wondering whether it is possible to provision an nRF Mesh client/server using NFC and a Google Android phone.
I just...