Arduino-EasyTransfer icon indicating copy to clipboard operation
Arduino-EasyTransfer copied to clipboard

An Easy way to Transfer data between Arduinos

Results 18 Arduino-EasyTransfer issues
Sort by recently updated
recently updated
newest added

is it possible to pass in a structure a set of other my structures and not just scalar variables?

is it possible to pass in a structure a set of other my structures and not just scalar variables?

Oh,hello.I followed the guidance to put SoftEasyTranfer.h in the libraries,but the Arduino IDE couldn't find the avr/io.h when I compiled my project.What's the problem?Could you give me some advices?

I want to do two way communication between labview and arduino. For that I am using easy transfer Library which is really helpful. This library work like polling mechanism for...

Examples for Hardware serial don't work between nano and uno. The data i'm gettin back on serial Monitor is ? ? ? ? ? ? ? ? ? . Baud...

I want to add simple serial communication(send mutiple data types) between arduino and node mcu(both using arduino IDE).Is the library supported by both?

It seems to me that this library is only portable if both the sender and receiver are on the same platform. To serialize a struct, the library is using `memcpy()`,...

EasyTransfer I2C is great and I have been using it successfully with master transferring data to slave. However I have recently had to shuffle functions around between duinos in my...

Hi all, i would like to use i2c to send data from a slave to master, how can I achieve that, I read that using wire request can solve those...