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...
In an nRF51-based application I'm working on, I am using the SPIS peripheral and a generated clock signal to send a large buffer out over serial using DMA. I want to use the...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
hi
in tutoriall service beginer there is
static void advertising_init(void)
{
uint32_t err_code;
ble_advdata_t advdata;
// Build advertising data struct to pass...
wireshark 2.0.3 which is what got installed when I downloaded it is not supported according to the nFsniffer program.
So what, and how do you set this up?
I am using a function to read the die temperature data from nRF51822 as follows:
static uint32_t temperature_data_get(void)
{
int32_t temp;
uint32_t err_code;
...
Hi all,
my Setup :
nrf51822 QFAC Build Code A1,Waveshare Core51822 Board
keil microvision
nrf device family Pack 8.6
without Softdevice erased with openocd...
Was testing DFU Failures scenarios on SDK 10 to make sure that the software elegantly handles when an Image fails to transfer/swap/load/disconnect..etc. I find that when an...
Using adafruit sniffer. Windows 7 32 bit professional, windows 7 64 bit professional.
After installing the FTD drivers I see com5 installed.
when I start the sniffer it...
On my own board based on 51822, I developped an HTS-like application with SD8.0.0.
Now, I would like integrate the DFU bootloader.
I follow the "Running the BLE bootloader...
Hello
I`m using the NORDIC nrf_drv_twi driver implementation from the PACK environment (version equivalent to SDK 8.1.0). Together with the S120 softdevice.
If there is...
I need to daisy chain a couple spi devices. I would like to disable the daisy chain in software in order to reconfigure some of the devices on the fly. Any help would be appreciated...
Hi,
In Keil's package manager there's an option to copy a project which produces a folder only with the necessary files in it (with links to rest of libraries @ Keil installed...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
To conserve battery power, my Beacon application powers an attached sensor off GPIO pin 24. That way, when the sensor isn't needed I simply call nrf_drv_gpiote_out_clear(24...
Is there any ready-made example that would show how to configure nRF52 to make analog-to-digital conversions automatically on the background, without CPU intervention between...