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...
What is pinout for nrf51822QFAA ?
Everywhere is description Generals Purpouse and I don't know which pin is I2C or SPI.
I don't want long find in example source codes.
Am Working on android application where the Requirement is User will get a Notification about firmware update having YES or NO options.If the user selects the YES options...
hello,
I want to make a beacon with NRF51822 chip.
But now i have a trouble:
In normal working mode, after i stopped the advertising with sd_ble_gap_adv_stop() ,i cann...
Hi,
I am working on one project.
The background I use now is using SDK14.1 and SDH version 5.0.0-2.
The tool is using Keil.
I wonder if I can use two USB descriptors...
There's a serialization library for the soft device, but it's not clear whether the NFC library can be used via this interface: github.com/.../pc-ble-driver
Hi,
I'm following instructions for testing Thread Secure DFU example and I can't get this working. I think there's a problem with client application. LED3 starts being...
Hi,
I want to change my gzll receivers from NRF51 to NRF52. But I've done some performance testing to see if it is really necessary. And here is my problem:
When using...
Can we update DFU firmware through cloud. without selecting the zip file present in Internal Storage of Phone.
In nrf connect app present in play-store its asking ZIP file...
Hi! I use ICM-20602 motion sensor that is similar to MPU6050. Its communication type is also I2C.
I made I2C wrapping module for ICM-20602. In the module, I added i2c_write_byte...
Hi,
I searched devzone and it looks like the Nordic mesh PB-GATT will be available sometime this year. However I'm wondering if it's possible to use Silab's BLE mesh Android...
Hi,
I am using nrf52832 sdk11.0.0 s132 v2.0.1.
In my code app_timer uses RTC1.I want to use RTC2 for counting 1 minute without disturbing the ongoing functionality....
I'm trying to send a string of bytes from nrf51822 to an android device.
I'm using notification.
There will be potentially thousands of data to be sent from nrf51822...
Hi All,
In our use case ,we have connectable and non connectable mode(beacon). As i understood we have to use 2 different channels to advertise the data. can any one help...
I'm working on a BLE Peripheral device with a GATT Server based on Serialization (SPI) and STM32. The Peripheral device also has a BLE Central Device to connect to another...
I have a nRF52832 reading sensors periodically using SDK14.2. The device uses a custom BLE service to upload the data to a mobile phone. That all works great, but now I would...