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...
I'm designing a system with a main processor and a LTE modem, currently looking at the nRF9160. I flashed the at_client firmware into the dev board. Using a Nordic supplied...
Hi all,
My nRF52 application (central) uses a BLE link to connect to an Iphone (peripheral).
However it happens that the connection breaks, and I want to implement an...
I'm using the nRF52840 Preview DK board.
nRF5 SDK for Thread and Zigbee v2.0.0 (Release Date: Week 39, 2018)
Segger Embedded Studio for ARM V3.52
I can run the zigbee_dynamic_light_switch_nus_pca10056_s140...
I'm looking for a way to transfer a large file at high transfer rate with an L2CAP oriented connection with credit based flow control, as briefly referenced in this post....
I want to develop and BLE Mesh Network using nRF52840. For that matter i require one
1)SDK NRF 52840
2)DONGLE (TO MONITOR THE TRAFFIC),
3) Third thing i want a ble mesh...
I want to filter the peripheral devices with part of the UUID.
Consider my uuid is {0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, 0x89, 0x9a, 0xab, 0x47, 0x4E, 0x44, 0x00...
Hi.
I have a question.
if Master(0 of node) transmit data to node(2 of node), but 2 of the node isn't transmitted round with Master node.
Is there konwn method...
I'm having an issue trying to program the nRF52840 Dongle with the DK, and wonder if i am missing something. Here is my setup/what i've tried:-
I have nrf52 DK (52832),...
Dear all,
I am using nrf52832
SDK15 and soft device s132.
Is there a way to wake up the device from sytem_off mode(deep sleep mode) automatically?
Can I do it without...
Hi all,
I am debugging a program after compiling with no errors using the SDK 15.2.0 on a windows laptop and nRF52840 board. The program was designed to save 8 bytes of...
There is bug in SDK 15.3 in the way the DB discovery procedure handles SoftDevice busy state. In the discovery_start() function the code checks return code from sd_ble_gattc_primary_services_discover...
Dear all,
I am using nrf52832
SDK15 and soft device s132.
Is there a way to wake up the device from sytem_off mode(deep sleep mode) automatically?
Can I do it without...
Hello,
I have made a few example applications for the Thingy:52 with Zephyr Project and i really like it!
Now i want to make FW changes using Zephyr and I'm not sure...
I am developing an application that will transmit a lot (say 100kB) of data from client (scanner) to server (advertiser).
Using cccd, notification, and hvx works well for...
I would like to build a sample project for the nRF9160. This is significantly more complicated than building a nRF52 sample projects which I have done.
The "Getting Started...