I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
We have a new daughter board connected via I2C to an Atmel controller. What we need to do is load the right softstack onto the NRF and then send the needed commands to tell...
Hi Guys,
We have schematic of future NRF 51822 project, who can help us with PCB design? Or who can suggest me where i can do it?
PCB.DXF
schematic.pdf
Hello All,
I am trying to build a BLE peripheral project with RTX OS which is using S110 Soft Device and bootloader is also there in Flash memory region. So when I am trying...
I am just beginning to develop with BLE.I came across the nRFgo Studio through Nordic and BDS through the bluetooth SIG.
1]What are similarities/differences between the...
Hi.
I want to active HW timer with SoftDevice 7.1.0 .
Timer operation is good but I can not stop the timer.
The power consumption is 200~300uA after timer expired ( or...
Hi,
We would like to use NRF52832 chipset for our project, and we need to configure 11 pins as GPIO interupt , Is this possible ? How many pins we can have as interrupt...
I have Bluetooth iOS app communication with my nRF51822. I notice that when I connect the the nRF, the first GATT write event is always the same:
p_ble_evt->evt.gatts_evt...
I am using SDK v11-alpha2 and following the BLE Services and BLE characteristics tutorial.
When calling sd_ble_uuid_vs_add as the Characteristics tutorial asks, I get a...
HI ,ALL ,
i have change the project for the purpose of enter a six digit key at cellphone side to enable the notification with the board(52382).
But when i input the...
Hello, I looked througth the devzone but didn't find direct answer. So created new one.
RM v3.0 states chapter 12.1.19 "Reset behavior" with table. However, it is not clear...
Hi,
I have to check every 10 minutes the battery level when BLE is connected .
I have found in this forum this source : github.com/.../main.c
As the source date is...