So you mean the cellv1.0 works as you got the modem to work via usb? Is that all you got to work thus far?
If there is no program running on arduino 2, how do u expect to communicate? What are you expecting to happen...?
Module is not awake when connect to arduino uno
-
- Posts: 10
- Joined: Thu Sep 22, 2016 8:02 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Module is not awake when connect to arduino uno
My bad, I will upload a serial.read program to my arduino 2 and try again. Yes, currently i have only tried the modem connection and it works.
- donjohnii
- Site Admin
- Posts: 686
- Joined: Tue Jul 30, 2013 2:19 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Module is not awake when connect to arduino uno
I don't think you want to echo on the Arduino2, that's just to test itself... you just need to initialize it in order to use it as a USB-Serial converter. I think, I haven't done that.
The test for the Arduino2 for the final configuration - you should be able to see an echo only if you jumper TX to RX. Then on the actual setup, with the same initialization code, you should be passing TX to the Arduino1 and RX should come back in from the Arduino1 TX which is read and seen on the Arduino2 console. That should be the setup for the Arduino2 acting as a USB/Serial converter.
The test for the Arduino2 for the final configuration - you should be able to see an echo only if you jumper TX to RX. Then on the actual setup, with the same initialization code, you should be passing TX to the Arduino1 and RX should come back in from the Arduino1 TX which is read and seen on the Arduino2 console. That should be the setup for the Arduino2 acting as a USB/Serial converter.
-
- Posts: 10
- Joined: Thu Sep 22, 2016 8:02 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Module is not awake when connect to arduino uno
So you mean like this?
Arduino 2 TX <----> Arduino 1 RX
Arduino 1 TX <----> Arduino 2 RX
Arduino 2 TX <----> Arduino 1 RX
Arduino 1 TX <----> Arduino 2 RX
-
- Posts: 10
- Joined: Thu Sep 22, 2016 8:02 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Module is not awake when connect to arduino uno
Thanks for the help!! Finally got it to work. Connected the 5v from arduino to Vo instead of Vref. I think the arduino to arduino method is not safe as some of the data coming through are missing. I used the TTL to USB cable instead.
Who is online
Users browsing this forum: No registered users and 2 guests