Arduino-based electronic chess-board I made

This page summarizes the projects mentioned and recommended in the original post on /r/ArduinoProjects

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • chessground

    Mobile/Web chess UI for lichess.org

  • I simply used the String representation already provided by the chess library. I'll look into adding a proper chessboard eventually (maybe using chessground in a WebView).

  • Arduino

    Arduino library for LiBoard (by LiBoard)

  • The Arduino reads the sensor values and compares them to a threshold in order to create a bitboard (binary representation of the board with each bit representing one square). Whenever the bitboard changes, it's send to the computer via a Serial connection. See serial_binboard.ino.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to read and understand seemingly large typescript project ?

    1 project | /r/typescript | 23 Sep 2023
  • How to embed a chess board on a site that I’m creating?

    4 projects | /r/chess | 24 Apr 2023
  • FIDE uses Lichess code and joins the free open source software community!

    2 projects | /r/chess | 20 Jun 2022
  • What does lichess actually do to achieve the "faster" feeling of less lag?

    1 project | /r/chess | 20 Dec 2021
  • I've been working hard to create MoveGuesser.com, a rich interactive experience to guess the moves of famous games played by legendary Grandmasters. Feedback appreciated!

    1 project | /r/chess | 21 Jul 2021