사이트 로그인
2023.07.17 17:56
I will use the Murata scl3300
https://www.memstar.fr/
Why do we need the WP-109 micro USB adapter. Is it a difference from Teensy3 to Teensy 4?
on the back side of the Teensy 3.2 there are D+ D- pads that are related to device D+ D- USB connection
BUT for the Teensy 4.0 the pad are for an Host USB. so we need it.
Yesterday I have implemented the Encoder calibration procedure.
the user starts the calibration procedure in the SHC
The encoder is sync at the current telescope position. the main unit store the encoder pulse position (Ep1) and the instrument position (Ip1)
The auto resync procedure is deactivated!
The user have send a GOTO command with the SHC
The telescope moves and the main unit count the pulse from the encoder
The user then finalize the Calibration
The main unit now read the instrument position (Ip2) and the encoder pulse position (Ep2)
The main unit compute the differences:
deltaE = Ep2-Ep1
deltaI = Ip1-Ip2
we check that both are not equal to zero
then we compute get the rotation direction
reverse = deltaE>0 XOR deltaI >0
and finally the number of pulse per degree:
Pulse per degree = abs( deltaE / deltaI )
the value are stored in the EEPROM and the user can read the value.
I would like to do the same for the backlash
Charles
I am almost done with the encoder support in TeenAstro. It works like it was working in the FS2:
I played a bit with my em-200 and and a JMI kit
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
6 | 틴아스트로 설정 TeenAstroConfig TeenAstro | 별친구 | 2023.10.28 | 98 |
5 | 덕산정밀 틴아스트로 사용설명서 -2023-10-28 | 별친구 | 2023.08.20 | 225 |
» | TeenAstro 2.5 엔코더 지원 | 별친구 | 2023.07.17 | 179 |
3 | 야매30년산 작품사진 | 별친구 | 2022.01.19 | 365 |
2 | 조립 참고사진 | 별친구 | 2020.04.06 | 11620 |
1 | Teen Astro 컨트롤러 | 별친구 | 2020.03.28 | 909 |