Java Can an Open Source Java Script Control an Arduino to Track Satellites?

  • Thread starter Thread starter footballxpaul
  • Start date Start date
  • Tags Tags
    Antenna Satellite
AI Thread Summary
A user is seeking assistance in building a satellite tracker using an Arduino controller, specifically looking for open-source JavaScript that can manage inputs for azimuth and elevation. The goal is to control two stepper motors to adjust the antenna's position accurately. The user expresses a lack of programming skills and is looking for resources or existing code to facilitate the project. A suggestion is made to explore Arduino's software interfacing forum for potential solutions and community support.
footballxpaul
Messages
30
Reaction score
0
Hi I am trying to build a satellite tracker for fun, to get information out of the cube sat projects or any satellite I can track. I was wondering if there was any open source java scripts for an arduino controller that would take and input for azimuth and elevation and output for two stepper motors for the platforms two degree's of motion to point the antenna. Thanks I am terrible at programming!
 
Technology news on Phys.org
footballxpaul said:
Hi I am trying to build a satellite tracker for fun, to get information out of the cube sat projects or any satellite I can track. I was wondering if there was any open source java scripts for an arduino controller that would take and input for azimuth and elevation and output for two stepper motors for the platforms two degree's of motion to point the antenna. Thanks I am terrible at programming!

Check out Arduino's software interfacing forum
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=interfacing
 
Thanks alot!
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top