So, you were asking for an iPad Nspire app.... ?

974 views
Skip to first unread message

Adriweb

unread,
Apr 20, 2012, 11:53:00 AM4/20/12
to tins...@googlegroups.com
Hi there,

I've seen a lot of people here discussing about the fact that TI should make (if they aren't already) an Nspire iPad App of some sort, so the Nspire platforms really extends further than PC + Calc...

Several weeks ago, Jim Bauwens (a great, well-known Lua programmer) created a program called 'PCspire' (https://github.com/jimbauwens/PCspire), who is able to run Nspire Lua scripts natively, without the Nspire Software nor an emulator. This enabled Linux users to be able to code Lua scripts too, for example, who couldn't do so easily before.

But now (the greatest part), Jim successfully started (and is in a quite advanced state) porting most of the Nspire Lua framework into your Web Browser !
Now there isn't any restriction on the user's type of device, as long as it can execute [recent] Javascript. How is that even cooler than expected (I mean, "expected" as running every script on your PC's web browser at a really smooth speed (no lag), with resizing-support (like the Nspire Software)) ? Well, it can even run on mobile platforms. Yes, iPads, other tablets, smartphones like iOS, Android devices etc. And it's all almost "native" (as in JavaScript). Also, we can bind some mobile device's hardware (like the accelerometer) to some "Vernier sensor" lua events, for example, to simulate motion etc.

I won't make you wait a second anymore, check it out : http://bwns.be/jim/WEBspire/JSspire.html

If you can't/don't want to try : Here's a video with an iPad : http://www.youtube.com/watch?v=lLtfsV6zjHI

It's running (for debugging purposes, right now), a nice game ("CubeField") featuring some 3D effects, also available on a .tns format here : http://tiplanet.org/forum/archives_voir.php?id=3755

While WebSpire is still in development and some API functions aren't functional yet, it hopefully will be soon and will be able to provide the most exciting experience for on-the-go Lua developers who don't have access to their calc and/or the software.
Sure, it's only capable right now to run Lua Scripts, but in the future, we plan to code an online SDK like the 3.2 one, so users will be able to fully have access to a "Nspire-Lua Dev. Platform" from anywhere.

Hopefully, this will be intergrated into http://www.inspired-lua.org
For those who may not know, Inspired-Lua is a website I made with Jérémy Anselme ("Levak") and Xavier Andreani (Critor) to fully document the Nspire Lua language and provide tutorials. It's localized both in French and English. It has been featured multiple times during T3 conference.

We also plan to integrate this "Lua player" into TI-Planet in order to avoid when possible the use of the DocPlayer which is in Java and doesn't load on all platforms. It's also much (much) lighter.
And of course, once the "online Lua SDK" is out, TI-Planet is going to feature it along its online generators too (zCreator (82/83/84 doc creator) and nCreator (Nspire Notes creator)).


So, I may think you could see both some good points (not going to list them as they are obvious) and bad point(s), like : "Hmm, this is directly going against the purpose of the Software-integrated SDK". To which we can answer : No ! We can say it's complementary. For now (as in not yet), it doesn't support the "math.eval" function (Math calculations function) while the Software does. Also, the sofware only runs on Mac and Windows... contrary to a online-based SDK... Moreover, they are tons of willing programmers who may discover the great capabilities of Nspire Lua programming (from Inspired-Lua for instance), but they don't have the software, for example, so that enables them to try it out before going further ! 

As you can see, it can only be positive and will attract more and more programmers to create content for the Nspire !


Adrien 'Adriweb' Bertrand,
Looking forward to know what you think about that !

Joe

unread,
Apr 20, 2012, 8:05:40 PM4/20/12
to tinspire
Running LUA is not the same as having an nspire iPad app that is a
nspire calculator app. The point is to have an nspire emulator on the
iPad that can be used as a substitute for the hand held calculator so
that students and teachers who have an iPad don't have to also carry
around the hand held calculator in order to do math. Surely you
aren't suggesting that is what Mr. Bauwens has produced are you? The
point is to have nspire "calculator" capability on the iPad so as to
avoid switching to another calculator app which would require getting
used to a different interface format and somewhat different math
capabilities.

On Apr 20, 8:53 am, Adriweb <bertrand.adr...@gmail.com> wrote:
> Hi there,
>
> I've seen a lot of people here discussing about the fact that TI should
> make (if they aren't already) an Nspire iPad App of some sort, so the
> Nspire platforms really extends further than PC + Calc...
>
> Several weeks ago, Jim Bauwens (a great, well-known Lua programmer) created
> a program called 'PCspire' (https://github.com/jimbauwens/PCspire), who is
> able to run Nspire Lua scripts natively, without the Nspire Software nor an
> emulator. This enabled Linux users to be able to code Lua scripts too, for
> example, who couldn't do so easily before.
>
> But now (the greatest part), Jim successfully started (and is in a quite
> advanced state) porting most of the Nspire Lua framework into your Web
> Browser !
> Now there isn't any restriction on the user's type of device, as long as it
> can execute [recent] Javascript. How is that even cooler than expected (I
> mean, "expected" as running every script on your PC's web browser at a
> really smooth speed (no lag), with resizing-support (like the Nspire
> Software)) ? Well, it can even run on mobile platforms. Yes, iPads, other
> tablets, smartphones like iOS, Android devices etc. And it's all almost
> "native" (as in JavaScript). Also, we can bind some mobile device's
> hardware (like the accelerometer) to some "Vernier sensor" lua events, for
> example, to simulate motion etc.
>
> *I won't make you wait a second anymore, check it out : **http://bwns.be/jim/WEBspire/JSspire.html*
>
> If you can't/don't want to try : Here's a video with an iPad :http://www.youtube.com/watch?v=lLtfsV6zjHI
>
> It's running (for debugging purposes, right now), a nice game ("CubeField")
> featuring some 3D effects, also available on a .tns format here :http://tiplanet.org/forum/archives_voir.php?id=3755<http://tiplanet.org/forum/archives_voir.php?id=3755&play=>
>
> While *WebSpire* is still in development and some API functions aren't
> functional yet, it hopefully will be soon and will be able to provide the
> most exciting experience for on-the-go Lua developers who don't have access
> to their calc and/or the software.
> Sure, it's only capable right now to run Lua Scripts, but in the future, we
> plan to code an online SDK like the 3.2 one, so users will be able to fully
> have access to a "Nspire-Lua Dev. Platform" from anywhere.
>
> Hopefully, this will be intergrated intohttp://www.inspired-lua.org
> For those who may not know, Inspired-Lua is a website I made with Jérémy
> Anselme ("Levak") and Xavier Andreani (Critor) to fully document the Nspire
> Lua language and provide tutorials. It's localized both in French and
> English. It has been featured multiple times during T3 conference.
>
> We also plan to integrate this "Lua player" into TI-Planet in order to
> avoid when possible the use of the DocPlayer which is in Java and doesn't
> load on all platforms. It's also much (much) lighter.
> And of course, once the "online Lua SDK" is out, TI-Planet is going to
> feature it along its online generators too (*zCreator* (82/83/84 doc
> creator) and *nCreator* (Nspire Notes creator)).

Lana Golembeski

unread,
Apr 20, 2012, 8:39:14 PM4/20/12
to tins...@googlegroups.com
Joe, but even more so lets think outside the box! Let's dream about what else we would like from TI to support our students. Let's not limit us to just the emulator (which would be awesome) but think about what else iPad and TI together could do! The iPad is marvelous and lets think about how we could take the best of both worlds.

I think TI would make more $$ w an app than selling just the handhelds. We will probably be giving iPads to ALL students within a couple years. So that would be 3000 apps we would need to buy. Currently we have about 100 calculators for student use and they get stolen. This would be cheaper for our district (assuming a site license) and we would not be losing calculators or batteries (the kids steal them). I think it could be a win-win for both districts and TI with the students being the clear winners.

Sent from my iPhone
Lana

> --
> To post to this group, send email to tins...@googlegroups.com
> To unsubscribe send email to tinspire+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
> The tns documents shared by group members are archived at
> https://sites.google.com/site/tinspiregroup/classroom-news/welcome-abouttime

Jim Fullerenex

unread,
Apr 20, 2012, 9:09:16 PM4/20/12
to tins...@googlegroups.com
Adrien's post sounds very promising. ;)

Best,

Jim
--

Adriweb

unread,
Apr 21, 2012, 6:31:02 AM4/21/12
to tins...@googlegroups.com
Answer to everybody : 

Having an Nspire iPad app would indeed mean having the calculations part, of course. But it would also mean to have the other parts. And the (Lua) Programming part is quite big, since you can do whatever you want with that.
This topic is not to say that your dream app has finally arrived, porting all the Nspire capabilities, but just a "first step" towards that.

Plus, Jim Bauwens is looking into adding a math Engine (possibly CAS) so that it would be able to replicate the math calculations as a normal Nspire would have.

Andy Kemp

unread,
Apr 21, 2012, 6:52:37 AM4/21/12
to tins...@googlegroups.com
Thanks for sharing this - It has a lot of really interesting potential.  Even if TI release an app (which like others I am hopeful they will), there is still an interesting case for making some of the interesting maths scripts available to students on an iPad who haven't purchased the app…  Whilst it does in no way replace the need for a full app (and I don't think anyone implied this), it offers a really interesting additional possibility!

Thanks for taking the time to share this.

--

Jim Bauwens

unread,
Apr 21, 2012, 8:09:03 AM4/21/12
to tinspire
Hello all,

As Adrien stated, currently it doesn't come close in any way to full
Nspire software.
But, I plan to implement support for other Nspire stuff in the future,
including the mathematical port.
I can never fully support everything, but I think I can manage to
support a great deal.

Greetings,
Jim
> >https://sites.google.com/site/tinspiregroup/classroom-news/welcome-ab...

Sean Bird

unread,
Apr 21, 2012, 9:28:03 AM4/21/12
to tins...@googlegroups.com
If this was a Facebook page I would like Andy's comment. Well said. 
Keep up the good work Adrien, Jim, 'Levak', Xavier, etc.

I'm especially excited about the potential of the accelerometer and using "Venier sensor" events.
 At a recent conference I saw a Mr. Vernier himself program LEGO Mindstorm to be controlled by a Vernier hand dynamometer and an accelerometer. I wonder what educational mathematical activities teachers can dream about doing if controllers like tilting and squeezing could make something happen?

- Sean Bird 

Joe

unread,
Apr 21, 2012, 1:33:17 PM4/21/12
to tinspire
With a math engine I would definitely be interested.

Adriweb

unread,
Feb 6, 2013, 6:18:18 PM2/6/13
to tins...@googlegroups.com
The officiel TI-Nspire (cas and non-cas) iPad applications have been released in the App Store :)

Sean Bird

unread,
Feb 6, 2013, 7:26:24 PM2/6/13
to tins...@googlegroups.com
Nice find Adrien,
Here is the info from this site  https://itunes.apple.com/au/app/id545351700&mt=8?affId=2222910
  • Released: 07 February 2013
  • Version: 3.4.0
  • Size: 44.9 MB
  • Languages: English, Bokmål, Norwegian, Danish, Dutch, Finnish, French, German, Italian, Portuguese, Spanish, Swedish
  • Seller: Texas Instruments
  • © (c) 2012 by Texas Instruments Incorporated, All Rights Reserved.

Requirements: Compatible with iPad 2 Wi-Fi, iPad 2 Wi-Fi + 3G, iPad (3rd generation), iPad Wi-Fi + 4G, iPad (4th generation), iPad Wi-Fi + Cellular (4th generation), iPad mini and iPad mini Wi-Fi + Cellular. Requires iOS 5.0 or later.

Description

Texas Instruments, the No. 1 recommended brand of graphing calculators in the U.S., has optimized its most powerful Computer Algebra System (CAS) math engine for an all-in-one iPad app that makes teaching and learning math more engaging, meaningful and … fun!

ONE CAS APP. ALL THE MATH.

Open the door to math mastery with the first-in-class iPad CAS app that delivers comprehensive graphing, data entry and analysis, statistical modeling and calculating functionality.

Solve equations with algebraic precision, factor and expand variable expressions, complete the square, find antiderivatives, compute limits, find exact solutions in irrational form and more.

Make math more meaningful by importing images from the iPad camera or photo library and overlaying graphs and equations on them to illustrate abstract math principles in the real world.*

Visualize crucial connections by observing how equations change — in real time, on one screen — when you touch, grab and interact with shapes, graphs and objects on the screen.

Graph functions, inequalities, implicit functions, conic sections, scatter plots, statistical plots and regression models, 3D graphs, parametric, polar and differential equations.

Enter equations in proper math notation so math symbols and formulas on the screen are identical to those in text books and on the board.

Deepen understanding by exploring hundreds of free activities for Pre-Algebra, Algebra, Geometry, Calculus, Statistics, Pre-Calculus and more from the online Math Nspired resource center.

Create and store work on your iPad, and share it using your Email or Dropbox account.

A COMPLETE LEARNING RESOURCE

TI Education Technology is committed to success in mathematics by providing advanced learning tools that have been designed in collaboration with leading educators and researchers.

TI provides world-class professional development for teachers, as well as free activities and curriculum content.

For additional information about the TI-Nspire CAS App for iPad, please visit our website.

* TI-Nspire App for iPad supports .jpg, jpeg, .bmp and .png image formats.
iPad is a registered trademark of Apple Inc.

Julie Dansby

unread,
Feb 6, 2013, 8:08:25 PM2/6/13
to tins...@googlegroups.com
Not yet available in US stores.

--
--
To post to this group, send email to tins...@googlegroups.com
To unsubscribe send email to tinspire+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
The tns documents shared by group members are archived at
https://sites.google.com/site/tinspiregroup/classroom-news/welcome-abouttime
 
---
You received this message because you are subscribed to the Google Groups "tinspire" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tinspire+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

323.gif

Jody and Joy Crothers

unread,
Feb 6, 2013, 9:40:52 PM2/6/13
to TI IT list
Hi all
we have the Ipad app downunder already, finally an advantage to the timezones.
The ability to take photos from with the app and use them is great,

I have had a few Fatal issue with the app messages, but I am expecting the updates will follow.

cheers
Jody


Date: Wed, 6 Feb 2013 17:08:25 -0800
Subject: Re: [tinspire] Re: So, you were asking for an iPad Nspire app.... ?
From: juda...@gmail.com
To: tins...@googlegroups.com
323.gif

Scott Lockhart

unread,
Feb 7, 2013, 12:44:42 AM2/7/13
to tinspire
Jody,

Care to elaborate on the "Fatal issue with the app messages"? I just saw it appear on the App Store here in the states and was definitely curious about it. Any other perks, other than an easy import of photos? Worth investing in if I already have a class set of Nspires and iPads? Thanks for the info.

Scott

JB

unread,
Feb 7, 2013, 6:28:37 AM2/7/13
to tins...@googlegroups.com
Hi, when is it due to be released in the US?

Scott Lockhart

unread,
Feb 7, 2013, 8:43:36 AM2/7/13
to tins...@googlegroups.com

I saw it in the App Store (iTunes) last night in the US before I went to bed.

On Feb 7, 2013 3:28 AM, "JB" <arcs...@cinci.rr.com> wrote:
Hi, when is it due to be released in the US?

Adrien Bertrand

unread,
Feb 7, 2013, 8:46:43 AM2/7/13
to tins...@googlegroups.com
It has been temporarily pulled out of the App Store(s) for security reasons. It should be back "soon", once it's fixed, but there is no ETA.



2013/2/7 Scott Lockhart <scott.l...@gmail.com>

Edison Orellana

unread,
Feb 19, 2013, 2:49:54 PM2/19/13
to tins...@googlegroups.com
Does anyone know if TI is planning on making an app for android as well? 

Mike Houston

unread,
Feb 19, 2013, 3:03:08 PM2/19/13
to tins...@googlegroups.com
TI is indeed planning on creating an app for the android market. As far as I know, there is no expected date for a release. 

Mike Houston

Sent from my iPhone
--

Adrien Bertrand

unread,
Feb 19, 2013, 3:04:54 PM2/19/13
to tins...@googlegroups.com
Yes, indeed even if it was denied by some in the past, it's getting more and more official, as we can even see it in LinkedIn profiles of TI emplyees working on that project ;)


2013/2/19 Mike Houston <msh...@hotmail.com>

Elbert W Dooley

unread,
Feb 19, 2013, 3:12:36 PM2/19/13
to tins...@googlegroups.com
Everyone,

Its there!  At the Apple store.

EWD

Travis Bower

unread,
Feb 19, 2013, 10:57:40 PM2/19/13
to tins...@googlegroups.com
Elbert, please supply the link to the Android version...or were you referring to the iPad version?

CONFIDENTIALITY NOTICE: This is a transmission from the Santa Barbara Unified School District and may contain privileged and confidential information. It, and any attachments, are intended only for the addressee(s) . If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication and its attachments is strictly prohibited by applicable state and federal law. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message and attachments.

Santa Barbara Unified School District - "Every child, every chance, every day"
Reply all
Reply to author
Forward
0 new messages