SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
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...