Clodiuno
Clojure API for the firmata protocol.
Install / Use
/learn @nakkaya/ClodiunoREADME
Clojure API for Arduino.
To install, merely add the following to your 'project.clj'.
[clodiuno "0.0.4-SNAPSHOT"]
For examples, check out the project homepage.
Usage
Create board
(ns clj-arduino
(:require [clodiuno.core :refer :all])
(:require [clodiuno.firmata :refer :all]))
(def board (arduino :firmata "/path/to/port"))
; or
(def board (arduino :firmata "/path/to/port" :baudrate 9600))
; default baudrate is 57600
Issues
If you got NoSuchPortException then you need add your port to env var containing ports.
(System/setProperty "gnu.io.rxtx.SerialPorts" "/path/to/your/port")
Related Skills
node-connect
334.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
334.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.1kCommit, push, and open a PR
