Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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...
Hello everyone,
i'm kinda new to microcontroller programming and feel like i bit of more than i can chew. I bought a variant of the nrf51822 chip ( github.com/.../Board...
Hi. Currently, i am testing the BLE power consumption on nrf52.I set connection interval 20ms(min=10,max=30) ,slave latency 0 and connection data size 20 bytes.in addition...
It seems like the IAR startup file in SDK 11 for nrf52 is older than the one that was included in the previous SDK 11 alpha
IAR Embedded workbench 7.50.3
I have a queston for softdevice S130 example about Environmental Sensing service.
I readed spec. but I can't find out any ESS profile example in SDK.
Is SoftDevice S130...
I want to use the nRF24LU1+ for a project where it will be a HID usb dongle. But I dont get which tools I need to make it. The KIT DEVELOPMENT NRF24LU1+ work for it?
T...
Hello,
This morning i did migration of my code from SDK 11 alpha 2 to 11 final on nRF52 and i have a big problem.
Nor bootloader or application do advertising. Am I...
I want to merge the softdevice and application in the makefile is it possible ?
if not possible what could be the easier way. I am using Linux OS .
thanks
Hi everyone.
I'm trying to program a NRF51822 Beacon using the nRF DK board. Of course I looked around here for advice on what type of connector to obtain.
devzone.nordicsemi...
Hi,
I have a hardware (wired) UART transmitting data to the nRF51 at intervals. I'm currently trying to implement UART-BLE that runs could concurrently with the wired UART...
is there a version of nrfutil that works on linux?
this one doesn't: github.com/.../pc-nrfutil
$ nrfutil dfu genpkg --application _build/nrf51822_xxac_s110.hex fota.zip...
Hello,
I have used ble_app_uart example and wants to transmit 12 bytes data over ble using this function ble_nus_string_send call.
In 1 second how many times ble_nus_string_send...
Hi,
At the moment I'm trying to make some current measurements with the new nrf52 dev-kit from the global tech tour. Unfortunately I'm not able to go into Idle- or even the...
Hi,currently i want to measure the current consumption of nrf52 DK. I followed the tutorial nRF51 current consumption guide ,and use the Power profiling application in the...