Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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'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...
Hello How do I remove one server from mesh network? The client needs to recognize like a new device. I did try to use these functions without success on a event: nrf_mesh_node_config_clear...
I have successfully connected BT832 Module to NRF DK. I have erased BT832 and Falsh s132_nrf52_5.0.0_softdevice.Hex. using nRFgo Studio without any issues.
I have copy pasted...