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 have followed the compiling instructions and downloaded the project to the nrf52840 PDK and it does not work. By debugging, no error codes are there during the execution...
Hello I have trouble that when I call sd_ble_gattc_read() I get error NRF_ERROR_BUSY .
This also happens only when I discover more services (before I discover Alert Notification...
Hi Expert,
I use nRF52DK and SDK "nRF5_SDK_12.3.0_d7731ad_test\examples\ble_peripheral\ble_app_hids_keyboard"
I saw many NRF_LOG_INFO and infocenter said should have many...
Hello,
I want to change the TX address or channel "on the fly". Since this did not work for me, I read the following post: "Is it possible to change TX address on nrf24l01...
Hello everybody!
How can i read the temperature, the battery-% or other data from the Thingy when using the Linux console and not the SDK? My steps so far
1. With i was...
I am estudying and modifying the light switch example.
the example shared in the SDK, this example works as star network. (1 client and 3 (or many) servers) where:
- The...
Hi,
I' writing an app based on ble_thread_dynamic_template with added CoAP utils, but with a few changes. Program works fine, I am able to communicate over CoAP, but after...
Hello!
Last time I've described issue with connection problems in large thread network https://devzone.nordicsemi.com/f/nordic-q-a/29867/thread-mesh-network-capacity-problem...
Hi,
I have encountered a 404 error:
<<<
HTTP ERROR: 404
Problem accessing /help/pdf/nwp_017.pdf. Reason:
ProxyServlet: /help/pdf/nwp_017.pdf
Powered by Jetty...
Hi,
I am trying to send stream of data over BLE. I am using nRF52 development kit and in that ble_app_uart code is running. I want to send continuous data to the UART and...
I am using PPK 1.1.0 to compute current draw on a custom hardware.
If I upload ble_app_hrs example on the nRF52-DK and measure it directly, I obtain average reading as 550...
Dear all,
sorry for asking a very beginner's question but I'm really a beginner and want to understand what I'm doing :)
What I have:
nrf52 DK
nrf SDK11.0.0...
Hello,
we are using the USB CDC ACM Example to set up a USB connection between the computer and the nRF-Chip.
By pressing Press Button 1 a bunch of test data will be sent...
Hi!
Is there any programming guide for establishing mesh network? I want to develop from scratch but i can't find any document for programming to mesh network. I seen Light...