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...
Hi,
I am trying to make an empty custom service by following this tutorial from Nordic
devzone.nordicsemi.com/.../ . However I am unable to get the service to show
up...
Hello comunnity,
I am trying to read, write and activite notification from my server using a central device. The problem is when I use more than 2 times, I got an error...
Hi,
Ive been having a problem connecting the phone directly through setings to the nRF51822 chip. I'm doing evertithing in mbed. When i connect the chip via the "nRF Connect...
Hello , i'm trying to implement the OTA DFU function in my custom designed board. I'm using NRF52 series. I started by flashing the flash I uploaded the softdevice132 v2 via...
I am using saadc to periodically sample a voltage (per about 12 seconds). The voltage cannot be shutdown and always is a value neigher zero nor VDD (1.25v, 2.5v, 1.0v, etc...
Hi,
I'm wondering if the DTM mode can be entered over the air interface on nRF bluetooth products, as specified by Core4.2 [Vol2 Part C] 4.7.1 Activation and Deactivation...
Hi,
I am looking for an solution which requires to have an BT dual mode(Smart Ready) SoC. As i require the high data rate of 2.1 and also require support of BLE 4.0.
...
HI ,
I need to interface particle measurement sensor with nrf52832. I am using S132 softdevice and SDK 11.0 for my application. I need to send commands to sensor to take...
Hi,
I feel myself a bit silly...my nRF52840 board was working the last few weeks nicely, it was visible both in nRFgo and Keil. I had the board some time in button cell...
Hello, after downloading my user app using keil, I can't seem to erase the whole chip.
This is what I'm trying to do:
erase the whole chip (nrf52840).
program S140...
Hello, when migrating a project from nrf51 to S140 nrf52840, I got an
"Error: L6218E: Undefined symbol app_error_fault_handler (referred from softdevice_handler.o)."
...
Hi,
I am quite a beginner about nrf51822. I understand that I can get RSSI during advertise mode before pairing. But I am not sure I can get RSSI after pairing. Can I get...
Hi, everyone.
Now I have found some posts about the development enviroment on Mac OS X. But none of them describes clearly how to setup the development enviroment with an...
We are trying to get serial bootloader (DFU) working. I compiled a debug version of the experimental_bootloader_secure_serial in SDK13.0.0 to see what really happens there...