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...
i have one huge process one get positon sensor using i2c bus and another get led color also using i2c bus.
when color function is added in the process,positon sensor data...
Dear all,
I defined "DEBUG" , used UART peripheral and "printf()" in the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. I find nRF52832 always dead in the place at...
Hello,
To determine the current network topology I hoped I could use the heartbeats to determine the RSSI and the number of hops. The RSSI of the last node is in the example...
Hi,
I found this example here for nrf51.
github.com/.../nrf51-ble-gzll-device-uart
And this is more or less what I would need for my application.
Is there a way that...
Hi All,
Scanning with a nRF52840 Dongle, Is there a way to know if one of the scanned devices is using Coded PHY modulation to advertise? And if the answer is negative,...
OS :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board CPU :(Nordic) nRF52832 / ARM Cortex -M4F 32 bit processor 28-pin Land Grid Array / 15GPIOs / SWD Soft Ver:nRF5_SDK_15...
Hi,
I am using "ble_app_uart" code and added battery service to it as custom changes.
I want to update battery level at every 3 seconds.
Code is working fine and starts...
Hi - In the examples provided, a peripheral will go to power off after completing its transactions.This means the the application does not have to "clean up" afterwards. ...
in pca10056.h, there are 4 buttons.
I want to add one new button, //#define BUTTON_5 NRF_GPIO_PIN_MAP(1,06).
However , it failed.
I debug and find the issue, #define...
i used SDK9.0.0 to implement the function that bond to cellphone.
case 1:when i set the IO_CAPABILITIES to BLE_GAP_IO_CAPS_DISPLAY_ONLY,the process of bond is ble device...
Hello,
i m using sdk15.2.0 in nrf52840.
please help for increase adv data size from 31 byte to 45 to 50 bytes..
i had tried with "BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
RTC connect through I2C and GPS connect to UART. I am getting large amount of data from gps contentiously . In the mean time i should read time from RTC . But i am getting...
i have 2 setups, one on a pca10040 running sdk 14.2.0 s132 and the other one on a pca10028 clone running sdk12.3.0 s130 with a 51822_xxaa mpu
the ble_uart examples from...
I just want a simple and clear PWM driver to generate a duty cycle on a GPIO pin - 25% on and 75% off. Just that. What is the most power efficient method?
The example PWM...