Author Topic: Look what my Nspire can do  (Read 28676 times)

0 Members and 1 Guest are viewing this topic.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Look what my Nspire can do
« on: September 13, 2012, 06:01:12 pm »
Over the last few days I've worked together with Adriweb to bring the web to our Nspire's.

Here is our first major result:


What you see here is my Nspire requesting a webpage. The PC responds, and sends the data to my handheld.
There a web browser I created parses the html and displays it.
It's entire coded in Lua, and the heavy parsing work is al on calc. No Ndless here :)

The PC side is built with libti*, but Adrien is integrating the stuff into nRemote, so all platforms are supported.

So, what do you think ?
« Last Edit: September 13, 2012, 06:01:59 pm by Jim Bauwens »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Look what my Nspire can do
« Reply #1 on: September 13, 2012, 06:02:03 pm »
It's awesome! Only what does it do with javascript? :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: Look what my Nspire can do
« Reply #2 on: September 13, 2012, 06:04:07 pm »
I thought libti supported all platforms...

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Look what my Nspire can do
« Reply #3 on: September 13, 2012, 06:04:24 pm »
Congratulations !

You did more than me on this side, though, so credits to you for the web browsing \o/

But indeed, I will try to integrate more nice stuff (than calc-to-calc chatting and IRC, which both work well, btw) into nRemote soon :)
It would be good I guess to have separate versions tho, one "clean" with only the remote one, for teachers probably, and one more community oriented with all kond of fancy stuff :P
« Last Edit: September 13, 2012, 06:06:05 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Look what my Nspire can do
« Reply #4 on: September 13, 2012, 06:06:15 pm »
does the nspire have some sort of possibility to transfer data wireless (I don't have one)? Coz that would be then a lot more awesome! :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: Look what my Nspire can do
« Reply #5 on: September 13, 2012, 06:08:35 pm »
There's an addon by TI that gives that, but it's expensive and non-documented.

Offline blfngl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +3/-4
  • No worry, I'll surpass Calc84 in greatness...never
    • View Profile
Re: Look what my Nspire can do
« Reply #6 on: September 13, 2012, 06:10:57 pm »
Ooooo I like!
*fakes doing math but is really on omnimaga*
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:

TiLibs
My Projects:
Minecraft Library

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: Look what my Nspire can do
« Reply #7 on: September 13, 2012, 06:11:16 pm »
I thought libti supported all platforms...

It is, but it might be harder for me to provide support for platforms I don't work on. Having two versions guarantees support :)
Yes, it works wirelessly if you have the dongle and nRemote ;)
« Last Edit: September 13, 2012, 06:12:32 pm by Jim Bauwens »

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Look what my Nspire can do
« Reply #8 on: September 13, 2012, 06:26:42 pm »
Well I have a problem with nRemote my calc isnt detected

Windows XP
I do exactly as the instructions say

so will this work on my calc?
This used to contain a signature.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Look what my Nspire can do
« Reply #9 on: September 13, 2012, 06:26:58 pm »
Well the Wireless cradle is more intended for teachers since it's supposed to work with the Navigator, thus the price .... :(
But indeed it works, we've tried (and it's awesome omg) :)
« Last Edit: September 13, 2012, 06:27:52 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Look what my Nspire can do
« Reply #10 on: September 13, 2012, 06:28:52 pm »
Would this work on my nspire cx os 3.1.0? nremote never detects my calc
This used to contain a signature.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Look what my Nspire can do
« Reply #11 on: September 13, 2012, 06:49:24 pm »
Would this work on my nspire cx os 3.1.0? nremote never detects my calc
I have never experienced any issues with nRemote (as long as you have TINCS 3.2 installed), for any calc OS. Tested on any model and multiple OS 3.x.

Do you have some error log ? (launch it in terminal :     java -jar [path_to_nRemote.jar]   )

Anyway, once you get nRemote working, yes, the rest would follow :)
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Look what my Nspire can do
« Reply #12 on: September 13, 2012, 06:50:56 pm »
I use teminal ill give you the log in a sec and TINCS? ti nspire computer software? yes but I have 3.1 because I dont want to lose ndless
This used to contain a signature.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Look what my Nspire can do
« Reply #13 on: September 13, 2012, 07:13:20 pm »
Here is the log

« Last Edit: September 13, 2012, 07:15:41 pm by annoyingcalc »
This used to contain a signature.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: Look what my Nspire can do
« Reply #14 on: September 14, 2012, 08:59:21 am »
Are you using the 3.2 TINCS? That is required. It won't prohibit you from using ndless.

Some people need a high five in the face... with a chair.
~EC