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...
I started with programming my nrf52 dev kit board with the soft device (v2.0.0-7) programmed using nRFgo, and then bootloader (from dfu_dual_bank_ble example) programmed using...
setup, I have a 3.3 V battery divided down to the bandgap range using a 56k and 10k resistors, so the voltage at the ADC input is 3.3 * (10/66) = 0.5 V,but the fact is 0.498V...
When I run try to generate code for a simple Blood Pressure profile I get a run time error. I'm using Plugin 1.2 with Studio 1.0.2095. Any ideas on how to fix it?
1:25...
I'm putting out this scenario I don't understand, yet, to see if anyone else might have experienced the same thing.
I have a demo with a central and peripheral that bond...
Best Regards,
while messing around with nRF51822 S130, timeslot API and nRF Master Control Panel, we noticed that:
Issue : if a packet is formatted correctly, but the...
Best Regards,
I am developing a firmware version for nrf51822 based on Softdevice S130 (old v8.1) and Timeslot API.
Currently, I can freely transmit and receive packets...
I'm using the NUS service for a sensor design. It was working fine for me. I don't know what is changed, but I experiences the next problem.
When I connect my sensor using...
What is the RF Connector on NRF52 Preview DK? It looks like U.FL/IPEX/MHF but it does not have the central pin. I want to find a converter to SMA. Could you please suggest...
Hello,
I am currently working on a hard metal project involving Nordic product with Bluetooth.
I have to implement Bluetooth Smart for a bare metal project and I've already...
Hi,
I have an nRF51822-based peripheral with S110 softdevice, and it would be handy if I could nose around central's capabilities when it connects my device (I'd like to...
Hi,
At the moment I try to communicate with an external EEPROM. Writing to the EEPROM seems to work. But when reading back the written data, the program breaks... :-( ...
Hi, In my project I need to program softdevice+bootloader+application at a time, for these previously I used mergehex tool to merge Softdevice, Bootloader,application and...
Hi, I use nrf51822 with SDK9.0, gcc with makefile, and soft devices S110 or S130 on Windows. I would like to learn how to load firmware using the wireless DFU app from within...
I want to make 4 channel pwm output from the nrf51822 ic. I am using sdk6 and softdevice v7.3. I am able to make 3 channels of pwm output by using the library provided by...