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...
Hello, do I do it in some sort of system initialization function? That would be really strange because that's not the case with example projects, or do I do it using nrfjprog...
I am using PCA10028. I am not able to verify the output for given examples of SDK 12.2.0 that require master emulator or UART.
I have the pin 0.30 connected to ground as...
nRFready Smart Remote 3 nRF52 v1.1(PCA63519)
SDK: nRF5x SDK v12.2.0
IDE:Keil 5
Hi,I am trying to flash the whole package of SR3.
1.Flash the s132_nrf52_3.0.0_softdevice...
I'm changing the DEVICE_NAME macro in the example and then flashing but for some reason when I scan for available Bluetooth devices, the device always turns up as Nordic_UART...
Hi All,
Can one safely assume when sending a packet to a destination address using the ping command in the CLI, that the payload echoed back is the payload transmitted...
mainc.txt
we can use INTENSET to enable certain events on the radio as in line 460 in mainc file attached. But how to enable this on the radio as a whole.
I basically...
Hi Nordic,
I am trying to enable the DC/DC converter on a QFAAH10 (revision 3) .
I am using the s130 v2.0.1 SD .
----------
1. sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE...
Hi,
If I configure the radio notification to ACTIVE and then set a DISTANCE of 800us, is there any way that I can configure PPI to toggle a pin for example?
I know that...
We are applying the CE certifcate for a product using nRF51822 and softdevice S130. Certification lab requires us to fill in below techanical questions. Please help to answer...
Hello, my program stuck at these assembly codes:
I decided that it was stuck because I keep pressing F11 and it just go around in circles in these 4 lines.
So:
...
Can't I connect to device that hasn't been discovered yet??
I'm trying to connect one device( A ) to another device( B ) which ADDRESS is known but never discovered yet...
Hi there,
We're looking at doing something with beacons so that we can make use of the way iOS handles scans for them in the background differently to other peripherals...
The debugger does not work with the latest GNU toolchain for ARM Cortex-M build. It throws the following error on Eclipse:
Could not determine GDB version after sending...
GPIOTE Library makes my Board(nRF51422-QFAC) Brick??
I just build my nRF51422 Board, and It's pretty working well before I've used GPIOTE Library.
Before using GPIOTE...