GPIO 26
11 posts
• Page 1 of 2 • 1, 2
GPIO 26
I'm doing some work with the gpios and found that only 3 where listed.
For the one that doesn't know you cant access gpio 0 / 4 / 22 accessible on pin 17 / 6 / 18.
I found that gpio 26 which is accessible on pin 7 also works (at least as an input) is there a reason that it isn't listed on hackspire?
(Im using a nspire cx cas with ndless 4.2)
For the one that doesn't know you cant access gpio 0 / 4 / 22 accessible on pin 17 / 6 / 18.
I found that gpio 26 which is accessible on pin 7 also works (at least as an input) is there a reason that it isn't listed on hackspire?
(Im using a nspire cx cas with ndless 4.2)
Last edited by TheStaticTurtle on 30 Apr 2020, 19:21, edited 1 time in total.
-
TheStaticTurtle
Niveau 4: MC (Membre Confirmé)- Posts: 16
- Joined: 01 Oct 2016, 11:47
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 1ere année DUT Informatique
- GitHub: TurtleForGaming
Re: GPIO 26
Hi.
I did only test gpio in output mode, with a LED connected on each gpio pin of the dock connector.
The only ones which worked for me were :
Thanks for sharing your test results.
I did only test gpio in output mode, with a LED connected on each gpio pin of the dock connector.
The only ones which worked for me were :
- GPIO0 (pin 10 as labelled on the CX, pin 17 as described on hackspire)
- GPIO4 (pin 21 as labelled on the CX, pin 6 as described on hackspire)
- GPIO22 (pin 9 as labelled on the CX, pin 18 as described on hackspire)
Thanks for sharing your test results.

-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42240
- Images: 16685
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: GPIO 26
Yes after further testing gpio26 can only be used as an input. Do you know if there is more gpio accessible that is not on the dock connector?
-
TheStaticTurtle
Niveau 4: MC (Membre Confirmé)- Posts: 16
- Joined: 01 Oct 2016, 11:47
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 1ere année DUT Informatique
- GitHub: TurtleForGaming
Re: GPIO 26
Thanks for clarifying. 
Since we already have more adressable GPIO than pins available on the dock connector (after removing the GCC Rx Tx Vin GND pins), some GPIO may be accessible somewhere else.
Maybe on the top wifi connector, maybe internally on the PCB.
But in both cases, it's undocumented so far.

Since we already have more adressable GPIO than pins available on the dock connector (after removing the GCC Rx Tx Vin GND pins), some GPIO may be accessible somewhere else.
Maybe on the top wifi connector, maybe internally on the PCB.
But in both cases, it's undocumented so far.
-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42240
- Images: 16685
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: GPIO 26
Found two more accessible gpios 16 and 15 on the top wifi connector don't know exactly where but they can be found on the connector but can be access by soldering on these two resistors:

GPIO are both pullups for the input mode and gpio 16 can be used as an output.
I don't know which one but during testing I use a very simple blink both gpio at the same time code and (HIGH-LOW-HIGH-LOW...) as expected gpio 16 blinked and when I exited the program gpio 15 turned on (weird since I wasn't accessible from ndless) and the OS think that a wifi module is plugged in and start searching for an ap

GPIO are both pullups for the input mode and gpio 16 can be used as an output.
I don't know which one but during testing I use a very simple blink both gpio at the same time code and (HIGH-LOW-HIGH-LOW...) as expected gpio 16 blinked and when I exited the program gpio 15 turned on (weird since I wasn't accessible from ndless) and the OS think that a wifi module is plugged in and start searching for an ap
-
TheStaticTurtle
Niveau 4: MC (Membre Confirmé)- Posts: 16
- Joined: 01 Oct 2016, 11:47
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 1ere année DUT Informatique
- GitHub: TurtleForGaming
Re: GPIO 26
Btw is there an easy way to get the to top wifi connector instead of soldering?
-
TheStaticTurtle
Niveau 4: MC (Membre Confirmé)- Posts: 16
- Joined: 01 Oct 2016, 11:47
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 1ere année DUT Informatique
- GitHub: TurtleForGaming
Re: GPIO 26
Great discovery, thanks for sharing. 
Maybe by ordering a TI-Nspire CX wifi module and dismantling it :
https://www.ebay.com/sch/i.html?_from=R ... =0&_sop=15

Maybe by ordering a TI-Nspire CX wifi module and dismantling it :
https://www.ebay.com/sch/i.html?_from=R ... =0&_sop=15
-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42240
- Images: 16685
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: GPIO 26
Found two more GPIO 6 and GPIO 5 are available as test points near the top connector. As far as I've tested they can't be used as outputs and are inputs with very low pullups


-
TheStaticTurtle
Niveau 4: MC (Membre Confirmé)- Posts: 16
- Joined: 01 Oct 2016, 11:47
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 1ere année DUT Informatique
- GitHub: TurtleForGaming
Re: GPIO 26
Thanks. 
TP locations and maybe labels change with PCB revisions.
What's your calculator datestamp ?
It's the little 7-8 characters code engraved on the back at the right of the serial number.

TP locations and maybe labels change with PCB revisions.
What's your calculator datestamp ?
It's the little 7-8 characters code engraved on the back at the right of the serial number.
-
critorAdmin
Niveau 19: CU (Créateur Universel)- Posts: 42240
- Images: 16685
- Joined: 25 Oct 2008, 00:00
- Location: Montpellier
- Gender:
- Calculator(s):→ MyCalcs profile
- YouTube: critor3000
- Twitter: critor2000
- GitHub: critor
Re: GPIO 26
It's P-0516X
-
TheStaticTurtle
Niveau 4: MC (Membre Confirmé)- Posts: 16
- Joined: 01 Oct 2016, 11:47
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 1ere année DUT Informatique
- GitHub: TurtleForGaming
11 posts
• Page 1 of 2 • 1, 2
Return to Native: Ndless, Linux, ...
Who is online
Users browsing this forum: ClaudeBot [spider] and 4 guests