to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
After setting up the tool chain and confirm it is compiling correctly by flashing the Proximity build into the dev kit PCA10040 and confirmed with the Android App it is fully...
Hi,
I am develope a ble device use nrf51822 , when I use a Android app to connect the device without start a scan , only use the mac address to connect the device , I cann;t...
hi!
I am having a BLE peripheral on NRF51822 chip.bute the passcode size is 6-digit ASCII string when ble pairs.can i change size of passcode?such as 4-digit ASCII .How...
The problem is exactly same with the topic. I have custom board for Beacon. At the beginning I soldered 5 boards and all of them was working perfectly. After few days, 4 of...
One of the features of our product is the ability for a user to rename their device. I have tried to implement this with the sd_ble_gap_device_name_set(...) and ble_advertising_restart_without_whitelist...
Hi,
Would it be possible to change this setting (Relay) dynamically, i.e., instead of changing the value of m_relay_enable in the network_init() function and program the...
I'm using this code to log the BLE MAC address on my peripheral device, an nRF51822.
void ble_log_mac_address(void)
{
// Log our BLE address (6 bytes).
ble_gap_addr_t...
Hi,
I'm basing my project on ble_hrs_freertos example project (nRF52832, SDK14.2, PCA10040)
When calling assert(condition) in the original example project, it works...
Hi!
We are evaluating the 52832 soc for use with a DALI-controller. The communication speed with the controller is at 1200 baud, Manchester encoded. Is it possible to interface...
In BLE communication, I want to send 244 bytes of data from the peripheral to the central every 50 ms, is it possible? If possible, please tell me the setting method.
Hello, I have a problem with the configuration of GPIOTE low accuracy pin interrupts. My code is running on nRF52832 and already uses ble stack, PWM1 and PWM2 instances with...
Hi,
Right now I have a program on nRF52-DK (SDK 11) that scans for BLE adv packets, and transfers data from some specific addresses to PC through UART. Around every 10ms...
I'm attempting to use the PPK with the nRF52840 PDK with no success. I'm getting nothing running the nRF Connect with the Power Profiler. Configuration is as follows:
nRF52840...
Hey Guys,
Have been playing around with various MTU sizes to better understand throughput. I'm curious about one scenario though. Let's say for example that we are using...