Show Posts

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.


Topics - runeazn

Pages: [1]
1
TI-Nspire / Making the DS battery charge on the TI nspire
« on: April 18, 2012, 11:49:39 am »
Is there a way to make the ti nspire charge?

I still wonder isnt the connectors at the wrong place making it not able to charge?
--++ layout?

is there a way to figure out polarity of each of the 4 pin with a multimeter?

info needed for testing :

battery with traingle within a !, does that mean battery error or battery energy lvl super low?

2
Computer Programming / defining a function
« on: March 03, 2012, 07:33:40 pm »
ok this is my code with temp fix :

def i_to_c(inches):"
    inches=inches * 2.54
    return inches

def lbs_to_kg(lbs):
    lbs=lbs * 0.45359237
    return lbs

height = i_to_c(height)
weight = lbs_to_kg(weight)"


my first one was :"
def i_to_c(inches):
    inches=inches * 2.54

def lbs_to_kg(lbs):
    lbs=lbs * 0.45359237

i_to_c(height)
lbs_to_kg(weight)"


why doesnt my first code work? it should do fine me thinks.
but it still prints the first definition of that variable
while the function should redefine the variable..

3
Computer Programming / How do you make games with coding???
« on: February 25, 2012, 10:24:00 am »
I still dont get how you can make games with coding after getting a little taste of coding language python :P

4
TI-Nspire / 3DS battery in Ti-nspire
« on: February 12, 2012, 11:13:45 am »
So i found this battery : http://www.ebay.com/itm/3-7V-Li-ion-Rechargeable-Battery-for-Nintendo-3DS-Tool-/160573338176?pt=Video_Games_Accessories&hash=item2562eab240
and i hoped this would be a better fit than the Ds lite battery.


and I know the middle pin is for sensing if the battery isn't too hot or overcharging and i wondered which pin(s) have this function in the ti nspire?
As the iphone battery has 4 pins and 2 of them are non + and -, so i thought as the ti nspire also has 4 pins maybe they correspond or something like that.

also picking out which pins to connect which pins isn't a problem as i have the right connector for it :)

5
Computer Programming / Recursive function
« on: January 27, 2012, 03:53:18 pm »
So im followign a guide but i dont  get it D:

let say we have

def factorial(number):
    if number <=1 #base case
        return=1
    else:
        return number*factorial(number-1)




the return 1 part wont it keep continue repeating the process of putting 1 in the factorial to infinty?

or am i reading it wrong?

or if it returns 1 then that means no matter what factorial(x)= 1
??

6
So i know how to do it on a 84+ as my teacher explained it, but i dont have a 84+ :banghead:
so I wonder how i do it on my calc?

7
TI-Nspire / More optimized,faster Ti 84+ emulation on Ti nspire(Idea)
« on: August 26, 2011, 06:13:02 pm »
After some IRC chat with DJ_O and Runer, I decided to ask the community for a better coded ti 84+ emulator.
So well Yeah IDea, I cant code myself so I will need to ask the community for it.

8
So i got 4 games,
Tag, 16kb?
Jump,2kb
Falldown ,1,8kb?
Zelda, 16kb

and then it say it cant run tag as memory is too full, seriously does it have that little memory.
Or am i doing something wrong?

EDIT: sSorry wrong section..

9
So I finally figured out after much testing how to install it properly.

1. Uninstall all programs for linking, student TI nspire software can stay as it doesnt give any problems, for me atleast, uninstall for more chance of succession.
2. Reboot.
3. Install TiLP
4. go to device manager and go to libusb, your device not there go to 5, if it is go straight to 8. (Step 5-7 are not a must, but i recommend them.)
5.uninstall TI educational device or unknown device at the usb bus controllers
6. reboot
7. let it install the ti educational driver.
8. Go back to device manager. Click update drivers on the Ti educational device/unknown device.
9. Browse manually for drivers, and then let me pick from a list on my computer.
10. you see the educational driver and under there TI-84+ silver driver! Yes thats the one we need.
11. try to install it, it fails right? Reboot and before it is starting windows hit F8, and click on disable digital driver signing enforcement.
12. Redo step 8+9
13. Start TiLP, go to change device(shortcut CTRL+D).
14. select  TI84+ click on the magnifier to search, change port number to the port number it shows.
15. change time-out to 10 seconds(fill in 10000) if you get the error, device timeout, which you almost certainly will get as that is the problem we get at ti connect, unable to communicate.
16. viola you got it working :)

10
So i did google abit read the 44 pages topic here and there, and i still dont understand anything? :banghead:

So i need to install ndless? I also read in a topic, that you need to compile the ndless? When I download it you get a nice zip-file with normal files?
How do i install ndless somebody got any steps, i'm a total noob yeah,sorry.

After I install it, does it take my normal TI-Nspire functionality away, as in, is it a whole OS? ndless.
Why I am thinking that, as there is a Ti-Nspire Emulator and there must be a good reason for that, what i think is thus that you loose the normal capabilities of the calc.

Where can I Download GBC4you file something, .tns to make my play :)?
And what are those tns files actually? ti-nspire something?
Where do you put them? Where can I download games? Or will normal .rom files do it?
I also saw the games section, are those games that do not run on a emulator? or have a emulator built in?

I really am a total n00b sorry but i am looking forward to play games, and your replies.

Thank you,
-R

Pages: [1]