New Open Source Turntable

Discuss about cameras, projectors, calibration panels, turntables etc.
User avatar
Micr0
Posts: 586
Joined: 15 Nov 2016, 15:20
Location: New York City

New Open Source Turntable

Post by Micr0 »

A very nice, complete 3D printable trunion design with a Raspberry pie controller. The guy even sells all the parts if you don't want to source them yourself.

https://www.openscan.eu/?lang=en
µ
martan
Posts: 96
Joined: 23 May 2018, 19:18
Location: Sweden

Re: New Open Source Turntable

Post by martan »

One wonders if this can (easily) be adapted to use the AutoIt-solution that i use.
From memory I need an "S" sent from the turntable on the COM-port when turning is done to trigger the next scan.

Will investigate.

/M
HP 3D Scan, Optoma ML750, 2x IS DMK 23UX236 with Computar 12mm, HP calibration panel, DIY Rotary tables.
User avatar
OBNRacerMan
Posts: 372
Joined: 12 Aug 2019, 09:46
Location: Obninsk, Russia

Re: New Open Source Turntable

Post by OBNRacerMan »

I was not able to fully automate the scanning process with a simple turntable through AutoIt, because I could not get Deviare to work (intercept the end of the scan in HP3Dscan). And without fully automating the process, it’s personally for me, it’s easier to manually rotate the table or object on it.
Soft: RangeVision DIY, Calibration panel/Rotary tables - RangeVision, Prj: LG PF1500G, Cam: Daheng Mercury MER2-630-60U3M-L (USB3.0, monochrome) x2, Obj: ZLKC FM12036MP5 (F2.8/5Mp/12-36mm) x2. And a handheld scanner Creality Ferret
mading
Posts: 307
Joined: 31 Jan 2017, 13:09

Re: New Open Source Turntable

Post by mading »

I'm into the AutoIT/Arduino stuff.
I'm not using an ADAFruit motor shield, but a DRV8825, connected as report here: https://www.makerguides.com/drv8825-ste ... -tutorial/

The motor is moving correctly with a sketch that does not require a serial.port input (motor_only).

At the moment I had the Autoit script working while connected with Arduino, (making a selected number of scans, but before every scans there's a window with timeout error, see picture), not giving Arduino the right command for moving.

Any suggestion?

I attached my AutoIt code (7-zip) and the Arduino Sketch.
Attachments
motor_only.7z
(558 Bytes) Downloaded 382 times
Annotazione 2019-12-16 130235.png
Annotazione 2019-12-16 130235.png (6.92 KiB) Viewed 10354 times
sketch_nov28a.7z
(872 Bytes) Downloaded 352 times
finale.7z
(2.66 KiB) Downloaded 388 times
LG PF50, LG PF1500, RangeVision DIY: 2x DahengMer630, 2X12 and 2X16 mm 5Mp ZK lenses, RV turntable
mading
Posts: 307
Joined: 31 Jan 2017, 13:09

Re: New Open Source Turntable

Post by mading »

Well,
a mistake could be missing first line:
#include <Wire.h>

but that did not change the final outcome.
LG PF50, LG PF1500, RangeVision DIY: 2x DahengMer630, 2X12 and 2X16 mm 5Mp ZK lenses, RV turntable
mading
Posts: 307
Joined: 31 Jan 2017, 13:09

Re: New Open Source Turntable

Post by mading »

After minor modifications... IT WORKS!
(well, at the moment it does not stop at 40 scans, but at least it goes on forever)

Please find attached skectches

P.S.
Sorry Micro for invading your post
Attachments
HP3D.7z
(2.61 KiB) Downloaded 381 times
HP3D.7z
(835 Bytes) Downloaded 420 times
LG PF50, LG PF1500, RangeVision DIY: 2x DahengMer630, 2X12 and 2X16 mm 5Mp ZK lenses, RV turntable
User avatar
Micr0
Posts: 586
Joined: 15 Nov 2016, 15:20
Location: New York City

Re: New Open Source Turntable

Post by Micr0 »

mading wrote: 16 Dec 2019, 15:20
P.S.
Sorry Micro for invading your post
:)
µ
martan
Posts: 96
Joined: 23 May 2018, 19:18
Location: Sweden

Re: New Open Source Turntable

Post by martan »

This thread is interesting :-)

I bought the openscan-kit (PCB preassembled/programmed) . To fun not to try ;-)
I will modify the Arduino sketch to function with the AutoIT-solution.

Report in a few weeks I hope.
HP 3D Scan, Optoma ML750, 2x IS DMK 23UX236 with Computar 12mm, HP calibration panel, DIY Rotary tables.
User avatar
OBNRacerMan
Posts: 372
Joined: 12 Aug 2019, 09:46
Location: Obninsk, Russia

Re: New Open Source Turntable

Post by OBNRacerMan »

mading wrote: 16 Dec 2019, 15:20 Please find attached skectches
I have a similar solution. Only I added control by pressing the "s" button - i.e. I run the AutoIt script, press "s", the table rotates and scanning starts. After the end of the stage, I press the button again. I was programmed for 10 turns (I also had to make my own * .ino - because the table is controlled by my existing HE3D board from the Chinese version of the Ciclop laser scanner)
Soft: RangeVision DIY, Calibration panel/Rotary tables - RangeVision, Prj: LG PF1500G, Cam: Daheng Mercury MER2-630-60U3M-L (USB3.0, monochrome) x2, Obj: ZLKC FM12036MP5 (F2.8/5Mp/12-36mm) x2. And a handheld scanner Creality Ferret
mading
Posts: 307
Joined: 31 Jan 2017, 13:09

Re: New Open Source Turntable

Post by mading »

I'm sure Martan will do a great job!
Keep us updated!

My sketch works in receiveing char 2 and sending S, so it's a great step ahead for my use.
I can do other things and let the guys work for me.

Another interesting project: www.photopizza.org

I made one a couple of years ago, but with a different control unit, with real bottons.
The new version run on espruino. The user interface is very interesting.
LG PF50, LG PF1500, RangeVision DIY: 2x DahengMer630, 2X12 and 2X16 mm 5Mp ZK lenses, RV turntable
Post Reply