SpeLuce: Difference between revisions

From ciapini
Jump to navigation Jump to search
Line 37: Line 37:
* PIC12F1840 http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en549758
* PIC12F1840 http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en549758
* http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en553476 ha piu pwm sembra
* http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en553476 ha piu pwm sembra
* PIC16F1824 simile, 14 pin, 2 CCP, per controllare 2 led
 


=== Mappa pin ===
=== Mappa pin ===
Line 64: Line 64:
|8|| || ||VSS||
|8|| || ||VSS||
|}
|}
* PIC16F1824 simile, 14 pin, 2 CCP, per controllare 2 led


{|style="color:green; background-color:#ffffdd;" cellpadding="10" cellspacing="0" border="1"
{|style="color:green; background-color:#ffffdd;" cellpadding="10" cellspacing="0" border="1"
Line 74: Line 76:
|1|| || ||VDD||
|1|| || ||VDD||
|-
|-
|2|| ||RED_LED||RA5/P2A||O
|2|| || ||RA5/P2A||O
|-
|-
|3|| || ||RA4/AN3/CPS3/P2B||
|3|| || ||RA4/AN3/CPS3/P2B||
|-
|-
|4|| ||GREEN_LED||RA3/MCLR||O
|4|| || ||RA3/MCLR||O
|-
|-
|5|| || ||P1A||
|5|| || ||P1A||
Line 84: Line 86:
|6|| || ||P1B||
|6|| || ||P1B||
|-
|-
|7|| ||R_SENSE_B||AN7/CPS7||
|7|| ||RED_LED||AN7/CPS7||
|-
|-
|8|| ||R_SENSE_A||AN6/CPS6||
|8|| ||GREEN_LED||AN6/CPS6||
|-
|-
|9|| ||V_BATT||AN5/CPS5||
|9|| ||R_SENSE_B||AN5/CPS5||
|-
|-
|10|| ||CAP_1||AN4/CPS3||
|10|| ||R_SENSE_A||AN4/CPS3||
|-
|-
|11|| ||CAP_2||AN2/CPS2||
|11|| ||V_BATT||AN2/CPS2||
|-
|-
|12|| || ||AN1/CPS1/ICSPCLK||
|12|| ||CAP_2||AN1/CPS1/ICSPCLK||
|-
|-
|13|| || ||AN0/CPS0/ICSPDAT||
|13|| ||CAP_1||AN0/CPS0/ICSPDAT||
|-
|-
|14|| ||VSS|| ||
|14|| ||VSS|| ||

Revision as of 15:01, 19 November 2013

Fotofori robusti

buck converter

IRLML2502 http://www.irf.com/product-info/datasheets/data/irlml2502.pdf


Current sensing

Sincrono

High Side Drivers

Asincrono

duty cycle
up
(3.3 ∕ 4.8) = 0.68
down
0.31
efficienza
0.31 ⋅ (0.385 ∕ 3.3) ≈ 0.03 di perdita sul diodo

http://www.st.com/web/catalog/sense_power/FM64/CL1571/SC541/SS1617/PF64858 Low Drop Power Schottky Rectifier 1A/0.385vf http://www.st.com/web/catalog/sense_power/FM64/CL1571/SC541/SS1617/PF64876 2A/0.43vf

uC


Mappa pin

Pin Funzione Nome porta sul uC I/O
1 VDD
2 PWM_UP RA5/P1A-bis O
3 PWM_DOWN/reserved RA4/AN3/CPS3/P1B-bis O
4 SIG_LED RA3 O
5 CAP_PAD RA2/AN2/CPS2/P1A I
6 V_BATT RA1/AN1/CPS1/ICSP_CLK I
7 I_SENSE RA0/AN0/CPS0/ICSP_DAT/P1B I
8 VSS
  • PIC16F1824 simile, 14 pin, 2 CCP, per controllare 2 led
Pin Funzione Nome porta sul uC I/O
1 VDD
2 RA5/P2A O
3 RA4/AN3/CPS3/P2B
4 RA3/MCLR O
5 P1A
6 P1B
7 RED_LED AN7/CPS7
8 GREEN_LED AN6/CPS6
9 R_SENSE_B AN5/CPS5
10 R_SENSE_A AN4/CPS3
11 V_BATT AN2/CPS2
12 CAP_2 AN1/CPS1/ICSPCLK
13 CAP_1 AN0/CPS0/ICSPDAT
14 VSS