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,
I'm running one advertiser and one scanner at the same time, and I want to change the data inside the advertise packet, every advertise. Looking at the forum and...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi all, Now I'm working secure bootloader in sdk12 for these I installed the nrfutilv1.5.0 by following nrfutil user guide
link text
while I'm creating .zip files it...
I've seen similar questions posted, but none that match my situation exactly and those solutions did not work for me.
I'm using the pca10040 dev kit, which I connected...
For the radio peripheral, if I use a shorts (shortcut) from END to DISABLED states, is EVENT_END still set? Because I enable an interrupt on EVENT_END, but not on EVENT_DISABLED...
Does anyone know how to remove all Nordic software and clean out all registry keys?
Installed mastercontrolpanel.3.9.0.6.x64.msi and all is working great with the RF Dongle...
Hello together,
i have a question to the uart hardware communication.
I try to send 6 bytes from the nRF51 DK, S130, SDK12 (p0.09 tx) pin to another hardware rx pin.
...
Hi,
Trying to add DFU service on the new SDK, but when compiling getting this:
compiling nrf_dfu_flash.c...
..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_flash...
I'm using SDKv12 S132v3 on nRF52 peripheral device. I have characteristic with following security setup:
char_add_params.read_access=SEC_JUST_WORKS;
char_add_params.write_access...
Is it possible that a crash in code can prevent connection by SWD to an nRF51822?
As I had an instance this morning, where after uploading, some code to a smart watch,...
I'm trying to use a 32 bit service UUID, but it doesn't seem to be supported by SDK 10 or SDK 12
Looking in the HRS it has this code
BLE_UUID_HEART_RATE_SERVICE, BLE_UUID_TYPE_BLE...
Hi,
I am using App Timer for measuring time and at the same time while loop to check if the timer reached particular time.
I have noticed during while loop App Timer...
Hi,
I'm using bootloader from SDK v7.2 When the application jumps to the bootloader (through NVIC_SystemReset), the call sd_softdevice_vector_table_base_set returns SVC_HANDLER_MISSING...