I have a set-up with 2 arduinos communicating using easy transfer. Works great with uno’s and nano’s but when trying it with a Sparkfun Pro micro on the receiving end I get nothing. Had to change Serial to Serial1 to get it to compile but still no communication. Any ideas?
I only have one way communication as I use a 1/4 inch stereo plug as a slipring between the two sending +12v, -12v, and signal from tx on arduino A to rx on arduino B have always used unos or nanos for both but the newer light sets we are using for B have a built in socket for a smaller arduino and used to come with a arduino pro mini which worked fine but now come with the Sparkfun Pro micro (not the same as the arduino micro, I haven’t tried that one yet) which doesn’t. It uses the ATmega32U4 chip, maybe its not compatible?
It should be compatible, as it uses higher level functions of the Arduino IDE and isn’t hardware specific, except for the serial class thing. I may buy a SFE micro to test it….
Did you confirm it works without the library, just spending and receiving a single character?
So far I have only had the opportunity to play with one for about an hour at a meet up I went to but have had several people contact me with the same problem. I have one coming in next week so I’ll post my findings after I have some time with it.