-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev to master for the release v2.3.4 #425
Commits on Jan 14, 2024
-
LinearHall improvements and move to main repository
Changes compared to the original pull request in the drivers repository simplefoc/Arduino-FOC-drivers#12 1. Added a version of init which turns the motor one revolution to find the center values of the sensors. 2. Moved the calls to analogRead into a weakly bound function ReadLinearHalls so it can be overridden with custom ADC code on platforms with poor analogRead performance. 3. Commented out the pinMode calls in init, which makes it possible to pass in ADC channel numbers for custom ReadLinearHalls to use without having to remap them every update. 4. Changed to use the much faster _atan2 function that was added to foc_utils recently. 5. Added examples.
Configuration menu - View commit details
-
Copy full SHA for 241e8c0 - Browse repository at this point
Copy the full SHA 241e8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb9238 - Browse repository at this point
Copy the full SHA aeb9238View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7d4488 - Browse repository at this point
Copy the full SHA d7d4488View commit details
Commits on Feb 14, 2024
-
Moving LinearHall back to drivers repository
As requested by runger
Configuration menu - View commit details
-
Copy full SHA for 41de6b6 - Browse repository at this point
Copy the full SHA 41de6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a84021 - Browse repository at this point
Copy the full SHA 3a84021View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14f6726 - Browse repository at this point
Copy the full SHA 14f6726View commit details -
Merge pull request #397 from runger1101001/dev
fix RP2040 compile problems with earlehillpower
Configuration menu - View commit details
-
Copy full SHA for 92f9fef - Browse repository at this point
Copy the full SHA 92f9fefView commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 627c0a8 - Browse repository at this point
Copy the full SHA 627c0a8View commit details
Commits on May 13, 2024
-
Merge pull request #399 from runger1101001/dev
Merge teensy updates from master branch
Configuration menu - View commit details
-
Copy full SHA for 492d147 - Browse repository at this point
Copy the full SHA 492d147View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b7fa90 - Browse repository at this point
Copy the full SHA 3b7fa90View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05289a - Browse repository at this point
Copy the full SHA c05289aView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 602c668 - Browse repository at this point
Copy the full SHA 602c668View commit details -
Merge pull request #405 from runger1101001/dev
move setting target to start of move() #404
Configuration menu - View commit details
-
Copy full SHA for ac640e1 - Browse repository at this point
Copy the full SHA ac640e1View commit details -
add MT6701 I2C sensor configuration
(cherry picked from commit b25ef8e)
Configuration menu - View commit details
-
Copy full SHA for f1b7452 - Browse repository at this point
Copy the full SHA f1b7452View commit details -
Merge pull request #406 from runger1101001/dev
add MT6701 I2C sensor configuration
Configuration menu - View commit details
-
Copy full SHA for 83b606b - Browse repository at this point
Copy the full SHA 83b606bView commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c732eb - Browse repository at this point
Copy the full SHA 1c732ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93bcfe0 - Browse repository at this point
Copy the full SHA 93bcfe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e8ffb2 - Browse repository at this point
Copy the full SHA 8e8ffb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4df18 - Browse repository at this point
Copy the full SHA ae4df18View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26d111d - Browse repository at this point
Copy the full SHA 26d111dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee91e27 - Browse repository at this point
Copy the full SHA ee91e27View commit details
Commits on Jun 10, 2024
-
Merge pull request #407 from rob-deutsch/patch-1
Added gain documentation to B_G431B_ESC1.ino
Configuration menu - View commit details
-
Copy full SHA for 0611830 - Browse repository at this point
Copy the full SHA 0611830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53624e4 - Browse repository at this point
Copy the full SHA 53624e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e221e06 - Browse repository at this point
Copy the full SHA e221e06View commit details
Commits on Jun 15, 2024
-
an initial implementation of the lowside and inline current sense wit…
…h the new esp32 api
Configuration menu - View commit details
-
Copy full SHA for a7ed4ba - Browse repository at this point
Copy the full SHA a7ed4baView commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab64524 - Browse repository at this point
Copy the full SHA ab64524View commit details -
Revert "an initial implementation of the lowside and inline current s…
…ense with the new esp32 api" This reverts commit a7ed4ba.
Configuration menu - View commit details
-
Copy full SHA for aa8591e - Browse repository at this point
Copy the full SHA aa8591eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d4187a - Browse repository at this point
Copy the full SHA 5d4187aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c25ef0 - Browse repository at this point
Copy the full SHA 4c25ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67248d8 - Browse repository at this point
Copy the full SHA 67248d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69eb707 - Browse repository at this point
Copy the full SHA 69eb707View commit details
Commits on Jun 20, 2024
-
added the support for phase state for 6pwm in haredware-6pwm mode + r…
…eturning error if no low-side
Configuration menu - View commit details
-
Copy full SHA for bbd8017 - Browse repository at this point
Copy the full SHA bbd8017View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fda20 - Browse repository at this point
Copy the full SHA 63fda20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3e9c8 - Browse repository at this point
Copy the full SHA 3c3e9c8View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52e8d9d - Browse repository at this point
Copy the full SHA 52e8d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 910c24f - Browse repository at this point
Copy the full SHA 910c24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2200504 - Browse repository at this point
Copy the full SHA 2200504View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92567e - Browse repository at this point
Copy the full SHA e92567eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b367c3 - Browse repository at this point
Copy the full SHA 0b367c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d89fa26 - Browse repository at this point
Copy the full SHA d89fa26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 710edb4 - Browse repository at this point
Copy the full SHA 710edb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc2f848 - Browse repository at this point
Copy the full SHA bc2f848View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1bd20e - Browse repository at this point
Copy the full SHA a1bd20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce92e0 - Browse repository at this point
Copy the full SHA 8ce92e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a734d0d - Browse repository at this point
Copy the full SHA a734d0dView commit details
Commits on Jun 23, 2024
-
Merge pull request #414 from simplefoc/408-feature-support-for-arduin…
…o-esp32-v301-current_sensing 408 feature support for arduino esp32 v301 current sensing
Configuration menu - View commit details
-
Copy full SHA for 538e59d - Browse repository at this point
Copy the full SHA 538e59dView commit details
Commits on Jun 29, 2024
-
Fix for #415 sin/cos integer overflow on 16-bit CPUs
Terrible bug in the fast sin/cos added last year, resulting in rough sine waves and a spike from +1 to -1 at pi/2
Configuration menu - View commit details
-
Copy full SHA for e81af5d - Browse repository at this point
Copy the full SHA e81af5dView commit details -
Removed accidental addition of LinearHall.h
I thought I discarded this change after moving LinearHall back to drivers, but somehow it got included anyway
Configuration menu - View commit details
-
Copy full SHA for bf75d20 - Browse repository at this point
Copy the full SHA bf75d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for b203b83 - Browse repository at this point
Copy the full SHA b203b83View commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53927d8 - Browse repository at this point
Copy the full SHA 53927d8View commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2a4093 - Browse repository at this point
Copy the full SHA d2a4093View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4fd7f - Browse repository at this point
Copy the full SHA eb4fd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d108c4 - Browse repository at this point
Copy the full SHA 7d108c4View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 842b361 - Browse repository at this point
Copy the full SHA 842b361View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 780bda9 - Browse repository at this point
Copy the full SHA 780bda9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad0c4c5 - Browse repository at this point
Copy the full SHA ad0c4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aee1aa - Browse repository at this point
Copy the full SHA 9aee1aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf70cce - Browse repository at this point
Copy the full SHA cf70cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc62a1 - Browse repository at this point
Copy the full SHA dbc62a1View commit details
Commits on Jul 18, 2024
-
Merge pull request #416 from dekutree64/dev
Fix for #415 sin/cos integer overflow on 16-bit CPUs
Configuration menu - View commit details
-
Copy full SHA for c27bc4b - Browse repository at this point
Copy the full SHA c27bc4bView commit details
Commits on Jul 19, 2024
-
Merge pull request #424 from Candas1/hall_no_interrupt
Hall sensor without interrupt
Configuration menu - View commit details
-
Copy full SHA for 31ed492 - Browse repository at this point
Copy the full SHA 31ed492View commit details
Commits on Jul 20, 2024
-
Merge pull request #422 from simplefoc/feat_new_cs_align
Feat new cs align
Configuration menu - View commit details
-
Copy full SHA for 996f312 - Browse repository at this point
Copy the full SHA 996f312View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd21d2b - Browse repository at this point
Copy the full SHA bd21d2bView commit details
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d429148 - Browse repository at this point
Copy the full SHA d429148View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2647a6 - Browse repository at this point
Copy the full SHA b2647a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 150a40b - Browse repository at this point
Copy the full SHA 150a40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05672d2 - Browse repository at this point
Copy the full SHA 05672d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea8eda8 - Browse repository at this point
Copy the full SHA ea8eda8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5afea2b - Browse repository at this point
Copy the full SHA 5afea2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ca90d - Browse repository at this point
Copy the full SHA 37ca90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de948c - Browse repository at this point
Copy the full SHA 2de948cView commit details