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...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
Hi,
we've developed and produced a nRF52832-based custom PCB with custom firmware that is using advertising, scan, connection, custom Bluetooth service and characteristics...
Hi there,
I am designing my own custom nrf52832 PCB and would like to have my design evaluated before put it to production. I am just wondering if Nordic Semiconductor provides...
I am running SDK 15.2 on an nRF52840. I have programmed my secure dfu bootloader, application, settings.hex, and softdevice via jtag. During the first run after programming...
Dear fellow developper,
I'm trying to create a BLE device using HID service to control music, volume and so on.
I have successfully implemented a keyboard + Consumer...
Hello,
I would like to know if anyone else has faced this issue. Indeed, if i want all the consumer control interpreted in the right way, i need to add a keyboard in my...
I'm working on a project with nrf52840 and i'm trying to send and receive ipv6 packet throw thread protocol so i tried to use to send with otIp6Send and receive with otIp6SetReceiveCallback...
Hi,
We are currently working on a project involving a few Connectionless BLE advertisement transmitters based on nRF52832 (SoftDevice 6.1.0). On the receiving end we have...
Hello
I m hardware designing engineer in Turkey.
I m designing bluetooth controlled lighting armature. it must be connect other lamps. And must controlled by phone ios...
Hello all,
I got the nRF52832 dev kit and have been playing around with it. I am using Segger Embedded Studio V4.12. I tried out the ble_app_uart and the writable_ndef_msg...
Hello! I used the "blinky_rtc_freertos" example and transferred ticksource from RTC to SYSTICK in "FreeRTOSConfig.h". The application has stopped working. What am I doing...
Hi Every one,
In my application i want to use two UART's simultaneously, for that i am doing continuous switching of UART communication pins.
I am able to communicate...
Hello,
I am trying to designe my own iot sensor board with nrf52840
For my sensor board i will just add lipo charger IC and MPU6050 (accelerometer)
When i look at designe...
Is there a generic sdk_config.h file for each of the Nordic SDKs?
The ones included for each example seem to be missing useful macros/defines, for example, omission of SEGGER_RTT_CONFIG_DEFAULT_MODE...