Die Suche ergab 113 Treffer

von ft-ninja
06 Sep 2022, 19:20
Forum: Robo Pro / Computing / Software
Thema: ROBO Pro + Arduino ?
Antworten: 49
Zugriffe: 58532

Re: ROBO Pro + Arduino ?

Hi Dirk,

You are welcome. Happy to hear someone found it usefull!
von ft-ninja
20 Jun 2022, 11:12
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection - How?

Hallo XGBC,
Vielen Dank für Ihr Interesse an Kameraverbindung. Ich habe den Sensor ov5640 bestellt. Wird nach Erhalt der Bestellung fortgesetzt.
von ft-ninja
25 Mai 2022, 11:55
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection - How?

Hi MasterOfGizmo, Thanks for the tip! The ov5640 sensor looks promising. Also there is ov5640 driver in the Linux source tree with complete set of register values for BT656 embedded synchronization configuration: // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2011-2013 Freescale Sem...
von ft-ninja
24 Mai 2022, 12:49
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection - How?

Here we go: robo-tx-rev-c-pcb-camera-a.jpg It results in two news: Bad one - there is no ISI_HSYNC and ISI_VSYNC signals available on the connector. These signals used by ISI controller to gate data capture from the data bus: 61-HSYNC-and-VSYNC-Synchronization.png Good one - there is another mode fo...
von ft-ninja
22 Mai 2022, 15:16
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection - How?

Thanking a lot to noname donator and an underground dental service we have a whole bunch of x-ray images of PCB. It's time to trace wires between CPU and CAMERA connector:
robo-tx-xray-01.png
robo-tx-xray-01.png (219.33 KiB) 3312 mal betrachtet
von ft-ninja
20 Mai 2022, 15:56
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection - How?

Thanks for the tip! I have tested some software samples from at91sam9260-ek board on the ROBO-TX and they works fine. Just need to tune LD script according ROBO-TX memory map. At this point I can control onboard red LED, buttons, I2C(TWI) bus, USB device interface and DBGU serial port. ROBO-TX under...
von ft-ninja
20 Mai 2022, 13:44
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection - How?

Hi Björn,
I just ask myself why are you doing this? Just to see if it´s possible?
Yes. Just to have a fun. You can imagine the ROBO-TX as underdeveloped baby waiting for someone to stitch back the camera module. Also I guess it's a good way to learn embedded systems development.
von ft-ninja
20 Mai 2022, 10:29
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection - How?

Hi Carel, The main problem is that the OS on the TX-C has no source code and no documentation available Here we have number of options: 1) Disassemble, decompile and reverse engineer 4NetOS from the binary dump of onboard NOR FLASH. Than integrate custom executable task into existing 4NetOS. Also th...
von ft-ninja
19 Mai 2022, 10:55
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection. How?

According to the datasheet for AT91SAM9260 CPU it has the Image Sensor Interface (ISI) that supports direct connection to the 8-bit parallel bus sensors and up to 12-bit grayscale sensors. It has FIFO buffer for pixel data and DMA interface - so we can offload frame data transfer job from the CPU. I...
von ft-ninja
16 Okt 2021, 00:16
Forum: Robo Pro / Computing / Software
Thema: ROBO Pro + Arduino ?
Antworten: 49
Zugriffe: 58532

Re: ROBO Pro + Arduino ?

Huge portion of work I see here. Good luck!
von ft-ninja
22 Sep 2021, 14:55
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

Re: ROBO TX Camera connection. How?

Da die ft Kamera eine USB Webcam ist, kann man nicht am TX Controller anschließen und nutzen. Okay. I understand that I can't get image from USB camera in the TX - there is no USB Host interface routed from the CPU :). At the same time TX has the CAMERA connector. May be it is a kind of standard ty...
von ft-ninja
22 Sep 2021, 14:25
Forum: Robo Pro / Computing / Software
Thema: ROBO TX Camera connection - How?
Antworten: 18
Zugriffe: 4309

ROBO TX Camera connection - How?

Dear community, I'm a happy owner of the 10 yo ROBO TX controller. TXC is the best education controller I know, but I can't find any information regarding access to integrated CAMERA interface. Is there anybody who has success in connecting a camera to the CAMERA interface connector (not EXT)? Yes, ...
von ft-ninja
10 Aug 2021, 12:53
Forum: Robo Pro / Computing / Software
Thema: ROBO Pro + Arduino ?
Antworten: 49
Zugriffe: 58532

Re: ROBO Pro + Arduino ?

Hello Arnoud,
Is there already more in depth documentation of the 'Fish.X1'-protocol available?
Unfortunately I don't know any more sources of documentation for the Fish.X1protocol. Only "PC_Programming_RoboTXC_en_V1-5.pdf" from fischertechnik.de
von ft-ninja
19 Feb 2021, 20:01
Forum: Robo Pro / Computing / Software
Thema: ROBO Pro + Arduino ?
Antworten: 49
Zugriffe: 58532

Re: ROBO Pro + Arduino ?

Successfully tested fx1parser V0.3 with ROBO Pro 4.6.6. Download here - https://github.com/mr-kubikus/fx1-arduino-parser
von ft-ninja
12 Jan 2021, 18:17
Forum: Robo Pro / Computing / Software
Thema: ftrobopy - problem with voltage inputs in TransferArea Mode
Antworten: 2
Zugriffe: 1429

ftrobopy - problem with voltage inputs in TransferArea Mode

Hi @Torsten, I found some problem with ftropbopy 1.94 - it works only with outputs. When I tried to read Input value it returns 0. My test code is simple: #! /usr/bin/env python3 # -*- coding: utf-8 -*- import ftrobopy import time txt = ftrobopy.ftrobopy('localhost', use_TransferAreaMode=True) inp =...
von ft-ninja
23 Dez 2020, 15:16
Forum: Robo Pro / Computing / Software
Thema: Python auf der Standard Firmware
Antworten: 11
Zugriffe: 3761

Re: Python auf der Standard Firmware

vleeuwen hat geschrieben:
21 Dez 2020, 13:09
So after uploading your py program you can run it from the command prompt (Putty).
Hi Carel,
Do you know - is there any special requirements for python script to start it from integrated LCD GUI? I can start my scripts via SSH, but no success via GUI.
von ft-ninja
23 Dez 2020, 14:46
Forum: Robo Pro / Computing / Software
Thema: About ftrobopy release 1.92
Antworten: 8
Zugriffe: 2791

Re: About ftrobopy release 1.92

I suppose one can track packaged ftrobopy version directly in the FT-TXT/package/python-ftrobopy/python-ftrobopy.mk. For v4.8.0 (eb3157b) it contains:

Code: Alles auswählen

PYTHON_FTROBOPY_VERSION = edc44bf00f
Use this hash to browse ftrobopy history - https://github.com/ftrobopy/ftrobopy/tree/edc44bf00f
von ft-ninja
02 Nov 2017, 18:38
Forum: Robo Pro / Computing / Software
Thema: ftDuino Controlleur
Antworten: 5
Zugriffe: 4402

Re: ftDuino Controlleur

I've used cheap L293 as h-bridge driver for 2 motor outpots only. In this design you can't control individual outps. Only as group of two. You can find project files with schematics here - https://github.com/mr-kubikus/ftDuino BRD: https://raw.githubusercontent.com/mr-kubikus/ftDuino/master/ftduino....
von ft-ninja
01 Nov 2017, 20:52
Forum: Robo Pro / Computing / Software
Thema: ftDuino Controlleur
Antworten: 5
Zugriffe: 4402

Re: ftDuino Controlleur

I've started this pet project in 2013 for fun. The name selection process was very simple - fischertechnik + Arduino = ftDuino :-]