Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // --------- AirPower Prototype Unit - LP - Developer Output --------- //
- Compiled by 91Tech - @91_tech - youtube.com/91tech
- Main document: https://pastebin.com/CuvaGx0F
- This document contains output for the 'lp' command.
- // Contents //
- - Help
- - CLOCK
- - SLEEP
- - RUN
- - TRANSIENT
- - START
- - SAMPLE
- - SCAN
- - PWM_ON
- - PWM_OFF
- - BASELINE
- - GET_BASELINES
- - THRESHOLD
- - FATP
- --------- Help ---------
- B431-22-P2> lp help
- Available commands:
- clock
- sleep
- run
- transient
- start
- sample
- scan
- PWM_on
- PWM_off
- baseline
- get_baselines
- threshold
- fatp
- help
- --------- CLOCK ---------
- B431-22-P2> lp clock
- [no output]
- --------- SLEEP ---------
- lp sleep
- sleep should have 1 parameter!
- B431-22-P2> lp sleep 0
- sleep duration should be greater than 1300us
- B431-22-P2> lp sleep 1301
- sleep length set to 1301us.
- --------- RUN ---------
- B431-22-P2> lp run
- run should have 1 parameter!
- B431-22-P2> lp run 0
- run duration should be greater than 500us
- B431-22-P2> lp run 501us
- run length set to 501us.
- --------- TRANSIENT ---------
- B431-22-P2> lp transient
- transient should have 1 parameter!
- B431-22-P2> lp transient 0
- transient duration should be greater than 1300us
- B431-22-P2> lp transient 1301
- transient length set to 1301us.
- --------- START ---------
- B431-22-P2> lp start
- lp complete
- coil: 13
- baseline+threshold: 3660
- ADC sample: 3429
- --------- SAMPLE ---------
- B431-22-P2> lp sample
- LP sample all coils
- B431-22-P2> Coil0 Amp,3989
- Coil1 Amp,3710
- Coil2 Amp,3782
- Coil3 Amp,3946
- Coil4 Amp,3657
- Coil5 Amp,3679
- Coil6 Amp,3787
- Coil7 Amp,3857
- Coil8 Amp,3973
- Coil9 Amp,4093
- Coil10 Amp,3817
- Coil11 Amp,3909
- Coil12 Amp,3911
- Coil13 Amp,3710
- Coil14 Amp,3763
- Coil15 Amp,4095
- Coil16 Amp,3817
- Coil17 Amp,3976
- Coil18 Amp,4054
- Coil19 Amp,3782
- Coil20 Amp,3803
- Coil21 Amp,3927
- --------- SCAN ---------
- B431-22-P2> lp scan
- LP sample all coils
- B431-22-P2> Coil0 Amp,4068
- Coil1 Amp,3793
- Coil2 Amp,3918
- Coil3 Amp,3966
- Coil4 Amp,3675
- Coil5 Amp,3733
- Coil6 Amp,3787
- Coil7 Amp,3888
- Coil8 Amp,3953
- Coil9 Amp,4071
- Coil10 Amp,3803
- Coil11 Amp,3886
- Coil12 Amp,3895
- Coil13 Amp,3701
- Coil14 Amp,3752
- Coil15 Amp,4086
- Coil16 Amp,3805
- Coil17 Amp,3956
- Coil18 Amp,4034
- Coil19 Amp,3769
- Coil20 Amp,3789
- Coil21 Amp,3911
- --------- PWM_ON ---------
- B431-22-P2> lp PWM_on
- PWM should have 1 parameter!
- B431-22-P2> lp PWM_on 0
- LPPWM set to 0Hz (source freq = 72000000Hz)
- -- Pulse-width modulation (PWM), or pulse-duration modulation (PDM), is a method of reducing the average power delivered by an electrical signal. --
- https://en.wikipedia.org/wiki/Pulse-width_modulation
- --------- PWM_OFF ---------
- B431-22-P2> lp PWM_off
- PWM source = hrtim
- * does not appear to change prior to using 'PWM_on' *
- --------- BASELINE ---------
- B431-22-P2> lp baseline
- baselines: { 3956 3686 3757 3912 3625 3667 3760 3837 3938 4056 3780 3869 3893 3694 3751 4079 3801 3948 4023 3753 3789 3913 }
- --------- GET_BASELINES ---------
- B431-22-P2> lp get_baselines
- baselines: { 3956 3686 3757 3912 3625 3667 3760 3837 3938 4056 3780 3869 3893 3694 3751 4079 3801 3948 4023 3753 3789 3913 }
- --------- THRESHOLD ---------
- B431-22-P2> lp threshold 0
- threshold set: 0
- B431-22-P2> lp threshold 91
- threshold set: 91
- B431-22-P2> lp threshold 111111111
- threshold set: 0
- --------- FATP ---------
- B431-22-P2> lp fatp
- No output
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement