Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Is it possible to configure SPI Master API to send multi-byte words?
My peripheral expects transfers in 16-bit blocks (CS goes low, 16 bits are clocked in, CS goes high...
Hi guys,
I'm going to start the development of a new project based on nrf52832 and I have to decide the firmware architecture and APIs. Designing the support for the Nordic...
I am using a digital microphone using i2S interface with the following signals: BCLK (bit clock), WS (word strobe), SELECT (select for Left/Right) and SDOUT (digital data...
I received that error using master control panel version 3.7.1
While using the last nRFgo Studio (1.21.2) it tells me JLinkARM.dll is not correctly installed. Please run...
Hi! I need to sample and send adc values using ble_nus to read it on an android device. I am using nrf 51DK and SDK version 10.
I tried the below two codes but they are not...
I have a NRF24LE1 transmitter transmitting 10 bytes of static payload every sec.
While I have a Receiver which is NRF52-DK. It is receiving the payload that is sent by...
Hello,
I am working with the nRF52 dev Board and the question arose whether it is possible to interface the nRF52 chip via the virtual com port?
The block diagram in...
Hi, I have problem when change S132 V2.0 to V3.0.
SDK : nRF5_SDK_11.0.0_89a8197
I download s132_nrf52_3.0.0.zip and replace all files in nRF5_SDK_11\components...
I want to know if it is normal to have different hex files after compiling the same project from each one in a different PCs using the same IDE Keil ?
That's really strange...
Hello all:
I am running a nRF52832QF AAB0 pca10040 board with SDK11 in Segger embedded studio.
I followed the 'getting started' tutorial.
After pressing button 1, I noticed...
Hi
is there a possibility to make nrf.exe work under OSX? Is my understanding correct that it is actually written in python, hence, should be portable to mac osx or linux...
With softdevice version 2.0.0, the sd_ble_gap_address_set is used to set the address to one of the four address types, and sd_ble_gap_address_get is used to get our own current...
Hi
Sometimes the nrf the central does not accept my connection interval of 7.5ms. I want to disconnect nrf51822 when the correct connection interval is not negotiated with...
I'm in the process of integrating the DFU features in our application. I am using the following tutorial as guidance (the section is called "Including DFU files in your application...