CodeWalrus

Development => Calculators => Calculator News, Coding, Help & Talk => Topic started by: Dream of Omnimaga on July 06, 2015, 05:10:27 PM

Title: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Dream of Omnimaga on July 06, 2015, 05:10:27 PM
Continued from http://codewalr.us/index.php?topic=593.0

Quote from: alexgt on July 06, 2015, 04:13:27 PM
I shouldn't be watching cartoons anyway I have to work on MinePrime, SIFS, and learn Java (for robotics, guess that's what happens when you are the only programmer <_<)
Is java any good for robotics?
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Yuki on July 06, 2015, 06:38:45 PM
Quote from: DJ Omnimaga on July 06, 2015, 05:10:27 PM
Is java any good for robotics?
Yeah, I wouldn't say it's the best. Depends what you're doing, if it's an UI that sends commands to your robot it's perfectly acceptable, otherwise, nah, I wouldn't say it's any good.
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: alexgt on July 06, 2015, 08:28:09 PM
Quote from: DJ Omnimaga on July 06, 2015, 05:10:27 PM
Is java any good for robotics?
That is what they said I had to learn soo...
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Unicorn on July 06, 2015, 09:12:08 PM
Quote from: alexgt on July 06, 2015, 08:28:09 PM
Quote from: DJ Omnimaga on July 06, 2015, 05:10:27 PM
Is java any good for robotics?
That is what they said I had to learn soo...
Get mad and say I WILL USE HP PPL! :P

I had to program a robot for a stem camp thing a long time ago. It seemed like a custom basic type language.
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: alexgt on July 07, 2015, 03:48:26 PM
Quote from: Unicorn on July 06, 2015, 09:12:08 PM
Quote from: alexgt on July 06, 2015, 08:28:09 PM
Quote from: DJ Omnimaga on July 06, 2015, 05:10:27 PM
Is java any good for robotics?
That is what they said I had to learn soo...
Get mad and say I WILL USE HP PPL! :P

I had to program a robot for a stem camp thing a long time ago. It seemed like a custom basic type language.
/me connects calc to computer then says this is your NEW controller :P
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Dream of Omnimaga on July 07, 2015, 05:02:23 PM
It would be cool to control a robot from an HP Prime :)
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Unicorn on July 08, 2015, 01:57:07 AM
And the project starts... If you could make a program that reads keypresses from a prime and sends them to an external transmitter you could...
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Dream of Omnimaga on July 10, 2015, 03:53:13 AM
Maybe with this?

https://www.youtube.com/watch?v=UVALe40TPkc
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Unicorn on July 10, 2015, 02:38:07 PM
Yeah, maybe.
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Snektron on July 10, 2015, 08:59:59 PM
Quote from: DJ Omnimaga on July 06, 2015, 05:10:27 PM
Is java any good for robotics?
I used it on my nxt a while back, but it wasnt very accurate with the motors and such... I'd use C for that kind of things anyway
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: alexgt on July 11, 2015, 12:03:17 AM
I would try to send it a note from the prime to the computer that would tell the robot what to do not individual key presses.
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Dream of Omnimaga on July 11, 2015, 01:51:07 PM
What would be great is if you could control the robot using the keypad, though. It would be akward to have to do it via a command console.
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Unicorn on July 11, 2015, 02:07:59 PM
Maybe you could use te control the computer thing, and have the computer send the signals?
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: alexgt on July 13, 2015, 02:58:10 PM
Quote from: DJ Omnimaga on July 11, 2015, 01:51:07 PM
What would be great is if you could control the robot using the keypad, though. It would be akward to have to do it via a command console.
If you were to control it with the messages thingy then yeah it would be hard but if there was something like the Axiom that allowed you to send keystrokes to your PC it would be doable
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Unicorn on July 13, 2015, 03:04:20 PM
IF you could get the prime to send signals to a remote or computer that then sends it to the robot, you would have to write a program that converts whatever code you get from a keypress to the command the robot would get. That would hypothetically work, yes?
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: alexgt on July 13, 2015, 08:18:15 PM
I would think, we just would have to hack it a bit more :P
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Snektron on July 13, 2015, 08:41:35 PM
Does the prime have a USB port? Then you can maybe hook a bluetooth or wifi dongle on it and use that
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: alexgt on July 13, 2015, 08:50:08 PM
It has a micro UBS port
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Unicorn on July 13, 2015, 10:32:24 PM
Micro usb to usb port?
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: alexgt on July 14, 2015, 12:39:22 PM
Well that is what you connect to your PC but it could be anything including another calc
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Dream of Omnimaga on July 28, 2015, 02:20:37 AM
I am pretty sure that there are adapters to connect the calc to an USB dongle. Whether they are available online only or in retail stores is another story, though. Also does every wifi dongle use a different protocol? I remember Kerm trying something with the Spark Core before but it only worked with that device I think.
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Unicorn on July 28, 2015, 03:55:11 PM
It might, but do'tthey work with all computers? o
Title: Re: Robotics & HP Prime discussion (split from Real life stuff)
Post by: Snektron on July 28, 2015, 07:30:16 PM
I guess you probably need some kiind of special dev dongle, where the protocol/source is actually available to everyone