c86a00b0594eb2eddc615f43a69526033352f756
Board/ITF/ITF1003-DAT/ITF1003-DAT.md
... | ... | @@ -12,4 +12,21 @@ check LED brightness to get visual feedback of the current |
12 | 12 | |
13 | 13 | DC 9-36V input |
14 | 14 | |
15 | -read current value on the right side |
|
... | ... | \ No newline at end of file |
0 | +read current value on the right side |
|
1 | + |
|
2 | +## Tune Calibraction |
|
3 | +- prepare a trim pot, tune to maximium level, for example a 1K trim pot, one side 0R, another side 1K |
|
4 | +- please follow the step below |
|
5 | +- a current meter is helpful to check the right side output current |
|
6 | + |
|
7 | +| step | action on | target | |
|
8 | +| ---- | ---------------------------- | ------ | |
|
9 | +| 1 | RIGHT side on board trim pot | 20 mA | |
|
10 | +| 2 | LEFT side on board trim pot | 4 mA | |
|
11 | + |
|
12 | +- now you can tune the input resistance to check output current |
|
13 | +- notice active input resistance are the middle and bottom pins (left side terminal) |
|
14 | + |
|
15 | +## ref |
|
16 | +- [[ITF1003]] |
|
17 | + |
Board/MSP/MSP1032-DAT.md
... | ... | @@ -0,0 +1,9 @@ |
1 | + |
|
2 | + |
|
3 | +# MSP1032-DAT |
|
4 | + |
|
5 | + |
|
6 | +- [[MCP2515]] |
|
7 | + |
|
8 | + |
|
9 | +- [[TJA1050]] |
|
... | ... | \ No newline at end of file |
Board/MSP/MSP1061-DAT/52-11-17-28-04-2023.png
... | ... | Binary files /dev/null and b/Board/MSP/MSP1061-DAT/52-11-17-28-04-2023.png differ |
Board/MSP/MSP1061-DAT/MSP1061-DAT.md
... | ... | @@ -0,0 +1,56 @@ |
1 | +# MSP1061-DAT |
|
2 | + |
|
3 | + |
|
4 | +## Features |
|
5 | +Support APPs or UART interface or Python script or .. |
|
6 | +- socketCAN - linux |
|
7 | +- CANtact V0.3 |
|
8 | +- Cangaroo |
|
9 | +- slCAN |
|
10 | +- python |
|
11 | + |
|
12 | +## hardware |
|
13 | + |
|
14 | +![](52-11-17-28-04-2023.png) |
|
15 | + |
|
16 | + |
|
17 | +## Demos |
|
18 | + |
|
19 | +- https://twitter.com/electro_phoenix/status/1651872392791093249 |
|
20 | + |
|
21 | + |
|
22 | +## Default firmware |
|
23 | +- Please notice we flash UART interface fimware before 2023. April |
|
24 | +- And Canable firmware after 2023. April |
|
25 | +- If you need upgrade to canable firmware, please try DFU update or flash chip with a .bin file |
|
26 | +- On board LEDs blink on canable version, but not in UART (slCAN) version |
|
27 | + |
|
28 | + |
|
29 | + |
|
30 | +## supported commands |
|
31 | + |
|
32 | + O - Open channel |
|
33 | + C - Close channel |
|
34 | + S0 - Set bitrate to 10k |
|
35 | + S1 - Set bitrate to 20k |
|
36 | + S2 - Set bitrate to 50k |
|
37 | + S3 - Set bitrate to 100k |
|
38 | + S4 - Set bitrate to 125k |
|
39 | + S5 - Set bitrate to 250k |
|
40 | + S6 - Set bitrate to 500k |
|
41 | + S7 - Set bitrate to 750k |
|
42 | + S8 - Set bitrate to 1M |
|
43 | + M0 - Set mode to normal mode (default) |
|
44 | + M1 - Set mode to silent mode |
|
45 | + A0 - Disable automatic retransmission |
|
46 | + A1 - Enable automatic retransmission (default) |
|
47 | + TIIIIIIIILDD... - Transmit data frame (Extended ID) [ID, length, data] |
|
48 | + tIIILDD... - Transmit data frame (Standard ID) [ID, length, data] |
|
49 | + RIIIIIIIIL - Transmit remote frame (Extended ID) [ID, length] |
|
50 | + rIIIL - Transmit remote frame (Standard ID) [ID, length] |
|
51 | + V - Returns firmware version and remote path as a string |
|
52 | + |
|
53 | +## ref |
|
54 | +- legacy reference - https://w.electrodragon.com/w/Category:CAN#CAN_USB |
|
55 | +- https://canable.io/getting-started.html |
|
56 | +- https://github.com/normaldotcom/canable-fw |