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 currently developing my own NRF9160 board Based on NRF9160 DK schematics. My question is, can we remove all passive antenna circuit with all matching network and...
I am using the Fanstel BT840 module with an Epson FC-135 32.7680KA-AC3 crystal and 12pF NPO caps. It functions well in indoor conditions but the LF oscillator stops if placed...
Hi,
I am following this tutorial ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_blinky.html ) to learn how to...
Hello,
I have nrf51822 based Board,
and I need to make Android app for scan and modify Beacon's data.
I found "nRF Beacon" App's source code in GitHub,
and I try...
Hi,
I have seen that there are three most useful topology for mesh : Bluetooth mesh, zigbee and Thread
What parameter should we have to take in consider when selecting...
I'm trying to use a timer with S130, but it doesn't seem to tick:
void timer_event_handler(nrf_timer_event_t event_type, void * p_context) {
NRF_LOG_INFO("Timer 1 interrupt...
Hi,
I recently started experimenting with nRF52840 eval-kits and a nRF52840 dongle using the generic onoff client and server. I used my phone and the nRF Mesh App to offload...
I learning NRF52832 beacon using SDK15.2 i tested code ble_app_beacon code in non connectable beacon mode its working fine. how can i change this code like connectable beacon...
Hey, I would like to add BLE mesh functionality to my existing project which is based on the firmware v2.2.0 https://github.com/NordicSemiconductor/Nordic-Thingy52-FW . I...
I'm planning to connect The nRF52840 MCU GPIO in series to a 1.8V 20mA LED and a Resistor then to ground.
Would the current from the MCU be sufficient to power the LED ...
Hi,
Here is my issue, I don't enter in bootloader by using the buttonless DFU characteristic. Here below I expose my action and what it happens. Thank you in advance for...
Hi everybody,
This is my set-up : nRF5_SDK_13.0.0_04a0bfd, Eclipse 2019 03 IDE, NRF52832_xxAA, s132_nrf52_4.0.2_softdevice, windows 64 bits, NRFConnect 4.22.3, JLINK RTT...
Hello,
we have to integrate the nrf9160 into our own company internal build system / eco-system (freeRTOS based), e.g. not using the complete nordic sdk. As a starting point...
hello,
Now i want to adv only with 37 channel, i want to use SDK15.0.
i add m_adv_params.channel_mask[x] in advertising_init() as:
static void advertising_init(void...