Hello guys and sorry for my english... it's not my native language.
I'm trying to connect my arduino yun with the old Arduino 2009 using two NRFL2401+ modules .
After some tries with the mirf library I started debuging my code using the Serial.println() instruction and i noticed some problems. Messages are partially printed on the serial monitor and the TX Led is always on... This is the simple sketch that is running on Yun.
Sometimes I can't even see the last line ("Ce" i mean). I'm using the Nightly version of the Arduino IDE because the stable one gave me problem during compiling of mirf library ( "uint8_t does not name a type " ).
Your English is not a problem here, but the fact that you are seem to be using serial0 on the Yun, which won't work as this serial connection is used by the bridge between the ATmega part and the Linino part. Try using serial1 instead on the Yun...
Ops... I forgot to write it.... Anyway it's connected on ICSP pin 1. So you think it's a problem of initialization... Hmmm so why the TX led stuck on ON? And why does it print half line??
PCWorxLA:
Your English is not a problem here, but the fact that you are seem to be using serial0 on the Yun, which won't work as this serial connection is used by the bridge between the ATmega part and the Linino part. Try using serial1 instead on the Yun...
Ralf
Hi Ralf. I don't think the problem is this because i can "partially" use the Serial command and i'm not interacting with linino.. Let's say i'm using it as a Leonardo
I think I did not explain myself well. I don't own an arduino Leonardo so i can't try.
I just wanted to say that i m using my yun as a Leonardo intending that , just because i'm not using the linino side,i think i can consider the yun as a Leonardo and follow the connection guide you posted as i did