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...
"AT+CEREG=2" "AT+CFUN=1"
Getting the correct responses of above mentioned AT commands.
But after that, when any command is send on LTE Socket, " at_host_at_socket_write...
Hi,
I was randomly inspecting Bluetooth devices around in nRF Connect and I found out that many Apple devices advertise with TX Power Level 12 or 24 dBm. From my understanding...
Dear Nordic Team,
I'd like to inquiry how I am supposed to send a UTF8 string as the value of a characteristic.
I am trying to implement the FTMS service and the part...
Hi !
I want to connect 2 of my units to each other via BLE5 long range coded phy (125Kb).
I also want to be able to connect an android / ios phones to each unit simultaneity...
Base Samples used -
1. Central DFU SMP Client - <ncs>/nrf/samples/bluetooth/central_dfu_smp
2. SMP Server sample - <ncs>/zephyr/samples/subsys/mgmt/mcumgr/smp_svr
...
I am using the "ble_app_multilink_central" in version nRF5_SDK_17.0.2_d674dde for development.
It works and can connect to BLE devices.
However, there is one issue
...
I'm trying to use the BLE CLI example (ble_app_interactive) available on nRF5_SDK_17.0.2 on my nRF52840 chipset (on a BL654 kit) and as soon as the interface starts I receive...
Greetings,
I've got the power profiler app (v3.0.3, installed via the nRF connect desktop app v3.6.1) running under both Linux and Windows.
With windows, seems to work...
Hi, everyone,
I am pretty new to nRF52 development. Right now,I want to turn SAADC off at low power and turn it back on when wake up, but after nrfx_saadc_uninit(); When...
I am configuring the ANT+ scan on two separate channels with the following parameters:
ROMDATA_T ant_search_config_t aprfant_dynastream_search_config = { .channel_number...
Hello,
I am currently evaluating Nordic Thingy 52. I am planning to receive the sensor data on my custom BLE application (will be written in C using libbluetooth) running...
Hi
Attached is my pcb file. I select nrf52805_caaa, Can you help me check the pcb file? maybe the pcb is something wrong. I can download hex ,but can not debug it , when...
*** SOLVED PARTIALLY ***
Hello again,
I solved my problem partially, the part that reads accelerometer value and transmit BLE advertising data as beacon works fine.
...
Hi,
I want to use a MPU6050 sensor with my nrf52832 board.
I connected the SDA and SCL pins of my sensor board with the pins P0.26 and P0.27 of my nrf52832 board, respectively...
Hello. I'm working with multilink example and I've got some problem. I want to send data to specific peer device, but after restart central or one of the peer, they reconnects...