You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2012-11-07 10:50:21

amy
New member
From: Germany, near Freiburg
Registered: 2012-11-07
Posts: 2

How to connect Papywizard to Tinkerforge Bricks (Stepper)?

Hi @all,

I'm new here and would like to first say hello big_smile

I plan to realize a big dream of mine - my own panohead.

My profession is construction and development but no electronics. So i hope you give me some support in this points.

For me it is not clear how i can realize the following connection.

- Papywizard on Windows
- Tinkerforge Bricks (Stepper) http://www.tinkerforge.com/ to control two stepper.

How can i connect Papywizard with the Tinkerforge Stepper Bricks?

Thx in advance.

Andy

Offline

 

#2 2012-11-07 14:43:42

a a gruntpuddock
Member
Registered: 2011-09-27
Posts: 62

Re: How to connect Papywizard to Tinkerforge Bricks (Stepper)?

Don't understand a word of it but this laddie seems to be doing it using Excel & VBA to generate the commands -

http://www.youtube.com/watch?v=aRifcnxx … ature=plcp

http://www.youtube.com/watch?v=6rYTR3dXh30


A sophistical rhetorician, inebriated with the exuberance of his own verbosity, and gifted with an egotistical imagination that can at all times command an interminable and inconsistent series of arguments to malign an opponent and to glorify himself.

Offline

 

#3 2012-11-07 15:34:07

Christian Stüben
Member
From: Wuppertal, Germany
Registered: 2012-07-03
Posts: 269
Website

Re: How to connect Papywizard to Tinkerforge Bricks (Stepper)?

@gruntpuddock: tinkerforge is a modular system, to build own hardware projects that need easy connection between actuators (stepper motors), sensors, digital i/o and your pc.

I think that Andy wants to build his own pano robot.

Unfortunately, tinkerforge has a complete different command structure and "way of controlling" than merlin / panogear and the other from papywizard supported pano heads.

So the only way to connect papywizard to tinkerforge is to fetch the source code of papywizard from papywizard.org, write a new module for connection to tinkerforge, compile, ét le voila, work is done wink

@Andy: do you have programming experience? Good luck! If your project is successfull, let me know. Since Frédéric has stopped development of papywizard, i am interested in exchanging experience (oops, right words?) in papywizard source, because i self plan to make some changes.

greetings from germany
Chris

Last edited by Christian Stüben (2012-11-07 15:42:40)


---
always remember, the world is a flat disk.

Offline

 

#4 2012-11-07 19:29:39

amy
New member
From: Germany, near Freiburg
Registered: 2012-11-07
Posts: 2

Re: How to connect Papywizard to Tinkerforge Bricks (Stepper)?

@Chris: genau, das habe ich vor smile

Programmiererfahrung habe ich leider keine, ich habe die Hoffnung hier den nötigen Input bzw. Lösungsvorschläge zu erhalten.

Dass die Entwicklung eingestellt wurde habe ich gelesen - schade. Grad jetzt...
Hat das hier noch niemand gemacht?

Grüße aus dem Süden
Andy

@Chris: exactly what I mean smile

Unfortunately I have no programming experience, I hope to get here the necessary input or suggestions for solutions.

I've read that the development was stopped - too bad.
Has anyone done this yet?

Greetings
Andy

Offline

 

#5 2012-11-07 22:35:00

Christian Stüben
Member
From: Wuppertal, Germany
Registered: 2012-07-03
Posts: 269
Website

Re: How to connect Papywizard to Tinkerforge Bricks (Stepper)?

amy wrote:

exactly what I mean smile
Unfortunately I have no programming experience, I hope to get here the necessary input or suggestions for solutions.
I've read that the development was stopped - too bad.
Has anyone done this yet?

Hmmm, the panogear and papywizard gurus can give you input, tons of input, gigatons of input, without programming experience i see no chance.

I myself have my roots in software development (c#.net), so i think that with some time for getting familiar with python my project can be done.

greetings to freiburg
chris


---
always remember, the world is a flat disk.

Offline

 

#6 2012-11-11 15:53:03

fma38
Moderator
From: Grenoble, France
Registered: 2005-12-07
Posts: 6180
Website

Re: How to connect Papywizard to Tinkerforge Bricks (Stepper)?

I had a look at these modules: they are just great! And the python bindings are really usefull to integrate it in Papywizard.

But there is something to check: is it possible to launch a drive command and have it run in background (ie the drive command returns immediatly)? If so, then it is very easy to integrate these modules.

Papywizard needs to be able to drive both axis in a total indepedant way. When driving to a position, it first drives yaw axis (the motor starts, and the drive command returns), then drives pitch axis (again, the motor starts, and drive command returns). Then, it poll for the end of the positionning of both axis.

I saw in the API that it is possible to register a callback which will be called at the end of the drive. If the drive comand itself is non blocking, then it is good!

Can you check that using the callback, Stepper.set_target_position() or stepper.set_steps() are non blocking?


Frédéric

Canon 20D + 17-40/f4 L USM + 70-200/f4 L USM + 50/f1.4 USM
Merlin/Orion panohead + Papywizard on Nokia N800 and HP TC-1100

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson