We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Hi,
This time I am trying to work out the UART example.
I got it to the point where it is advertising, but the advertisement is wrong.
When I check with an Android...
Hi,
I have not yet experienced well on the design and development an application using nrf51 series. Your help will be very useful for my work. My question is as following...
Hi,
I have some problems with functions sd_ble_gap_disconnect and sd_ble_gap_adv_stop.
I got critical error when i try to disconnect or stop_adv and my phone is connected...
Hello,
In our application we don't allow bonding. Therefore I'm not allowing the application to send peer data to the bootloader using dfu_app_peer_data_set()...Therefore...
In NRF52-DK, I am currently working on NRF5 SDK 11.0.
In examples/peripheral/spi/pca10040/,
The master spi device is continuously sending "Nordic" string every 200msec...
I've submitted my product using nRF51822 chipset for Bluetooth certification. The BQE asks for QDID of proximity profile. Anyone knows about the QDID #?
Thanks,
Hello,
Is there a way to test packet corruption? My setup would be that I have my FW in nRF52-DK. Then I would test communication using nRF51-Dongle. I would like to force...
I want to connect two nRF51822-BKs and find their proximity. If one of the beacons go >5m away from the other beacon then one should beep/LED ON.
What is the best way to...
I have some troubles to understand the system clock functionality.
I am using a Module from Rigado which uses the nRF52 and has an external 32Mhz osc. on board.
In the...
Hi, I use the following.
Raspberry Pi 3 (RPi3 with Raspbian Jessie 4.4) as a router,
RPi3 is connected to a Wi-Fi router to access the Internet by using the built...
hi
i didn't manage to find detailed requirements on the voltage from the chip.
in the spec i see voltage range of :1.7-3.6v
but its not enough data for designing converter...
hi everyone, I am new to developing apps for nrf51822, and currently I want to learn first, I tried to google a lot around and could not look for the right resources, it would...
hi,
I would like to connect hid keypad with ipad,phone5s and android phone(all these have Bluetooth version 4 )but i couldn't connect this.ie, The nrf51822 module advertising...
I attempted to capture a waveform when running the SPI master example on nFR52 SDK/PCA10040. The source code I have as default and showing as follows
#define SPI0_ENABLED...
Hello,
We are working on a project that includes a countdown but we could not able to do it. Simply we want to do this:
Nrf51822 receives a signal-->run our funcion...