Commit Graph

72 Commits

Author SHA1 Message Date
Wastl Kraus 1adde68072 ...unified
...now featuring a much more "clean" appearance ^^
2025-07-19 16:41:04 +02:00
Wastl Kraus 314e888a38
Merge pull request #6 from derdoktor667/dev
...Pause duration configuration
2025-07-19 13:28:26 +02:00
Wastl Kraus b1312cec20 ...Pause duration configuration
...add getter and setter for frame pause duration, further cleaning
2025-07-19 13:26:54 +02:00
Wastl Kraus f0a95158ee ...fixed timing
Non -biDirectional DShot was too fast - fixed
2025-07-18 11:13:43 +02:00
Wastl Kraus bde3decb8e Update README.md
WTF???
2025-07-18 09:37:49 +02:00
Wastl Kraus c86999dc5d Update README.md
....sorry
2025-07-18 09:32:39 +02:00
Wastl Kraus 5d68f035a3 Update README.md 2025-07-18 09:31:44 +02:00
Wastl Kraus ab8cb8b15c ...fixing biDirectional
...Hardware testing needed for biDirectional Mode
2025-07-17 23:24:28 +02:00
Wastl Kraus d8338c3346 ...biDir is killing me on the ESP32 2025-07-16 14:57:25 +02:00
Wastl Kraus 089374d2bd ...biDir still not switching 2025-07-11 23:51:46 +02:00
Wastl Kraus ed9b8c539a
Aktualisieren von README.md 2025-06-30 08:57:26 +02:00
Wastl Kraus f1cce0faa7 ...rmt class objects 2025-06-19 00:43:59 +02:00
Wastl Kraus 4e8930c8fc ...add dshot_commands Header File 2025-06-18 18:40:16 +02:00
Wastl Kraus 9539a0055f ...some small changes
...not really important changes
2025-06-18 12:02:09 +02:00
Wastl Kraus 1c8a0ed572 ...modular functions
...crc calculation and paket building in seperate functions now
2025-06-17 20:56:50 +02:00
Wastl Kraus 8557930d3e ...added getMotorRPM Function 2025-06-14 18:16:45 +02:00
Wastl Kraus c2f1bf84d4 ...cleanup and fix rx decoding 2025-06-13 21:50:00 +02:00
Wastl Kraus 84adfe026a ...cleaning
...experimental DSHOT1200 support. Who really needs DSHOT1200???
2025-06-13 13:50:10 +02:00
Wastl Kraus 64fd2edfba ...fix late night error
...sorry ;)
2025-06-13 08:05:05 +02:00
Wastl Kraus 8cfe24e132 ...add BiDirectional support 2025-06-13 00:45:48 +02:00
Wastl Kraus 33bfb6a0be ...rename some
...make the code more easy to read
2025-06-12 12:24:27 +02:00
Wastl Kraus 66482aeadb Rewrite ESP-IDF5
Now using "new" API (rmt_tx.h).

"old" Version of this library is still available: Branch "oldAPI".
2025-06-11 09:29:59 +02:00
Wastl Kraus 78bc06344c fix throttle 2025-06-10 21:40:45 +02:00
Wastl Kraus cca82f5e57 Update DShotRMT.h 2025-05-16 23:38:21 +02:00
Wastl Kraus 979fb703ed Update DShotRMT.h
prepare for idf update
2025-05-16 23:33:27 +02:00
Wastl Kraus e31364b172 Update dshot300.ino
...can't leave this alone ^^
2025-05-15 13:00:35 +02:00
Wastl Kraus b0b97da2d0 Bad example
...just to make it work
2025-05-14 15:19:38 +02:00
Wastl Kraus 09ca43568c
added deprecation warning 2025-04-17 16:48:27 +02:00
Wastl Kraus c824f5f46c Add return value
...lol
2025-03-26 13:49:56 +01:00
Wastl Kraus 7d64234471 ...start again 2024-02-11 10:44:56 +01:00
Wastl Kraus a669eb3759 Update dshot300.ino 2023-04-16 00:50:32 +02:00
Wastl Kraus bdcec32eff Update dshot300.ino 2023-04-15 08:12:37 +02:00
Wastl Kraus 4e84b2e5e7 Readability changes 2023-04-15 07:45:14 +02:00
Wastl Kraus a8c2ccaaea Update DShotRMT.h 2023-04-15 03:32:09 +02:00
Wastl Kraus 1449f0d06d ...further optimizing and simplifying 2023-04-13 21:10:51 +02:00
Wastl Kraus 042276dd54
Update esp32.yml
Setup the main branch of node.js to prevent warnings
2023-03-30 19:28:29 +02:00
Wastl Kraus 65aeb56e3b
Update README.md 2023-03-30 18:58:19 +02:00
Wastl Kraus 542beeb64d Rename yaml 2023-03-30 18:31:45 +02:00
Wastl Kraus 9070958c9e Update main.yml 2023-03-30 18:25:59 +02:00
Wastl Kraus 6dd8f5026d Updated structure and files for actions 2023-03-30 18:24:31 +02:00
Wastl Kraus cc90dee57d
Update main.yml 2023-03-30 15:13:36 +02:00
Wastl Kraus 277a561d7c
Update main.yml 2023-03-30 15:09:57 +02:00
Wastl Kraus d7f2f19d3d
Update main.yml 2023-03-30 15:06:32 +02:00
Wastl Kraus 4f3a6ea8dd
First steps using GitHub Action 2023-03-30 15:03:47 +02:00
Wastl Kraus c23c9d3f19
Update README.md 2023-03-29 22:12:08 +02:00
Wastl Kraus 2ae00296ba Update keywords.txt
addd new method names
2023-03-27 20:01:04 +02:00
Wastl Kraus 17b0fd017d Update dshot300.ino
Better structure and easier to understand.
2023-03-27 19:55:30 +02:00
Wastl Kraus 640604c146 Updated Method Names
Roll back to use "begin" method again for better selecting the beginning of Signal transmission.

Renamed the methods to fit it´s functunallty.

Updated the CRC Generation, either
2023-03-27 19:47:23 +02:00
Wastl Kraus 3366d2f775 More updates 2023-03-26 17:58:24 +02:00
Wastl Kraus 992a3e9fe6
Merge pull request #3 from derdoktor667/rewriteAll
...updated class to optimize configuration
2023-03-26 16:22:11 +02:00