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'm trying to implement DFU-OTA (Bluetooth transport) for our custom board and currently i'm facing problems in flashing the different elements (softdevice, bootloader, application...
I need to implement a PWM analyzer. I looked at the example in SDK 6 and it's fairly easy to follow. When I tried it, it doesn't look like GPIOTE handler gets called frequently...
I'm trying to backport the code form SDK 9.0 to SDK 7.2,
but i need to make sure that can be supported.
I found the "ATT-51", and there is a table about that,but the last...
ble_dtm.c has some bugs related to signed integer representation which prevent negative power (less than 0 dBm) from being requested in the vendor specific message.
...
Hi, all.
I'm using "SEGGER_RTT_printf" for debugging. Because have no uart port on my development board.
I want print double type variable like below.
double pi...
I am currently trying to communicate with a GPS module using the UART on an nRF51422 (using the Dynastream N548M5CB module). I am using SDK v9.0.0 and the FIFO version of...
Hi,
I want to send a continuous stream of data very quickly into the nRF51 through SPI and then dispatching it to a smartphone via BLE.
However I keep getting BLE no...
Hello
When i am in keil uvision 5.18 and use the pack installer all the examples using Softdevice S110 are gone in Keil. Is this a known issue and is there any way to solve...
I followed the instructions and comments in devzone.nordicsemi.com/.../ . I built a project around the ble_app_gls example (with a couple of minor changes such as using -DNRF_LOG_USES_RTT...
Hi, I would like to program nRF51822 flash over SWD interface. I have another micro LPC1100 series that has the flash image for RF51822 and connected to nRF51822 over SWDIO...
Hi,
It is written in the nf_drv_uart.h file for nrf_drv_uart_rx_abort() that
If Easy DMA is not used event will be
called from the function context. If
Easy DMA...
Dear All,
We work on the NRF52 CSP revB. We have a board with two external crystals (32MhZ and 32kHz).
When we use the example program with BLE and UART, it works great...
Hi,
How can i get time stamp from RTC1 timer? While i am using app_timer + Softdevice?
Or any other way
Thanks and Regards,just to get timestamps from timer?
Faizan...
Hi,
I added DFU function to the example of ble_app_hids_keyboard according to ble_app_hrs_dfu.uvproj.
Test environment: nrf51822_xxAA, SDK_v6_1_0 and S110_v7_1, before...