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...
Hi, I am working on a project in which the device (nrf52832) needs to be both central and peripheral and it can transmit/receive some commands through UART to set the advertisement...
Hi ,
We are using the BL652 module with your nRF52832 chipset in our important product.
In our product the wireless connection is fundamental and we would like to test...
Hi,
I am using nrf52832 to achieve system-off with low power consumption. Nrf52832 and a rf IC communicate via SPI.
I configured a pin as the wake pin.
nrf_gpio_cfg_sense_input...
Hi, I am trying to use github.com/.../nrf52-ble-image-transfer-demo with Ubuntu 16.04 Using - gcc-arm-none-eabi-6-2017-q2-update - nRF5 SDK version 15.0.0 (nRF5 SDK version...
I use SDK 15.3.0 with the example of USB_CDC. In the example, the virtual com port transmission works only when the terminal sends a DTR signal. I need the DTR notification...
Hi
I am trying to implement DFU to my project. I have done all the steps to generate packages, private and public keys etc. My program now starts at dfu and I can upload...
Hi,
setup: nrf52840 dk, no battery installed (power comes from USB connectors), switches are in default mode (SW9: VDD, SW6: default).
Flashed open_bootloader (dfu/open_bootloader...
Hello,
I'm using S112 V6.1.1 with the Nrf52810. I get a error using sd_ble_gap_adv_set_configure() after a connection. On BLE_GAP_EVT_DISCONNECTED i try to change the advertising...
After testing the nRF9160-DK with all available samples, we decided to integrate the nRF9160 in an own new product and have now a prototype available. And of course some questions...
Hi,
I am using Mac OS and 15.2.0 SDK on nRF52832. I was trying to do BLE DFU following this link . When I was trying to push the DFU zip file, It was resulting in the following...
In following the instructions of the nRF_Sniffer_User_Guide_v2.0.pdf, I'm attempting to use Segger's J-Link software to configure my nRF-51822. The environment is a Mac OSX...
I bought the nRF9160 dev kit and I can't connect to the j-link: JLinkExe SEGGER J-Link Commander V6.30f (Compiled Mar 2 2018 17:30:55) DLL version V6.30f, compiled Mar 2 2018...
Hi ,
In the target hardware I am able to detect the Nordic chipset nRF52480 by flashing USBD application on the chipset using JLINK SWD.
Now I have query related how I...