Die Suche ergab 94 Treffer

von Rei Vilo
15 Jan 2017, 12:46
Forum: Robo Pro / Computing / Software
Thema: RoboPro-I²C Schrittmotor Treiber
Antworten: 14
Zugriffe: 14808

Re: RoboPro-I²C Schrittmotor Treiber

Interesting project!

One question: The NEMA 14 stepper motor from Pololu has a shaft diameter of ⌀ 5 mm “D”.

How to connect it to the standard ⌀ 4 mm used by fischertechnik axes?
von Rei Vilo
21 Dez 2016, 17:35
Forum: Robo Pro / Computing / Software
Thema: Variable abspeichern und nach TXT-Neustart wieder aufrufen
Antworten: 2
Zugriffe: 3121

Re: Variable abspeichern und nach TXT-Neustart wieder aufruf

EEPROM implies erasing a block (a set of continuous memory bytes) before writing a new value. I'd recommend FRAM, which combines RAM ease-of-use and Flash data-persistence. FRAM chips are available for the I²C bus, come with different operating voltages (3.3V or 5V). Look for Cypress FM24C04B , whic...
von Rei Vilo
11 Dez 2016, 20:51
Forum: Robo Pro / Computing / Software
Thema: Web IDE for TXT
Antworten: 18
Zugriffe: 18410

Re: Web IDE for TXT

I've developed smartNode, an I²C-driven BLE interface that connects the RoboTX to Node-RED. Node-RED provides a nice IDE to design and run a dashboard. http://reivilofischertechnik.weebly.com/uploads/1/1/6/2/11622422/2016-12-10-18-13-56-capture-orig_orig.jpg http://reivilofischertechnik.weebly.com/u...
von Rei Vilo
10 Aug 2016, 10:27
Forum: Kontakt mit fischertechnik
Thema: Industrial Models
Antworten: 1
Zugriffe: 2308

Industrial Models

Hi! I went through the very interesting industrial models aimed at the academia. 536625 Vacuum Gripper Robot 9V 536626 Automated High-Bay Warehouse 9V 536627 Multi Processing Station with Oven 9V 536628 Sorting line with detection 9V 536629 Factory Simulation 9V Two questions: Are the Robotics TXT c...
von Rei Vilo
11 Jun 2016, 21:47
Forum: Kontakt mit fischertechnik
Thema: RoboPro 4.2.4, When?
Antworten: 30
Zugriffe: 32463

Re: RoboPro 4.2.4, When?

One month later, what are the news about release 4.2.4 of RoboPro?
von Rei Vilo
10 Mai 2016, 16:23
Forum: Community-Projekte
Thema: Roadmap Community-Firmware V1.0
Antworten: 81
Zugriffe: 54003

Re: Roadmap Community-Firmware V1.0

@Marspau, @ski7777, @richard.kunze

Thank you for your answers.

Teens willing to play with technology in my country do read English enough to understand technical documents. Additionally, I'm not sure there are many ft-fans in my country.

So I'd better focus on debugging instead of translating.
von Rei Vilo
10 Mai 2016, 16:19
Forum: Kontakt mit fischertechnik
Thema: RoboPro 4.2.4, When?
Antworten: 30
Zugriffe: 32463

RoboPro 4.2.4, When?

Any news on the next release of RoboPro 4.2.4 with fixes?

Thank you!
von Rei Vilo
08 Mai 2016, 18:21
Forum: Community-Projekte
Thema: Roadmap Community-Firmware V1.0
Antworten: 81
Zugriffe: 54003

Re: Roadmap Community-Firmware V1.0

Für mich sind die wichtigsten Punkte Und zuguterletzt denke ich ist es durchaus sinnvoll, wenn wir unsere Doku auf Github zweisprachig führen. Schließlich dürften die allermeisten TXT-Benutzer Deutsch als Muttersprache haben. Das wäre übrigens auch der Punkt, an dem auch jemand ohne Programmierkenn...
von Rei Vilo
09 Apr 2016, 10:57
Forum: Robo Pro / Computing / Software
Thema: Ein neuer Controller
Antworten: 40
Zugriffe: 34445

Re: Ein neuer Controller

Similarly, I'd like to see an extension for the Robotics TXT, bringing new GPIOs without the screen and WiFi.
von Rei Vilo
29 Mär 2016, 21:40
Forum: Kontakt mit fischertechnik
Thema: Robotics TXT - I²C Device Address Alert
Antworten: 5
Zugriffe: 4440

Re: Robotics TXT - I²C Device Address Alert

On the RoboTX controller, the 0x53 address was forbidden but actually usable for reading the values. I'm still waiting for an answer about the Robotics TXT. As you rightly point out, the ADXL345 accelerometer is superseded by much better solutions. For example, the MPU9250 and BNO055 pack three sens...
von Rei Vilo
23 Mär 2016, 16:04
Forum: Robo Pro / Computing / Software
Thema: I2C Thermometer-MCP9808 v1.0 (Dirk Fox)
Antworten: 9
Zugriffe: 6879

Re: I2C Thermometer-MCP9808 v1.0 (Dirk Fox)

Check the type of integer you're using in RoboPro: signed integer or unsigned integer. The -490.5 °C looks like an overflow or a complement to 21.5 °C. RoboPro 4.2.3 has introduced signed integer and unsigned integer. If you're using the integer-to-float converter, check the input type. The best sol...
von Rei Vilo
22 Mär 2016, 13:15
Forum: Robo Pro / Computing / Software
Thema: Einsteigertipps I2C
Antworten: 4
Zugriffe: 3277

Re: Einsteigertipps I2C

I've posted on my website How to connect an I²C Device to the Robo TX?​ How to connect an I²C Device to the Robotics TXT? List of I²C Drivers with examples, including clock, LCD display, RGB LED, colour sensor, stepper motor controller, camera, compass, accelerometer, and much more. I've developed m...
von Rei Vilo
21 Mär 2016, 09:33
Forum: Robo Pro / Computing / Software
Thema: TXT an Bluetooth
Antworten: 9
Zugriffe: 7036

Re: TXT an Bluetooth

Dear Markus:

Thank you so much!
von Rei Vilo
18 Mär 2016, 18:39
Forum: Community-Projekte
Thema: Community-Firmware für den TXT
Antworten: 891
Zugriffe: 750945

Re: Community-Firmware für den TXT

Some of those FTDI adaptors run on 5V and other on 3.3V.

As the Robotics TXT operates at 3.3V, check you're using the 3.3V-rated FTDI adaptor.
von Rei Vilo
18 Mär 2016, 18:37
Forum: Robo Pro / Computing / Software
Thema: TXT an Bluetooth
Antworten: 9
Zugriffe: 7036

Re: TXT an Bluetooth

Yes please! Thank you!
von Rei Vilo
18 Mär 2016, 10:28
Forum: Robo Pro / Computing / Software
Thema: TXT an Bluetooth
Antworten: 9
Zugriffe: 7036

Re: TXT an Bluetooth

Is the same document available in English? Thank you!
von Rei Vilo
05 Mär 2016, 15:46
Forum: Community-Projekte
Thema: Community-Firmware für den TXT
Antworten: 891
Zugriffe: 750945

Re: Community-Firmware für den TXT

An interesting repository with many resources for Lego Mindstorm with Linux Mini.
von Rei Vilo
03 Mär 2016, 11:32
Forum: Robo Pro / Computing / Software
Thema: TXT Master-Extension
Antworten: 3
Zugriffe: 3102

Re: TXT Master-Extension

What is the protocol used between TXT controllers, master and extension: I²C, CAN, proprietary?