Die Suche ergab 1593 Treffer

von vleeuwen
29 Apr 2026, 13:49
Forum: Technik
Thema: vintage 8085 microntroller board
Antworten: 0
Zugriffe: 525

vintage 8085 microntroller board

Gesehen auf "Marktplaats" ein Vintage 8085 Mikrocontroller-Experimentierboard, logisches Niveau 5V. Möglicherweise interessant in Kombination mit einer Fischertechnik Universal Interface: https://www.marktplaats.nl/v/computers-en-software/vintage-computers/m2393693639-vintage-intel-sdk-85-8085-exper...
von vleeuwen
13 Apr 2026, 13:02
Forum: Robo Pro / Computing / Software
Thema: TX and TXT with i2c
Antworten: 12
Zugriffe: 3055

Re: TX and TXT with i2c

On the TXT the I2C interface has been implemented as a SLI. De SLI manager knows a issue: it stop working after 4 to 5 secs inactivity. A dummy "keep alive" process will resolve this problem. See old publications about this issue and also: https://forum.ftcommunity.de/viewtopic.php?f=8&t=8342&p=6466...
von vleeuwen
02 Apr 2026, 15:54
Forum: Robo Pro / Computing / Software
Thema: TXT Controller mit Firmware 4.1.5
Antworten: 2
Zugriffe: 5398

Re: TXT Controller mit Firmware 4.1.5

3 links about updating TXT firmware, also including forced updating from a SDcard. https://forum.ftcommunity.de/viewtopic.php?f=8&t=7699&p=60153&hilit=firmware+TXT#p59605 https://forum.ftcommunity.de/viewtopic.php?f=8&t=7699&p=60153&hilit=firmware+TXT#p59615 https://forum.ftcommunity.de/viewtopic.ph...
von vleeuwen
12 Jan 2026, 14:43
Forum: Robo Pro / Computing / Software
Thema: Using VSCode to program the TXT 4.0 / Programmierung des TXT 4.0 mit VSCode
Antworten: 7
Zugriffe: 7723

Re: Using VSCode and WinSCP to program the TXT 4.0 / Programmierung des TXT 4.0 mit VSCode und WinSCP

See also https://forum.ftcommunity.de/viewtopic. ... ode#p56344
However the memory size of the TXT4.0, see also the VScode requirements, is to small for the remote VScode system with Python.
von vleeuwen
12 Mai 2025, 10:49
Forum: Robo Pro / Computing / Software
Thema: RoboPro Coding and Visual Studio Code - Anleitung
Antworten: 4
Zugriffe: 5405

Re: RoboPro Coding and Visual Studio Code - Anleitung

For translations, see for example Google translate. =================================================================== There is no manual for this. I have used it before and it works. Move the remote VSC files to a microSD card on the TXT4.0, because the storage memory of the TXT4.0 is too small. T...
von vleeuwen
11 Apr 2025, 00:32
Forum: Robo Pro / Computing / Software
Thema: TXT 3: no ssh connection possible after reset
Antworten: 6
Zugriffe: 8604

Re: TXT 3: no ssh connection possible after reset

What is a TXT 3?
I only know a TXT or a TXT4.0.

Did you try to reinstall the TXT firmware?
von vleeuwen
28 Feb 2025, 20:24
Forum: Robo Pro / Computing / Software
Thema: Prinzip "Thread"
Antworten: 8
Zugriffe: 8474

Re: Prinzip "Thread"

RoboPro coding offers only a subset of Python and also of threading. Hereby some links about threading with Python: https://www.simplifiedpython.net/python-threading-example/ https://docs.python.org/3.5/library/threading.html# https://superfastpython.com/threading-in-python/ threads versus processes...
von vleeuwen
10 Feb 2025, 19:54
Forum: Robo Pro / Computing / Software
Thema: Extensions für den I2C-Bus
Antworten: 13
Zugriffe: 16443

Re: Extensions für den I2C-Bus

See Google translate for the translation into a different language. @ Jan Thanks for this information. @all Why this change? see: https://www.allaboutcircuits.com/news/how-master-slave-terminology-reexamined-in-electrical-engineering/ This is only a textual change in the "I2C bible" UM10204, this be...
von vleeuwen
09 Feb 2025, 22:58
Forum: Robo Pro / Computing / Software
Thema: Extensions für den I2C-Bus
Antworten: 13
Zugriffe: 16443

Re: Extensions für den I2C-Bus

For translations, see Google translate. However the most I2C documentation/information is written in English. About your second question, some elementary information: I2C is a 3-wire communication bus protocol to connect a master I2C device with one or more so called I2C-slaves devices. I2C definiti...
von vleeuwen
31 Jan 2025, 19:42
Forum: Robo Pro / Computing / Software
Thema: RFID / NFC Technologie & TXT 4.0 & ftrobopy
Antworten: 8
Zugriffe: 7622

Re: RFID / NFC Technologie & TXT 4.0 & ftrobopy

Maybe this can help. Be aware: Some I2C RFID/NFC interface needs clock stretching or an interrupt ( IO-pin). The python RFID lib ask for it. The TXT does not have implemented clock stretching. The TXT4.0, I don't know. For example: Additional background information (PN532): https://learn.adafruit.co...
von vleeuwen
23 Jan 2025, 23:07
Forum: Robo Pro / Computing / Software
Thema: Firmware error TXT controller 4.7.0
Antworten: 2
Zugriffe: 4149

Re: Firmware error TXT controller 4.7.0

Yes, it is possible to reinstall the firmware from a SD-card.
And it also possible to do this from scratch.
For that you will need a USB to serial converter.
See also:
viewtopic.php?f=8&t=6910&p=52998&hilit=kiwi#p52998
von vleeuwen
23 Jan 2025, 23:06
Forum: Robo Pro / Computing / Software
Thema: Firmware error TXT controller 4.7.0
Antworten: 2
Zugriffe: 4149

Re: Firmware error TXT controller 4.7.0

Yes, it is possible to update the TXT from a SD-card.
And it also possible to do this from scratch.
For that you will need a USB to serial converter.
See also:
viewtopic.php?f=8&t=6910&p=52998&hilit=kiwi#p52998
von vleeuwen
15 Jan 2025, 23:06
Forum: Robo Pro / Computing / Software
Thema: Schritteite bei Encoder-Motor programmieren?
Antworten: 21
Zugriffe: 25710

Re: Schritteite bei Encoder-Motor programmieren?

(For translation you can use something like Google translate.) A stepper is absolutely not the same as an encoder motor. A stepper has no feedback sensor. However their are existing steppers with an integrated quadrature encoder (2 bit pulse, gray coded, direction info). The encoder motor has a puls...
von vleeuwen
12 Dez 2024, 20:07
Forum: Robo Pro / Computing / Software
Thema: Automation Robots: Steuerung des Greifers
Antworten: 14
Zugriffe: 16256

Re: Automation Robots: Steuerung des Greifers

@peter
see
https://forum.ftcommunity.de/viewtopic.php?f=38&p=67047#p67042
for the actual links.
or search in the "bilderpool" for "peterholland festo"
von vleeuwen
11 Dez 2024, 19:40
Forum: Rund um den 3D-Druck / 3D-Printing
Thema: Bionischer Gripper von Festo
Antworten: 25
Zugriffe: 56833

Re: Bionischer Gripper von Festo

Diese Festo-Greifer wurden auf dem Fischertechnik-Kongress um 2012 vom 2018 verstorbenen Peter Damen vorgestellt und als Teil eines fischertechnik-Modells gezeigt. https://ftcommunity.de/bilderpool/basteleien/pneumatik/bionische-greiffinger-festo-alternativ/gallery-index/ https://ftcommunity.de/bild...
von vleeuwen
09 Okt 2024, 14:42
Forum: Robo Pro / Computing / Software
Thema: ROBOTICS TXT Controller - Power up
Antworten: 3
Zugriffe: 4225

Re: ROBOTICS TXT Controller - Power up

Thanks, I only have experience with both the factory 9v TXT (RoboPro programs) and the factory 4.0 9v TXT (C++ programs). I have given both technical and didactic support/advice in the use of both factories at Saxion HBO business administration in Enschede (NL) and Drenthe College Smart Industry (MB...
von vleeuwen
09 Okt 2024, 00:21
Forum: Robo Pro / Computing / Software
Thema: ROBOTICS TXT Controller - Power up
Antworten: 3
Zugriffe: 4225

Re: ROBOTICS TXT Controller - Power up

The TXT needs always be power on by pressing the button.
The auto-start only takes care to start the application after power on.
with the learning-factory that is pressing the 5 TXT's their buttons in the right sequence.
von vleeuwen
13 Aug 2024, 00:32
Forum: fischertechnik allgemein
Thema: Ich wünsche mir was ...
Antworten: 208
Zugriffe: 860516

Re: Ich wünsche mir was ...

To solve the problems with connecting two I2C-master devices: See the data sheets of these products: https://coptonix.com/en/products/i2c-rs232-adapter-slave/ ( https://coptonix.com/en/products/rs232-i2c-adapter-master/ https://coptonix.com/en/products/rs485-i2c-adapter-master/ ) https://www.mikroe....