Skip to content

Commit

Permalink
update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Aug 5, 2024
1 parent 9a3b89d commit c51d019
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ assignees: ''

**All question should be redirected to the forum!**

[https://github.com/mathieucarbou/YaSolR-OSS/discussions](https://github.com/mathieucarbou/YaSolR-OSS/discussions)
[https://github.com/mathieucarbou/YaSolR/discussions](https://github.com/mathieucarbou/YaSolR/discussions)

Thanks you!
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
[![Release](https://img.shields.io/github/release/mathieucarbou/YaSolR-OSS.svg)](https://GitHub.com/mathieucarbou/YaSolR-OSS/releases/)
[![Release](https://img.shields.io/github/release/mathieucarbou/YaSolR.svg)](https://GitHub.com/mathieucarbou/YaSolR/releases/)

[![Download](https://img.shields.io/badge/Download-bin-green.svg)](https://yasolr.carbou.me/download)
[![Doc](https://img.shields.io/badge/Doc-html-green.svg)](https://yasolr.carbou.me/manual)
[![Facebook Group](https://img.shields.io/badge/Facebook-group-blue.svg?logo=Facebook&logoColor=white)](https://www.facebook.com/groups/yasolr)

[![Build](https://github.com/mathieucarbou/YaSolR-OSS/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/mathieucarbou/YaSolR-OSS/actions/workflows/build.yml)
[![GitHub latest commit](https://badgen.net/github/last-commit/mathieucarbou/YaSolR-OSS)](https://GitHub.com/mathieucarbou/YaSolR-OSS/commit/)
[![Build](https://github.com/mathieucarbou/YaSolR/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/mathieucarbou/YaSolR/actions/workflows/build.yml)
[![GitHub latest commit](https://badgen.net/github/last-commit/mathieucarbou/YaSolR)](https://GitHub.com/mathieucarbou/YaSolR/commit/)

# Documentation

Expand Down
6 changes: 3 additions & 3 deletions doc/Florent/Advises.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Of course the accuracy is as good as the grid remains a perfect sine wave.
phase = (powf(1 - duty, 0.31338) - powf(duty, 0.31338) + 1) / 2

-----------------------------------------------------------------------------
https://github.com/mathieucarbou/YaSolR-OSS/discussions/21#discussion-6435999
https://github.com/mathieucarbou/YaSolR/discussions/21#discussion-6435999
-----------------------------------------------------------------------------

One thing I don't like is that the duty level is only 8 bits.
Expand Down Expand Up @@ -86,7 +86,7 @@ The lookup is interpolated without FPU.
The error is under 0.001 compared to the ideal model.
-----------------------------------------------------------------------------
https://github.com/mathieucarbou/YaSolR-OSS/issues/18#issuecomment-2023988139
https://github.com/mathieucarbou/YaSolR/issues/18#issuecomment-2023988139
-----------------------------------------------------------------------------
The JSY should be plugged on main voltage, not after the dimmer.
Expand All @@ -113,7 +113,7 @@ I use the MCPWM module of the ESP32 to drive a MOC3023 and BTA24-600CWRG . It's
I use the same kind of ZCD circuit you are mentioning but with modifications. I replaced the 1nF capacitor in front of the bridge rectifier by a 10nF to reduce the delay of the zero crossing. I also added a 10nF in parallel of the diode and reduced the 1k resistor to 330ohms to improve the triggering edge.
-----------------------------------------------------------------------------
https://github.com/mathieucarbou/YaSolR-OSS/issues/18#issuecomment-2177785644
https://github.com/mathieucarbou/YaSolR/issues/18#issuecomment-2177785644
-----------------------------------------------------------------------------
I simply use the PID coefficients without the timing and integral.
Expand Down

0 comments on commit c51d019

Please sign in to comment.