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 read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
Hi,
I'm developing an application on Android based on nRF_UART apk source, but i'm having trouble in connecting to two BLE devices. Actually, i think i could manage to connect...
Hi,
I am trying to use BSP button event to take the system into sleep mode. A long push turns off IO and calls power management shutdown and the same button is configured...
Hello community!
I use the dongle PCA10059 (nrf52840) for my hardware. I already enable -DARM_MATH_CM4 and link library libarm_cortexM4lf_math.a with CMake. I can include...
Hei,
I am following the Install the toolchain section and after running
choco install python
the step does not verify because it does not find pip3.
'pip3' is not...
One of our resellers is requesting a classification code for the RF protocol. We use a Proprietary RF protocol based on ESB (Enhanced Shockburst). Is there an IEEE or a different...
I am experimenting with trying to improve the current range of gzll nRF52840 dongle to dongle (which is not that far from what I need). I am developing using nRF5_SDK_15.2...
Hi,
The top level page nRF5 SDK Documentation Library page ( https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/index ) contains a link to "S140 SoftDevice...
Hi,
I am trying to implement the DFU example from Mesh 3.1.0SDK and 15.2.0 SDK. I am following the process mentioned here .
I am using a MacOS for development.
I am...
Hi
I am using device manager and store connected devices value on next advertise device should be broadcast as bonded
static uint32_t device_manager_evt_handler(dm_handle_t...
Dear Nordic :
Our mass-produced smart trainer( 16M external oscillator, 20PPM ) supports ANT+ FEC and ANT+ Bicycle Power , so there are two channels alive wtih 4Hz frequency...
Dear Nordic :
Our mass-produced smart trainer( 16M external oscillator, 20PPM ) supports ANT+ FEC and ANT+ Bicycle Power , so there are two channels alive wtih 4Hz frequency...
Hi,
I used nRF52840 dongle device to run BLE multi-link Central and nrf52832 to run BLE Blinky example to test the communication of 20 nodes. How can I set and verify that...
I am making a BLE device that uses 7 ADC inputs. Most of the inputs need to read at 1hz or so. Two of these inputs are of interest
The first is a heart-rate signal that...
Hi,
I want to measure ADC for 3.3V
Using formula
RESULT = [V(P) – V(N) ] * GAIN/REFERENCE * 2 (RESOLUTION - m)
Rearranging eqn:
Vin = ( RESULT*REFERENCE)/(2 (RESOLUTION...