esprit icon indicating copy to clipboard operation
esprit copied to clipboard

ClojureScript on the ESP32 using Espruino

Results 16 esprit issues
Sort by recently updated
recently updated
newest added

`clj -M -m esprit.flash --erase` in powershell gives ``` clj -M -m esprit.flash --erase Execution error (IOException) at java.lang.ProcessImpl/create (ProcessImpl.java:-2). CreateProcess error=193, %1 is not a valid Win32 application Full...

I'm struggling a bit to understand what bits are ESP32 related I was wondering if running this on something like the BangleJS would be a major undertaking, or just a...

I'm trying to get things up and running on another board. ( TTGO ESP32-WROVER ) but it's giving me errors on boot. The erase/bootstrap/flash seems to work but once on...

When using *org.clojure/clojurescript:1.10.844 compilation, romming and flashing goes fine but crashes during boot up with the error 'ID expected but found [' somewhere in the goog library where NOT_ALLOWED_TAGS are...

I started a project from the recommended template (which uses the esprit library via *mvn/version*) and noticed that whatever I dd, my pins were not added to *esprit.board/items*. Using $...

Seen by Fogus: ``` WARNING: Wifi:startMNS - esspressif Ready for REPL Connections Establish an Esprit REPL by executing cl -m cls.main -re esprit -ro '{:endpoint-address "192.0.0.1"}' ```

I'd like to keep an issue open for the things we do that "patch" inconsistencies in the Espruino interpreter. The less we have to do to the compiled CLJS, the...

In the cljs repl ```clj cljs.user=> {:a 1 :b {:c 1 :d 3}} ``` Then on the serial connection ``` >Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled....

``` cljs.user=> (.write js/D21 false) ReferenceError: "0" is not defined at line 13 col 7 throw e__6755__auto__; ^ in function called from line 14 col 5 }})() ^ at line...