Connecting Arduino to ARC
Connecting to ARC
On the previous step, we programmed the Arduino to become an EZ-B. Now that the code is running on the chip, we can begin using it with ARC.
Load ARC and press the CONFIG button on the connection control
Press the SETTINGS tab and select the BAUD RATE for the EZB Index that will be your Arduino. If you're connecting to multiple devices (i.e. EZ-B v4, IoTiny and Arduino), you will want to have each device on a different connection index. I'm using connection index 0 (zero) in my example. Change the BAUD RATE for the connection index that you wish to use. The BAUD RATE was specified in the previous step. By default, most of the EZ-Arduino firmwares will be 57600 baud.
Press SAVE
Click on the ADDRESS input of the device index that you configured for the Arduino. In my example, I'm using index 0 (zero). The ADDRESS will display a number of detected addresses and devices, including a COMx port, which is the Arduino. Select the COMx port. My Arduino is on COM6.
Now press the CONNECT button and ARC will connect to the Arduino. The capabilities of the particular Arduino device are detected by ARC and displayed in the debug window. In the example below, I added a debug window to demonstrate the connection log.
Notice the capabilities detected by the Firmware used on this Arduino. There are a number of capabilities listed, but there's a larger number of capabilities missing. For example, there is no Video or Audio support. Consult the capability list of the firmware so you understand what features may be missing before using. If a feature is missing from the firmware, ARC will notify you when attempting to use the capability.
You may now begin using your Arduino with ARC. The port numbers align with the ports of the Arduino. Based on the Arduino hardware version, you may be limited to ports. For example, the Arduino UNO has 14 digital ports and only 2-13 are usable. This is because 0 and 1 are used for the USB. If you select a port higher than 13 in ARC, nothing will happen on the Arduino because there's no port. The same applies to Analog ports, as the UNO only has 6 ADC ports.
The Arduino Mega, however, has enough ports to satisfy ARC’s port selection dialog.
I made the firmware changes to the mega firmware for the pins that ptp outlined. I have a mega on order and it should be here in a few days. I'll be able to test it before uploading the firmware. Stay tuned
That's awesome thank you!
Got the mega - modified firmware. Will be testing today. Expect new firmware online in the next few days
Hey DJ Sures, How is everything? I just got back from a work trip and excited to work on this again. I might not be sure where to look for new versions or changes to firmware. Were you successful in getting the Arduino Mega to run the change?
The latest Mega firmware and the port mapping can be found here: https://synthiam.com/Support/Hardware/Arduino-Due-Mega
Hi DJ, When I click on the link to download the latest mega firmware I get this message...; please advise. Thanks.
"Hi there!
Looks like you are lost!
What you are looking for is not here. If you think this is a mistake let the humans behind Synthiam know that there was a 404 error when you tried to access this page by sending an email to [email protected]."
Edited: I move this question to hardware.
Having trouble programming this is the error message: C:\Users\Richa\AppData\Local\Temp\Temp3_po0o1stu.zip\EZ-Mega-v1\EZ-Mega-v1.ino:16:10: fatal error: SendOnlySoftwareSerial.h: No such file or directory #include "SendOnlySoftwareSerial.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
exit status 1
Compilation error: SendOnlySoftwareSerial.h: No such file or directory
Figured it out, I did not create a file in documents.