Skip to content

Releases: easytarget/esp32-cjmcu-531-demo

V1.5: Over The Air Updates

08 Jun 11:32
Compare
Choose a tag to compare

I've added OTA updating to the code, and a mechanism so that you can name the device.
See mywifi.sample.h to control this.
I've also removed all WiFi power saving, since it can dull response times to requests.
espressif/arduino-esp32#1484

Better browser support

17 May 19:33
7908a7d
Compare
Choose a tag to compare

Fixes display issues with FireFox and possibly others.

v1.3 - 2021 refresh

17 May 17:04
be55a74
Compare
Choose a tag to compare

A roundup release; rebuilt and tested with the latest versions of ESP Arduino core, Sparkfun sensor lib and ArduinoJSON

The README has been updated with some better notes on constructing and programming the unit.

I also fixed a silly bug in the compile, and now run travis builds on the code both with, and without custom WiFi config to catch errors like this in future.

Finally; the scadfile for the frame is updated and made easier to customise.

Published Version

11 Nov 16:53
Compare
Choose a tag to compare

Some minor updates to the timeout handling. This is the package I intend to upload to Hackaday.

Reducing Network lag

06 Nov 20:52
6600183
Compare
Choose a tag to compare

Moved from using alternating (synchronous(==bad)) requests for reading to a model using a single request and handler, running asynchronously.

  • This has considerably improved scan/reading speed and made scan movement much smoother.
  • The UI can still be a bit laggy, sorry.

Simple Lidar

05 Nov 15:54
Compare
Choose a tag to compare

Working well, as described in README etc.
Designated a release point.

Initial, good enough for a pleasing demo

26 May 13:41
3a86407
Compare
Choose a tag to compare

Works well within it's limits; several of which are driver licence imposed.