I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
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...
Hi
We are using a slightly modified (but fully compatible signed bootloader) in out product. On the application side we have a C# implementation of the DFU protocol that...
Hello there,
In my next project I need a data link similar to BLE classic (like the HC-05 module) and it needs to respond with an app API fast and push data rather then...
Hi,
I'm following "ble_app_uart_c" example and works very well with SDK 10.0.0. So now I want to communicate with HM-10 module, but this has one Tx/Rx Characteristic. Are...
Hello,
In my quest to monitor the activity of hundreds of nodes (directly addressable), I am facing quite an obstacle.
The small memory of the nrf52 (nice piece of hardware...