241
TI-BASIC / Re: What does Ndless 3.6 Do exactly? How to code?
« on: November 05, 2014, 04:56:53 pm »
Cygwin needs admin rights? I'm fairly sure it doesn't.
BTW: The topic is miles away.
BTW: The topic is miles away.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 241
TI-BASIC / Re: What does Ndless 3.6 Do exactly? How to code?« on: November 05, 2014, 04:56:53 pm »
Cygwin needs admin rights? I'm fairly sure it doesn't.
BTW: The topic is miles away. 242
TI-BASIC / Re: What does Ndless 3.6 Do exactly? How to code?« on: November 05, 2014, 12:56:47 pm »
There is the possibility to provide a prebuilt cygwin environment, but I guess that's very close to a VM or boot2docker.
243
TI Calculators / Re: Can you use Math Apps Without Ndless« on: November 05, 2014, 12:55:04 pm »Quote I dont understand why Nspire is so slow.I do. They have debugging enabled. Makes reverse engineering easier, but everything much slower. Quote It has like 64 mb memory and 100mb space. YET it manages to be slower than other TI calculatorsIt's just the OS, not the hardware. Win 98 would run fine if it would run at all Quote Seriously TI if you want people to use AND enjoy the product, dont just focus on security. I have had one and now i use ti 84+ even though nspire is there for me. And i am actually thinking of getting a Prime and get rid of TI foreverI think the same, especially because the "focus on security" doesn't seem to work out, does it? 244
TI Calculators / Re: Can you use Math Apps Without Ndless« on: November 05, 2014, 11:35:55 am »Quote Nah, 3.9 is bloody fast compared to 3.6 and its got a few extra features its pretty enticing!It's even slower than 3.6 concerning booting, opening files, touchpad, text input... At least for me. 245
TI-BASIC / Re: What does Ndless 3.6 Do exactly? How to code?« on: November 05, 2014, 11:34:09 am »There is a recent version of the SDK prebuilt? The SDK had a bug in malloc until two days ago.You can find some tutorials for linux and other Unixes on hackspire, if you're using Windows, I strongly recommend you to setup a linux VM or dual-boot. 246
TI-BASIC / Re: What does Ndless 3.6 Do exactly? How to code?« on: November 05, 2014, 06:46:27 am »
Hi and welcome here, Lorenz!
(You're not related to Johannes Schlüter, are you? ) Ndless is basically a jailbreak for your Nspire. It overrides a part of the system and allows user-made native code programs to run. Ndless programs are written in either ARM assembly or C. Most people like to use C because assembly is just a lot harder.That's not 100% right. With the SDK you can also compile C++ and other languages supported by the GNU toolchain (If you're curious, you can also try to use llvm). such as Go or Java. You can find some tutorials for linux and other Unixes on hackspire, if you're using Windows, I strongly recommend you to setup a linux VM or dual-boot. 247
News / Re: Downgrade For Ti-nspire os 3.9 released« on: November 04, 2014, 04:19:58 pm »Quote There is a huge process that needs to be followed before TI can release a new OS. They need to test, distribute and make sure that there aren't any big regressions in the new build (bad updates have bricked devices in the past, they don't really want that happening again).Yes, and you can see the (what I believe is) the build number. For 3.9.0.493 it's probably 493, so they did clearly have some work on building and testing... 248
TI-Nspire / Re: kArmTI - TI-Nspire emulator with skin« on: November 04, 2014, 12:50:42 pm »
OS 3.9 does work with nspire_emu just fine.
249
News / Re: Downgrade For Ti-nspire os 3.9 released« on: November 04, 2014, 12:19:18 pm »Oh Vog ninja'd me.Yes, all programs compiled with the new sdk work on 3.1 as well if they don't use any incompatible features explicitly. 250
News / Re: Downgrade For Ti-nspire os 3.9 released« on: November 04, 2014, 12:09:59 pm »Quote I don't run any lua on my calc and I don't use it for school so I prefer to use OS 3.1 since I can debug on-calc pretty fast. I just need to get myself an UART.The "new" SDK has a feature to redirect stdout to the display with nspireio. It shouldn't conflict with other libs trying to access the display Quote What would be an UART? RS232 serial connection over CMOS levels in this case Quote Also yeah one reason why I stay with OS 3.1 is how even without nLaunchy I still don't need to re-install Ndless every reboot. Saves a bit of time considering the Nspire startup is already long to begin with. OS size is also a factorThe 2 MB or somewhat aren't really an issue and startup time is not an issue either. The solution is pretty easy: Just install nLaunch and you can use both. 251
News / Re: Downgrade For Ti-nspire os 3.9 released« on: November 04, 2014, 10:59:47 am »Quote It's nice that it came out for new users, even though I won't need it since I have an Nlaunchable calc and I'm still running is 3.1 anyway.Same here, I'm mostly still developing for 3.1. Mostly because 3.1 is much faster (especially file transfer in nspire_emu) and also to ensure backwards-compatibility. My calc runs on 3.6 for school reasons ("domain" function mainly) 252
Other / Re: Making a sound mixer« on: November 04, 2014, 10:55:29 am »Quote well i wanted to be able to control that thing without the need of a computerI can only recommend that you read a bit about MCUs, they're really useful for this kind of stuff (MCU = Micro Controller Unit = Mikrocontroller, in case that wasn't clear) 253
Other / Re: Making a sound mixer« on: November 04, 2014, 09:33:14 am »
You can also do this digitally, without pots, by using some analog multiplexers and digital pots.
I built a preamp consisting of a TDA7439 and TEA6420, it sounds pretty impressive, although it's not complex in any way. You could easily combine it with some PT2257 and control the whole thing over I²C with a MCU with the added bonus of remote control and you can also save/restore some settings. 254
Computer Projects and Ideas / Re: [idea] Hack This Game - Teaching C in a Fun Way« on: November 04, 2014, 09:25:05 am »
There are already a few projects similiar to this for other languages, mainly .NET and Java based ones: Robocode, AntMe(German).
You have to develop a simple KI and battle against other KIs. I actually wrote (well, had to, for school) something for Java and I can tell you, it's not easy to make it interesting for the target group. And it's not much fun if it gets boring. 255
News / Re: Downgrade For Ti-nspire os 3.9 released« on: November 04, 2014, 09:16:36 am »Quote I tried using this, but after i opened the .tns file and connected my nspire to the computer, it said "downgrade protection disabled" and now the computer doesn't register the calculator is plugged in, even other nspires don't acknowledge the connectionReboot the calc and try again, some attempts may fail. |
|