espnow-joystick

Abstraction of ESPNow and Protocol Buffers, to have an improved joystick and receiver

GPL-3.0 License

Stars
21
Committers
1

Bot releases are visible (Hide)

espnow-joystick - v0.1.5 rev089 Latest Release

Published by hpsaturn 11 months ago

7171212 v0.1.5 ESP8266 basic joystick issue fixed. Improved examples
bce7b3c decreased TFT brightness to preserve battery (example)
10e096e fixed issue #2 (ESP8266 basic joystick issue)
aa3d3c6 improved documentation and fixed some typo issues
fc277f9 v0.1.4 Provisional dependency workaround on Arduino Registry
c064770 updated documentation for ArduinoIDE users

Full Changelog: https://github.com/hpsaturn/espnow-joystick/compare/v0.1.4...v0.1.5

espnow-joystick - v0.1.3 rev087

Published by hpsaturn 11 months ago

8838148 v0.1.3 Arduino registry linter issues fixed
a22a59f fixed warnnings of arduino-linter
1240dd0 fixed issue for arduino-lint command for publication
a224373 testing CI workflow fix on integration tests
faabda6 testing CI workflow fix on integration tests
ce5cb55 seperated architecture tests for CI workflow
9a6621a v0.1.2 improved examples for Arduino IDE
d6211b9 improved architecture and integrations tests
c8931a7 new servo motors mini tank sample from https://github.com/hpsaturn/mini-tank
2646979 v0.1.1rev085 examples and compatibility tests

espnow-joystick - v0.1.2 rev086

Published by hpsaturn 11 months ago

9a6621a v0.1.2 improved examples for Arduino IDE
ce5cb55 separated architecture tests for CI workflow
c8931a7 new servo motors mini tank sample from this

arduino_ide_00

Full Changelog: https://github.com/hpsaturn/espnow-joystick/compare/v0.1.1...v0.1.2

espnow-joystick - v0.1.1 rev085

Published by hpsaturn 11 months ago

189231a added basic tests for backward compatibility
eb64d4e added new example: mini-tank (git submodule)
9acb503 freezed dependencies versions and added example section
3da7793 removed unnecessary comments
6dfb42d improved some documentation section. Workflow issue fixed

Full Changelog: https://github.com/hpsaturn/espnow-joystick/compare/v0.1.0...v0.1.1

espnow-joystick - v0.1.0 rev084

Published by hpsaturn 11 months ago

a1a1403 M5Unified version with receiver selection feature (BtnA)
27b222d added env for multi receiver handling demo and sample
def35a4 initial implementation with M5Unified library.
8b68b1b auto detection of receivers and methods to handled it
4444222 new esp8266 support. Improved SDK optimizations
c6074e8 fixed issue with espressif tools
88088f7 added macaddress catch tip

ESPNow Joystick multiple receiver demo

Full Changelog: https://github.com/hpsaturn/espnow-joystick/compare/v0.0.9...v0.1.0

espnow-joystick - v0.0.9 rev083

Published by hpsaturn over 2 years ago

d318618 0.9 Fixed telemetry issue when are multiple targets
24e74bd added basic filter for telemetry when exist a P2P target
1f64c44 fixed issues with new error callback documentation and added p2p section

2022-03-26 15:55:06 +0100 d318618a747a5bf90be91d43c94b4212d70be061 rev083v0.0.9 Fixed telemetry issue when are multiple targets

espnow-joystick - v0.0.8 rev073 P2P option

Published by hpsaturn over 2 years ago

screenshot20220215_010838small

2022-02-21 00:13:13 +0100 1f64c4487005c7370f140af0f696efd540bbf96e fixed issues with new error callback documentation and added p2p section

espnow-joystick - v0.0.7 rev072

Published by hpsaturn over 2 years ago

First Release

  • Full ESP-Now abstraction with broadcast support and easy callbacks
  • Joystick and telemetry messages implemented with Nanopb protos
  • Basi debug mode
  • Full example included with M5Stack Joystick and Arkanoid game
  • Full example of basic two motor robot (receiver)
  • Basic examples

2022-02-15 09:47:08 +0100 cd16b55de47e862e3a14a98f93968f3bd326a7cb rev072 v0.0.7 first release on PlatformIO and GitHub