TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any electromechanical technology or method to move objects on a board?

5 点作者 dmundhra超过 1 年前
I am looking to create a board where one side of the board can be played remotely and the pieces can be moved on a board automatically based on an electric input. What I am trying to understand is what technology can help in this.<p>So the problem statement is that if there is a board with many pieces on it, and I need to move a specific piece to a specific position, how can that be done? In my research so far, I have come across piezoelectric actuators and magnetic levitation but not sure if either of these or any other technology can help to create such an apparatus.<p>Looking for examples or pointers to technology that could help to accomplish something like this.

4 条评论

OnACoffeeBreak超过 1 年前
There are chess boards with self moving pieces out there. Some use a robotic arm under the board with a magnet to move pieces. [0]<p>I ran across a board that claims no moving parts for moving pieces, but couldn&#x27;t find a description of how it accomplished that. I am guessing some sort of coil configuration under the board inducing a magnetic field to move the pieces, but I really don&#x27;t know. [1]<p>0: <a href="https:&#x2F;&#x2F;hackaday.com&#x2F;2021&#x2F;06&#x2F;10&#x2F;automatic-chessboard-lets-online-players-move-the-pieces&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackaday.com&#x2F;2021&#x2F;06&#x2F;10&#x2F;automatic-chessboard-lets-on...</a><p>1: <a href="https:&#x2F;&#x2F;hackaday.io&#x2F;page&#x2F;20121-step-into-the-future-of-chess" rel="nofollow">https:&#x2F;&#x2F;hackaday.io&#x2F;page&#x2F;20121-step-into-the-future-of-chess</a>
评论 #39359527 未加载
enhdless超过 1 年前
I wish I had a proper write-up of this project, but I tried to make something like this in college once. I wanted to make a thing where you could type a word and then letters would move to spell that word. I didn&#x27;t accomplish that fully, but managed to just get the &quot;moving&quot; functionality sort of working. Let&#x27;s see what I remember about it...<p>For the board: I just used a large magnetic whiteboard in a classroom.<p>For the pieces: I made alphabet letters, kinda like scrabble tiles but ~3x3 inches each, with magnets so that they could stick to the whiteboard.<p>For moving the pieces: I followed various online tutorials (I forgot which) to make an XY plotter, kinda like this:<p><a href="https:&#x2F;&#x2F;www.instructables.com&#x2F;XY-Plotter-Drawing-Robot-Arduino-Polargraph&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.instructables.com&#x2F;XY-Plotter-Drawing-Robot-Ardui...</a><p>I used two stepper motors that were somehow attached to the whiteboard using suction cups.<p>However, instead of moving around a pen that would draw stuff, my XY plotter moved around an electromagnet. This was all controlled by an Arduino and keyboard. So the user could move the electromagnet, turn on the electromagnet to pick up a letter tile, move the letter, and turn off the electromagnet to disengage.<p>Of course, none of this worked perfectly, but I still learned a ton, and maybe gives you some inspiration!
评论 #39366930 未加载
beardyw超过 1 年前
You also need to consider worst case (widest pieces) making a diagonal between two others. Most normal chessboards &#x2F; pieces would struggle with that. Also captures, a piece in the center of the board wending it&#x27;s way to the bench.
h2odragon超过 1 年前
perhaps a couple dozen commercial radio controlled toy robots? the control software might be challenging but the notion of little hexabot walkers with chess pieces on their heads is beguiling.