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

0 Members and 1 Guest are viewing this topic.

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Look what my Nspire can do
« Reply #60 on: September 27, 2012, 03:49:24 am »
You could also try an HTML to image converter (such as this one?) and view it with mViewer.
« Last Edit: September 27, 2012, 03:49:31 am by ExtendeD »
Ndless.me with the finest TI-Nspire programs

Offline xacto

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +10/-0
    • View Profile
Re: Look what my Nspire can do
« Reply #61 on: September 27, 2012, 09:31:26 am »
Nah, I actually am already viewing webpages with mViewer. I wanted to use it to view manga. The problem I have with mViewer is that I have to go back to the menu every time. Also, since there is remembrance of the last opened file, I have to keep scrolling through them to get to the next one. 

Offline bsl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 157
  • Rating: +14/-0
    • View Profile
Re: Look what my Nspire can do
« Reply #62 on: October 21, 2012, 09:41:37 pm »
Here is the first release of nServer.

nServer is an Ndless program designed to receive and send messages to nRemote.
It can run as an Ndless stand alone or as a Lua module.
Currently, the Ndless standalone side is under developed, and intended for development purposes for now.
The Lua module side is more developed - it is a foreign function interface(ffi) for the Nspire.
As a Lua module it can aid in Lua programs to communicate with nRemote or,
 as simply a Lua extensions module for making native function calls without using nRemote.

The attached image shows a call to a native popup.
« Last Edit: January 05, 2014, 12:51:37 pm by bsl »

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 #63 on: October 21, 2012, 09:59:14 pm »
Cool!, but 1 question, when is this web browser going to be up for download?
This used to contain a signature.

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Look what my Nspire can do
« Reply #64 on: October 21, 2012, 10:32:53 pm »
Very nice!
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

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 #65 on: October 22, 2012, 09:38:41 am »
Nice to have released it :)
I'll probably soon talk publicly about nRemote 1.7 that is a good update.

@annoyingcalc : Ask Jim :P
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Look what my Nspire can do
« Reply #66 on: October 22, 2012, 04:51:23 pm »
Great release!  Nice work! :D


Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Look what my Nspire can do
« Reply #67 on: October 22, 2012, 08:02:09 pm »
Even though this is a little off topic, could the same commands sent by nRemote to the Nspire also be sent via arduino?
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

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 #68 on: October 22, 2012, 08:05:37 pm »
Even though this is a little off topic, could the same commands sent by nRemote to the Nspire also be sent via arduino?
nRemote uses TI's libs (unmodified) which can't be use on an arduino... However Tilp (jim bauwens made a standalone stripped version of what's needed) can send the direct only-needed commands. It's pure C, so, yes ?
« Last Edit: October 22, 2012, 08:06:15 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: Look what my Nspire can do
« Reply #69 on: October 22, 2012, 08:15:54 pm »
shoot, I was hoping I could use the arduino as a bridge
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: Look what my Nspire can do
« Reply #70 on: December 11, 2012, 04:59:53 pm »
Nah, I actually am already viewing webpages with mViewer. I wanted to use it to view manga. The problem I have with mViewer is that I have to go back to the menu every time. Also, since there is remembrance of the last opened file, I have to keep scrolling through them to get to the next one. 

Xacto, what do you mean by viewing webpages with mviewer?¡???

Regards,

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Look what my Nspire can do
« Reply #71 on: December 11, 2012, 05:11:42 pm »
I believe he was viewing web pages saved on his calculator.
« Last Edit: December 11, 2012, 05:11:55 pm by Art_of_camelot »

Offline noobnonin

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 151
  • Rating: +3/-38
    • View Profile
Re: Look what my Nspire can do
« Reply #72 on: December 11, 2012, 05:29:11 pm »
 <_<

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Look what my Nspire can do
« Reply #73 on: December 11, 2012, 11:53:40 pm »
That must take a lot of space, though. >.<
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)