Author Topic: Calc + TV remote = ???  (Read 13661 times)

0 Members and 1 Guest are viewing this topic.

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Calc + TV remote = ???
« Reply #15 on: December 05, 2013, 10:46:08 am »
True me too. That would be awesome  XD I would so prank people with that!
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Dapianokid

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 539
  • Rating: +46/-27
  • That one dude
    • View Profile
Re: Calc + TV remote = ???
« Reply #16 on: December 05, 2013, 05:44:47 pm »
I can see this being somewhat fun to tinker with using a Ti-83+, but why don't we just use a Casio Prizm or a TI Nspire and find out something epic to use this for?
Keep trying.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Calc + TV remote = ???
« Reply #17 on: December 06, 2013, 12:03:29 am »
If you want something epic to use it for, why not a proper computer? It's not as if the nspire isn't also an extremely limited platform.

Edit: \sarcasm
« Last Edit: December 06, 2013, 01:07:15 am by willrandship »

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: Calc + TV remote = ???
« Reply #18 on: December 06, 2013, 01:01:35 am »
I only have an 83+, that's why I only post these projects for this platform. And isn't it the tinkering with a limited platform what we enjoy and doesn't the fun come from the challenge?
« Last Edit: December 06, 2013, 11:36:43 am by MGOS »

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Calc + TV remote = ???
« Reply #19 on: December 06, 2013, 01:06:56 am »
That was my point, yes. If we really wanted to do these kinds of projects in a practical way, there are much better alternatives. Working with the resources we have on hand is part of the challenge, in my opinion.

Offline Hexatron

  • LV3 Member (Next: 100)
  • ***
  • Posts: 76
  • Rating: +2/-1
    • View Profile
Re: Calc + TV remote = ???
« Reply #20 on: December 06, 2013, 01:29:38 am »
Woah, cool!
Now you got me thinking about a calculator controlled microwave
*Hexatron runs
« Last Edit: December 06, 2013, 01:29:53 am by Hexatron »

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Calc + TV remote = ???
« Reply #21 on: December 06, 2013, 01:32:32 am »
That's totally feasible. Just get a few relays, or rip the controls out of an existing microwave.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Calc + TV remote = ???
« Reply #22 on: December 06, 2013, 09:26:02 am »
When I read the title, I expected you to have made a remote out of a calc by creating some sort of plug attachment. But this is cool too. :)

This is what I expected as well. However, I have to say that I was not disappointed. This is quite awesome! :D

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Calc + TV remote = ???
« Reply #23 on: December 06, 2013, 10:45:52 am »
Quote
Now you got me thinking about a calculator controlled microwave

Code: [Select]
:.MICROPRGM
:Full
:GetCalc("foodCheesburger",Y1)
:GetCalc("applianceMicrowave",Y2)
:Send(Y1,Y2,{Y1-2}r)
:setTime(30)
:"seconds"->TInterval
:startTmr

lol  XD
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: Calc + TV remote = ???
« Reply #24 on: December 06, 2013, 11:42:40 am »
Now you got me thinking about a calculator controlled microwave
*Hexatron runs
I'd love that! :D


I was actually thinking of something more versatile, kinda an Axe-to-Arduino interface - giving you all the major Arduino functions (pinMode, digitalRead/Write, analogRead/Write, Serial interface, etc) in the axiom and a slave program running on the arduino/atmega/attiny. Maybe that will lead more people to include their calc into their hardware hacking projects and create more awesomeness :)
« Last Edit: December 06, 2013, 11:44:10 am by MGOS »

Offline Dapianokid

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 539
  • Rating: +46/-27
  • That one dude
    • View Profile
Re: Calc + TV remote = ???
« Reply #25 on: December 06, 2013, 06:07:37 pm »
I like the idea of extremely limited platforms being used for complicated tasks. Forget the Nspire idea.
I think I'm going to use this to communicate with somebody else accross a room via calc. :P
Keep trying.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Calc + TV remote = ???
« Reply #26 on: December 09, 2013, 01:45:25 pm »
Now you got me thinking about a calculator controlled microwave
*Hexatron runs
I'd love that! :D


I was actually thinking of something more versatile, kinda an Axe-to-Arduino interface - giving you all the major Arduino functions (pinMode, digitalRead/Write, analogRead/Write, Serial interface, etc) in the axiom and a slave program running on the arduino/atmega/attiny. Maybe that will lead more people to include their calc into their hardware hacking projects and create more awesomeness :)
Well, Keoni29 made a linking protocol for Axe + Arduino stuff. ;) I guess more of these interfaces can't hurt anyway. :P

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: Calc + TV remote = ???
« Reply #27 on: December 10, 2013, 12:56:33 am »
I remembered that one, but my idea is quite a bit different - you load a single program to the AVR which makes it act like a slave and does everything for thr calc. The main program is running on the calc and giving Low level commands to the AVR - instead of just a linking protocol for bytes.