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 noticed (as highlighted in screenshot below) some of the IP based BLE projects under “Experimental: IoT Examples” found in all previous versions of nRF5 SDK that I...
Hi
We've recently added FreeRTOS to the firmware of an existing product (primarily to pre-empt big chunks of 3rd-party code over which we have no control and execute them...
Hi,
As discussed, the instructed PCB land pattern for nRF9160 is according to Product Specification:
However, we have noticed that land pattern exceeds nRF9160 dimensions...
Hello ,
I am trying DFU over BLE.I am using SDK 14.0.2 .
i Flashed Bootloader Code and Softdevice 5.0.0 .then Device is Starting Advertised as DfuTarg and As Mention in...
Hello,
i have one nrf52840 board with a coded phy scanner and another sending advertisings, when it are close , i received in the scanner 100% of Advertisings, but when...
Hello,
I'm doing some initial investigation with the nrf9160 DK and after some reading and testing, it's clear that significant part of the low-power capabilities is determined...
Hi, I'm using nRF52 DK (nRF52832), demo code <TWI sensor>. I'm using this slave sensor to communicate with Master nRF52 DK. My code gets stuck at sensor_set_mode() function...
Hi,
I am trying to test the eligibility of updating my project from SDK 16.0 to 17.2 using DFU. I programmed just softdevice and bootloader of SDK 16.0 and made a package...
Hello All ,
I want to use timer 2 of nRF52810..my code is not giving any error but timer is also not going to IRQ handler...but if i made the same changes for timer 0 it...
Hello,
I'm using Seeger Embedded Studio and S132.
I'm trying to include ble_nus.h to ble_app template and compiling. But it gives this error:
2> In file included from...
hi,
I have following setup test cases .
Case 1 DK2 , DK1 Initialized with CLI directly
1a DK2 , DK1 Directly connected to CLI Every Thing Works
1b DK2-to-DK1-to-CLI...
Hi,
I am checking the voltage range on the input pins of the Nrf52832. The specs show VIH is 0,7*VDD and VIL is 0,3*VDD. I'm using the Nrf52DK, which has about 2.8V VDD...
Hello again,
This time I am trying to read HID reports using bluetooth to get the state of the caps lock.
I know this should be super simple and its explained in the hid...
Hello, dear developers!
Tell me the solution to the problem, how to properly initialize the SPI peripherals so that the program does not hang while waiting for the end of...