Controller TXT-3329

Hier darf über ALLES gequatscht werden, also Katzenfotos, Wetter in Ostwestfalen,
warme-Würstchen-Wünsche für Conventions und so weiter, solange gängige
Umgangsformen gewahrt werden.
Antworten
Paxall
Beiträge: 20
Registriert: 10 Feb 2024, 12:33

Controller TXT-3329

Beitrag von Paxall » 13 Feb 2024, 14:28

Hello All,

Is it possible to flash the device "Controller TXT-3329" so that it can connect to Robo pro code?

Unable to connect at this time, I'm using an apple, and according to my searches on the App Store, there is only Robo pro code for apple!

looking forward to replies, and thanking you in advance!

cheers

Paul

Benutzeravatar
fishfriend
Beiträge: 1820
Registriert: 26 Nov 2010, 11:45

Re: Controller TXT-3329

Beitrag von fishfriend » 13 Feb 2024, 16:48

Hallo...
What is "TXT-3329" ?
The ft Controller are:
BT Smart Controller
TX Controller
TXT Controller
TXT 4.0 Controller
RX Controller
Is 3329 the number in the Display?

There are 4 languages/App:
Robo Pro
Robo Pro Light
Robo Pro Coding
Robo Pro Smart
But no Robo pro code.
Mit freundlichen Grüßen
Holger
ft Riesenräder PDF: ftcommunity.de/knowhow/bauanleitungen
TX-Light: Arduino und ftduino mit RoboPro

Benutzeravatar
MasterOfGizmo
Beiträge: 2720
Registriert: 30 Nov 2014, 07:44

Re: Controller TXT-3329

Beitrag von MasterOfGizmo » 13 Feb 2024, 17:09

Isn't pretty obvious what he's asking for? He has an old TXT and wants to use it with Robo Pro Coding.

So the answer is: You seem to own the "old" TXT, not the current TXT 4.0. Between these two fischertechnik also switched from the PC based Windows-PC-only RoboPro software to the newer RoboPro Coding which is available for all major platforms incl. Apple.

So unfortunately your TXT is not compatible with the RoboPro Coding app for Apple.
Arduino für fischertechnik: ftDuino http://ftduino.de, ftDuino32 http://ftduino.de/32

Torsten
Beiträge: 313
Registriert: 29 Jun 2015, 23:08
Wohnort: Gernsheim (Rhein-Main-Region)

Re: Controller TXT-3329

Beitrag von Torsten » 14 Feb 2024, 14:09

Hello Paul,

since the old RoboPro is not natively supported on MacOS you would need some kind of Windows emulator to get it running on this hardware. I sometimes use Parallels with Windows10 on my Apple (Intel) Laptop.

A second option to program your TXT with an Apple device would be to use Python which is available by default in MacOS. You only would need to install the ftrobopy Python library, e.g. in a python virtual environment. From within a Terminal (Command line) type:

python3 -m venv ftrobopy
source ftrobopy/bin/activate
pip3 install ftrobopy

Then you can start an interactive python-shell by typing "python" adn then load the library with "import ftrobopy"

You will find some more detailed documentation and a ftrobopy manual at: https://github.com/ftrobopy/ftrobopy

cheers,

Torsten

Paxall
Beiträge: 20
Registriert: 10 Feb 2024, 12:33

Re: Controller TXT-3329

Beitrag von Paxall » 14 Feb 2024, 17:46

Thank you guys for getting back to me, yes I was a little vague in my start of this thread, The controller is the TXT controller.

I like what Torsten as suggested, and I'm going to try this method.

Thanks guys :)

vleeuwen
Beiträge: 1565
Registriert: 31 Okt 2010, 22:23
Wohnort: Enschede (NL)
Kontaktdaten:

Re: Controller TXT-3329

Beitrag von vleeuwen » 15 Feb 2024, 13:44

You have aTXT controller.
3329 is the unique identifier.
This number will change every firmware update.
You can use:
RoboPro v4.7.0
Download for the .msi (includs the firmware update):
https://github.com/fischertechnik/FT-TX ... tag/v4.7.0
Or C++/C (online or off line mode), MS-Visual Studio as (cross) compiler):
Examples:
https://github.com/fischertechnik/txt_demo_c_download
https://github.com/fischertechnik/txt_demo_c_online

Or Python (slower)
software enigineer/teacher/advisor
Google translate
http://tescaweb.nl/Carel/?p=713

Paxall
Beiträge: 20
Registriert: 10 Feb 2024, 12:33

Re: Controller TXT-3329

Beitrag von Paxall » 17 Feb 2024, 10:25

Thank you.

Antworten