Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello Nordic! Regarding Notifications on the s110, once sd_ble_gatts_hvx(conn_handle, ¶ms) returns NRF_SUCCESS , how long does it take, at most, in units of CI (Connection...
Dear sir.
I have question of SPI slave communication.
[NRF_SPIS1->TXDPTR] is a point to address of TX buffer.
After [spi_slave_buffers_set] is called and SPI transaction...
I've successfully compiled, flashed, and run the SDK11 ESB examples on nRF52 DKs using GCC, and am trying unsuccessfully to get them to work on the Keil 5.20 IDE.
I've...
I tried to get the ble_app_proximity example to work today, with either the nRF51-DK, nRF51-Dongle or nRF52-DK, along with the Nordic Connect app on Android.
I encounter...
I am working on application where the nrf51 will read information from several sensors and send the data to a smartphone app via BLE. Among the sensors are one that sends...
Hi, I am trying to get my ble400 board working with nRF51822 chip. I downloaded SDK v11 and made all nedded preparation. I have successfully compiled blinky app, and everything...
Hi Nordic Tech support team,
I'm Hardware design engineer and working on wearable IoT design and would like to implement OTA programming for nRF52832 Bluetooth SoC.Kindly...
this is my code:
this is BLE_peripheral UART and i added these lines to main():
my soft device is S130 V2 alpha
// Initialize.
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE...
I'm working with the nRF8001, at present using the RedBear BLE Shield.
My current issue is that after starting to Advertise, but before a connection is made, I wish to...
Hi,
I want to write a firmware for one of our products with on nRF51822 QFAC included.
I downloaded the SDK v7.2.0 and I want to use the ble app hrs project as a starting...
Hi,
Currently working on nrf51422 with s130,I have currently been able to transmit 20 bytes of data at 100ms interval to mobile.But when I decrease the duration of tranmission...
Hello,
I am trying to use uart port on pca10040,
Connected tx,rx pin to FTDI USB Serial Device converter .
Disconnected the usb cable, device is now powered over...
I want to use the pwm to control buzzer, but when I use init function, the power will increase 880 uA, how to decrease the power.
void beep_on(void)//beep on
{
app_pwm_channel_duty_set...
Hello,
for my project I'm using: SDK11, s130, nrf51 (nrf51822-QFAC), central and peripheral roles, DFU.
I've managed to have both peripheral and central roles with DFU...
hi, i am using eclipse IDE to implement ble_hrs example. while i am calling ble_stack_init() from main function. in the ble_stack_init() function UNDER THE macro SOFTDEVICE_HANDLER...