Telit Cinterion IoT Developer Community
Starting out with Java ME: Volcano Robot project in Eclipse Juno
Tutorial, December 13, 2015 - 3:16pm, 6272 views
Hint: Please make sure you have followed all of Antonio's getting started video tutorials.
Antonio's videos: https://iot-developer.thalesgroup.com/threads/windows-drivers-install-video-tutorial-concept-board-and-ehsx-terminals
You must have a working Eclipse installation before you start this project; why not read our Java User Guide v07 section 10 (see attachments) for installing and setting up Eclipse.
--
Learning Java
AT Commands to install and run Java
Create a Robot - Your first coding example, write it by hand, do not copy and paste!
Eclipse Juno
Create a Volcano Robot – by manipulating the code
Download File 2019_08_Volcano_Robot_Eclipse_120mins.pdf
(pdf | 775.22 KB)
Download File ehsx_java_user_guide_v17.pdf
(pdf | 3.55 MB)
Fantastic!!!!!!!
Somewhere over the rainbow!!! Looking for the Oz Land!!!
Hi Guys !
Thank you very much for this tuto (Volcano_Robot)
I've followed each steps carrefully, and when I tried to:
Install the Java application by AT command: AT^SJAM=0,"a:/Robot.jad",""
I've got an ERROR message coming from the EHS6 via TERATERM:
AT^SJAM=?
^SJAM: (0-5),(257),(8)
Then:
AT^SJAM="0","Robot.jad",""
ERROR
Do you have any advices to help ?
Many Thanks
Tao
Hi,
You just forgot to include the correct path (a:/)
AT^SJAM="0","a:/Robot.jad",""
Regards
ALopez
Somewhere over the rainbow!!! Looking for the Oz Land!!!