Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to run blink example #35

Open
jerryd84 opened this issue Aug 8, 2015 · 3 comments
Open

unable to run blink example #35

jerryd84 opened this issue Aug 8, 2015 · 3 comments

Comments

@jerryd84
Copy link

jerryd84 commented Aug 8, 2015

I've run the firmware example in Arduino on my uno board.
I've created the default project with the jars and libraries preconfigured in eclipse
I edited the blink example to output on pin 13.

when I run the example i get the following message on the console
"Load RxTx"
And I'm prompted to select the comport of my Arduino which for me is 10.
After selecting the comport, the Rx light blinks continuously and the LED on pin 13 remains lit indefinitely.

Please advise.
Thank you.

@brice-morin
Copy link
Contributor

Hi,

For some reasons, the blink example does not use PIN 13 but assumes that you have a LED connected on PIN 12. See the source code

Try changing the PIN number to PIN 13 in the program, so that it should bling the embedded LED on the Arduino board.

Please tell us if it solve the problem, or not.

@jerryd84
Copy link
Author

I did change the output pin to 13. I also uploaded the firmware and setup the libraries in eclipse. I ran into the mismatch of libraries but I fixed it and no longer see the mismatch error. When I run the program the
Rx light continuously blinks and the led pin on 13 just remains on.

@DoctorPainless
Copy link

I spend some hours getting Jardiuno up and runnig and after installing the correct (in my case x64) RTXT .dll files (google for rxtx-for-java) it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants