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'm using the PCA10040 devkit and pc-ble-driver s132 v5.0 to act as a central to connect to three bluetooth peripherals I have. I've made no edits to the connectivity...
Hey guys. Is there any way we can change scan parameters at runtime. I want to update parameters from another device using uart, and when I tried to make scan interval and...
HI,
I want to develop a program to access Accelerometer and gyroscope value from BMI160 sensor. I have used this BMI160 library
I alter the TWI_SENSOR code and it works...
Hi,
When I build the zephyr/samples/hello_world program for the nrf5340dk_nrf5340_cpuapp target it works as expected, but with the nrf5340dk_nrf5340_cpuappns target I...
IDE: SEGGER Embedded Studio for ARM 5.32 SDK: nRF5 SDK 15.0.0 and nRF5 SDK for Mesh 2.1.1 demo: examples\sdk_coexist\ble_app_uart_coexist\pca10040\s132\ses\client_pca10040_s132...
I am using NRF52 DK board and removed SB9 track to connect my ammeter for current measurement . I have taken ble_app_blinky ( peripheral example ) from SDK15.3.0 .
My application...
hi,all
I'm using nRF52833, s140.. pca10100.
I want to read my pcb's touch gpio..
If I touch it, it falls down to low. ( I checked it with scope..)
When viewed through...
I'm testing USB audio demo. I changed bit resolution of APP_USBD_AUDIO_FORMAT_DESCRIPTOR 16 to 24 but the widows10's USB audio device is still 16 bit. how can i do that?
Hi!
I'm trying to pass the BLE data to the PC using nrf52840 DK.
To do so, I've started with the ble_app_uart example and it was able to build fundamental features–find...
Hello,
our application requires to emulate keyboard, e.g. to write strings like "hello world\n" as it might be typed by the keyboard. According to the recommendations...
Hey I am using nRF 52840 DK
I am reading temperature from Segger code and displaying it in the log
But I want to display that value in my android nRF Mesh Application...
Aim:- To read temperature and humidity over a mesh network and display it in an android application
Devices to be connected in Mesh :-
nRfF52840 Development Kit x2 ...
I created a 500ms timer to send mouse movement as follows.
m_mouse_movement_send(5,0);
When the device runs there, the device will restart. The error code is NRF_ERROR_FORBIDDEN...
Hi engineers,
I want to use the pin P1.09(NRF_GPIO_PIN_MAP(1, 9)) as GPIO, but when I initiate it, it seems fail.
I've looked through the relevant issues here, but got...
Hi,
I am currently trying to build a project using a nRD9160 with legacy code and am receiving this error when trying to load an existing project:
I understand...