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...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hi, I was confused about the behavior of GPIOTE Handler module。I defined a handler(gpiote_event_handler) and I hope when the GPIO Pin(0.14) is changed from high to low or...
I use the example usbd_ble_uart with SDK_15.3.0. I need to send any byte received from the terminal via BLE. Do not wait until the buffer is full or the end of line character...
Hi,
I am trying to combine the usbd (hid mouse) example with the uart central example to run on the nRF52840 dongle. I am having a lot of problems and am not really sure...
I have some colleagues that are working on a project where they want to use the nRF52 as a general purpose IO processor alongside providing an BLE interface to a host Linux...
I installed SDK 15.3.0 build 59ac345 and started working though the DFU secure boot loader example. In the 15.3.0 documentation it says
Setup
You can find the source code...
Hello
We are using custom board which has two chip configuration for BLE stack. Main MCU runs the Zephyr Host only BT stack in peripheral mode.This is supposed to be GATT...
I am trying to compile the SPI example in SDK 15.2.0 for nrf52810. I am getting a compiler error in SES on nrfx_uart.c:
I modified the project according to the SDK documentation...
Dear all,
Is this possible to flip a switch on the board to get nRF9160 IOs at 3.3v rather than 1.8v ? I have a LoRa module that requires TTL 3.3v UART signals, and it...
Hello,
I believe I have found a possible race condition in experimental_task_manager / task_manager.c, task_events_wait().
The race occurs if a task calls task_events_wait...
Hello, I'm working with an example of ble_app_uart with SofDev132. I have modified the code a bit but I still use the nrf_pwr_mgmt_run function. The power consumption is 2...
hello, i am complete beginner to this field of MCU, i never worked on nordic MCUs. i am able to program the dk-board using the usb cable and readymade hex file provided in...
Hi,
I'd like to enable paring/bonding for a minute only when a button is pressed. So I need to disable pairing. I've learned that it should be done with
in "ble_evt_handler...
Hi,
I would like to have two different twi managers. One with TWI0 and one with TWI1. But if I try to enable them I get an error:
sdk_config.h:1810:22: error: unable to...