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...
I'm doing a more complex application than what I'm showing here, but I've reduced it to the minimum. I'm initializing the RTC subsystem, creating a timer, and starting that...
Hi all:
I use the softdevice 2.0.0 and compile bootloader example with "dual bank" on the nrf52 DK,
Running a system that can using DFU from app then jump to bootloader...
Hi ,
I search and found some of questions on this forum wich speak about enabling and disabling peripheral.
I'm ok with that but i have a question about there initialisation...
I am testing the Nordic nrf51822 chip.
I have rewritten a bootloader example allowing firmware updates via Bluetooth LE (FOTA). A mobile phone will sent the update package...
Hi,
I'd like to transfer some data from my App (using fstorage) to the bootloader (using pstorage).
Given that that the two storage mechanisms are different, how can...
Hello, I've been working on porting a bit-banged control of a peripheral to use nRF51 SPI--which is just SPI rather than SPIM (therefore no DMA). Observe the SPICLK waveform...
Hi guys,
I am developing a project where I have a large group of NRF52 chips together in one room. In their normal state each chip is paired as a BLE peripheral device...
We are working on a NRF52 DK. In the data sheet of NRF52832, there is no mention of enhanced shock burst mode or dynamic payload or multiceiver. Do I need to refer additional...
we're using Mbed for NRF51822. our board using 2 GPIOs interrupt.
problem: the Rise edge did not generate the Interrupt event: set EVENTS_PORT.
I try uisng while, but...
Hello,
I will explain my setup:
I have 2 nRF51-DK each one of them connected via I2C and SPI to two different custom boards. One being the central(nrfA) and the other...
Setup: DK #1 is running native S110/SDK10/nRF51, one service 128-bit w/ 16-bit char:
Service UUID: 0x0xb1ad
Service UUID type: 0x0x2
Service handle: 0x0x0c
Service handle...
I found a discrepancy between a tutorial and an application note.
Step 2.A of "BLE Characteristics, a beginner's tutorial" devzone.nordicsemi.com/.../ calls sd_ble_uuid_vs_add...
Hi,
I tried to familiarise with eclipse environment and i have some problems :
The debug and run button. I searched on google but i didnt found anwser.
How can i define...