·Î±×ÀÎ £ü ȸ¿øµî·Ï £ü ³»±Û £ü Àå¹Ù±¸´Ï £ü ÁÖ¹®Á¶È¸ £ü ÇöÀçÁ¢¼ÓÀÚ
 »óǰ °Ë»ö








 °Ô½ÃÆÇ °Ë»ö





 
 
ȸ¿øµî·Ï £ü ºñ¹øºÐ½Ç


¿Â¶óÀÎ ÀԱݰèÁÂ
¤ý±â¾÷ÀºÇà
¤ý219-043192-01-028
¤ýÀ̰ǿµ

      °Å·¡ÀºÇà ¹Ù·Î°¡±â
 
  AVR Applications
AVR ÀÚ·á½Ç
¤ýÀÛ¼ºÀÚ leeky        
¤ýÀÛ¼ºÀÏ 2006/03/07
¤ý÷ºÎ#1 mmc_m163.bas+hex.zip (0KB) (Down:76)
¤ý÷ºÎ#2 avr_sd1_pcb_asy_shot.jpg (0KB) (Down:16)
¤ýLink#1 (Down:6)
¤ýÃßõ: 0  ¤ýÁ¶È¸: 504   
  M163 SD,MMC Interface

The AVR_SD3 is a very compact 3.3v AVR controller board with an SD/MMC card socket.
It can work with most 40 pin AVR-L mcus such as the can use a Mega323L, Mega163L,
Mega16L, Mega32L or a AT90LS8535 .Other ¡°L¡± (low power) series AVRs can also be
used with 40 pin carrier boards. The board has a standard Atmel 6 pin ISP programming
header. It can be programmed using Atmels serial ISP hardware which is also compatible
with the BascomAVR compiler.
Printed circuit board layout
[img:avr-sd1-pcb-bot.jpg,align=,width=590,height=253,vspace=0,hspace=0,border=0]
¡Ü Parts List
7 - 4.7k resistor (SMD) R1-R7
1 - 330 ohm resistor (SMD) R8
5 - 0.1uf capacitors (SMD)
1 - 1m resistor (SMD) R9
1 - 0.1uf (0r 1uf) ceramic cap C8
1 - 100 ohm resistor R10
1 - 10uf capacitor (radial) C3
1 - 0.1 or 1.0 uf capacitor (radial) C2
1 - LED (SMD)
1 - 4mhz resonator X1
1 - LM2937 3.3v regulator 220case
1 - ATMEGA163L or optional ATMEGA32L mcu
1 - Max3232 (or equiv) 16 pin SOIC
1 - Ramtron 64kbit I2C FRAM or 24LC256 eeprom
1 - DB9F RS232 female connector
1 - SD9 SD/MMC socket (top mount)
1 - Momentary reset switch ( normally open)
1- Printed circuit board
Optional: 1N4001 diode for reverse voltage protection
Misc: header pins
¡Ü SD-MMC ¸Þ¸ð¸® Ä«µå ÀÎÅÍÆäÀ̽º ȸ·Îµµ
[img:avr-sd1-sch.jpg,align=,width=591,height=782,vspace=0,hspace=0,border=0]
1. Mount and solder all SMD resistors and capacitors.
C1-C7 are 0.1uf SMD caps, R1-R7 are 4.7k resistors, R8 is 330 ohm. Note: C4-C7 mount
on the backside of the pcb
2. Carefully align and solder the I2C FRAM (mounted on the backside of the pcb). Make
sure to orient the SOIC correctly! Use very little solder!
3. Do the same with the IC3232 SOIC (topside of pcb)
4. Solder the LED. The square pad on the pcb is + and the longer lead of the LED is the
anode (+)
5. Mount and solder the 3.3v regulator and. Make sure that the metal TAB faces the
outer edge of the pcb.
6. Orient and mount the 10uf and 1uf (or .1uf) radial caps. The longer lead is +. Square
pads on the pcb are +
7. Mount the reset switch with the button facing outward and also mount the 10Mhz
resonator
8. Carefully align and solder the SD/MMC socket to the top side of the pcb. Make sure
that the two plastic bosses mate with the two holes on The pcb. Also tack solder the
"ears" for added support.
9. Mount and solder the DB9F and 28 pin IC socket in place.
10. Optionally, solder any header pins that you plan to use.
11. DOUBLE CHECK ALL YOUR WORK. Inspect for solder bridges and cold solder
joints
COMPSys AVR-M controller board MMC test program - May 2002
=========================================================
The MMC163B1.BAS when programmed on the AVR-M controller
board and used with an MMC card wiill test the
read/write/erase functions.
Ranjit Diol
rsdiol@compsys1.com
' Program: MMC.BAS written using Bascom-AVR ver 1.11.6.66
' Basic program to interface with a MMC module using the SPI protocol.
'
'                 BETA CODE
'      **** NOT FOR COMMERCIAL USE *****
'            Ver. 0.0.1  May, 2002   Revised 2005
'
' Project Reference: MMC-M163
' MCU: Atmel Mega163
' Software: Bascom-AVR ver 1.11.6.66
' Atmel Programmer: STK500 development board set at 3.3v.
'                   ISP and terminal output
'
' Note: By changing the XTAL config to 4Mhz it can be used with the AVR-M boards
'
' Initial Date: May 18, 2002
' Projected Completion Date: Unknown
'
' Author: Ranjit Diol
'         rsdiol@compsys1.com
'         http://www.compsys1.com/workbench
'
'***************************************************************
'                      (c) COMPSys, 2002
'                     All Rights Reserved
'***************************************************************
'
'   DISCLAIMER: This file is being released as non-commericial
'   software. It is being provided "AS IS", neither the author,
'   nor COMPSys shall be held liable for any damages caused
'   by its use either directly or indirectly in any form or manner.
'
'===============================================================
'
'Brief: The MMC is a 3volt part therefore all data lines
'       must be conditioned if interfacing with a 5v mcu.
'       Or, a 3.3v MCU can be used such as the AT103L or the AT90LS8535
'
'IMPORTANT NOTE:
'       In SPI mode the MMC's minimum block size is 512 bytes
'       therefore data has to be accumulated first either in an eeprom
'       or in memory before sending it out as a chunk of 512 bytes.
'
'       MMC pins in SPI mode:
'            Pin1:ChipSelect(SS),Pin2:MMC input(MOSI),Pin3:GND,Pin4:3V+,
'            Pin5:Clock(SCK), Pin6:GND, Pin7:MMC output(MISO)
'       M163 pins:
'            Portb.4 SS
'            Portb.5 MISO
'            Portb.6 MOSI
'            Portb.7 SCK
'
'
'==============================================================
$regfile = "m32def.dat"                                     'MCU
'$crystal = 3690000                                          'Set for STK500
$crystal = 4000000                                          'For AVR-M controller board
'SERIAL I/O
'Aux RS232 port on STK500 used
'Hardware RX,TX pins PD0,PD1 used
'Baud 19200
$baud = 19200

'Configure for software SPI
'                    MISO           MOSI             SS             SCK
Config Spi = Soft , Din = Pinb.6 , Dout = Portb.5 , Ss = Portb.4 , Clock = Portb.7
Ddrb = &B10111111

'Constants
Const Msbl = 0
Const Msbh = 1
Const Dly = 2
Const Bits8 = 8
Const Bits16 = 16
Const Bits32 = 32
'Variables
Dim Res(16) As Byte
Dim Indat(512) As Byte                                      'Memory buffer for temp storage.
Dim Dat As Byte
Dim Resp As Byte
Dim Resp2 As Word
Dim I As Word
Dim J As Word
Dim X As Byte
Dim Y As Byte
Dim K As Byte
Dim Bout As Byte
Dim Addr1 As Byte
Dim Addr2 As Byte
Dim Addr3 As Byte
Dim Addr4 As Byte
Dim Addr As Long
Dim Saddr As Long
Dim Eaddr As Long
Dim W_key As String * 1
Dim Maddr1 As Long
Dim Maddr2 As Long
Dim Chkres As Byte
Dim Rbytes As Word
Dim Chr As String * 1
'Aliases
Cs Alias Portb.4
Clk Alias Portb.7
Miso Alias Pinb.6                                           'inp
Mosi Alias Portb.5                                          'out                                      'out
'Declarations
Declare Sub Mprint
Declare Sub Minit
Declare Sub Mstatus
'Declare Sub Mwrite(byval Bout As Byte , Byval Addr As Long )
Declare Sub Mwrite(byval Maddr1 As Long , Byval Maddr2 As Long)
Declare Sub Mread(byval Rbytes As Word , Byval Addr As Long )
Declare Sub Merase(byval Saddr As Long , Byval Eaddr As Long)
Declare Sub Getk
Declare Sub Chkresp(byval Chkres As Byte)
Declare Sub Ld_array
Waitms 300
Spiinit
'******** MAIN PROGRAM *************
Main:
                                                 'First Ascii Character
Print "     MMC Simple Test Program"
Print "   written in BascomAVR 1.11.76"
Print "COMPSys http://www.compsys1.com/workbench"
Print "        (c) COMPSys 2005"
Print "========================================="
Print "This program will initialize and then"
Print "erase a portion of the MMC and will then"
Print "write ASCII characters.Finally, it will"
Print "read the characters stored"
Print "DO NOT USE A CARD WITH IMPORTANT DATA ON IT!"
Gosub Getk
Print "Initializing MMC"
'Initialize the MMCC
Minit
Print "Erase from &H0000 to &H01FF"
Gosub Getk
'Call Erase Subroutine Enter Startaddr , Endaddr
Merase &H00000000 , &H000001FF
Print "Erased! Now read the erased portion"
Gosub Getk
Print "Reading:"
'Call read sub from 512 from address are put in array INDAT
Mread 512 , &H00000000
For I = 1 To 512
   K = Indat(i)
   Print K;
Next I
Print
Print "Fill &H0000 to &H01FF with ASCII characters"
Gosub Getk
'Load the ASCII chars into the array
Ld_array
'call write subroutine as: maddr1, maddr2 32bit addresses
'data which is loaded in the INDAT array is written
Mwrite &H00000000 , &H000001FF
Print "512 Chars written, now read them back"
Gosub Getk
'Call read sub from 512 from address are put in array INDAT
Mread 512 , &H00000000
'The array is now loaded
'Call print sub print 512 bytes stored in INDAT array
Mprint
Print
Print "End of MMC test"
Xloop:
Set Cs
Shiftout Mosi , Clk , Dat , Msbl
Endloop:
Goto Endloop
End                                                         'end program
'************ END OF PROGRAM **************
'======= SUB ROUTINES AND FUNCTIONS =======
'*** INITIALIZATION OF MMC ***
Sub Minit
Set Cs
Dat = &HFF
For I = 1 To 10
  Shiftout Mosi , Clk , Dat , Msbl
Next I
Resp = 255
Reset Cs
Cmd0:
Dat = &H40
Shiftout Mosi , Clk , Dat , Msbl
Addr = &H00000000
Shiftout Mosi , Clk , Addr , Msbl
Dat = &H95
Shiftout Mosi , Clk , Dat , Msbl
Chkresp &H01
'For debugging
'Lcd "C0:" ; Hex(resp)
                                       'Initialized
Set Cs
Waitms 50
Reset Cs
Dat = &HFF
'If it does not initialize correctly
'it will hang in the following loop
Cmd1:
While Resp <> &H00
Set Cs
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Reset Cs
Dat = &H41
Shiftout Mosi , Clk , Dat , Msbl
Addr = 0
Shiftout Mosi , Clk , Addr , Msbl
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Wend
Dat = &HFF
Set Cs
'For debugging
'Lcd "C1:" ; Hex(resp)
Print "MMC initialized"
End Sub
'**** READ routine assumes ADDR uses Status subroutine *****
Sub Mread(byval Addr As Long)
Set Cs
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Reset Cs
Dat = &H51
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Addr , Msbl
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
'While Resp <> 0
'Shiftin Miso , Clk , Resp , Msbl
'Wend
Chkresp &H00
'While Resp <> &HFE
 'Shiftin Miso , Clk , Resp , Msbl
'Wend
Chkresp &HFE
'For debugging
'Lcd Hex(resp)
For I = 1 To 512
    Shiftin Miso , Clk , Resp , Msbl
    Indat(i) = Resp
    'For debugging
    'Lcd Hex(resp);
Next I
Shiftin Miso , Clk , Resp , Msbl
Shiftin Miso , Clk , Resp , Msbl
Set Cs
Mstatus
End Sub

'****Block Start Tag / End Tag and ERASE ****
Sub Merase(byval Saddr As Long , Byval Eaddr As Long)
'Erase first 1024 bytes
'Block START TAG
Cmd32:
Set Cs
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Reset Cs
Dat = &H60
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Saddr , Msbl
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Chkresp &H00
'Block END TAG
Cmd33:
Set Cs
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Reset Cs
Dat = &H61
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Eaddr , Msbl
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Chkresp &H00

'ERASE SELECTED BLOCK
Cmd38:
Set Cs
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Reset Cs
Dat = &H66
Shiftout Mosi , Clk , Dat , Msbl
Addr = 0
Shiftout Mosi , Clk , Addr , Msbl
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Chkresp &H00
Mstatus
End Sub
'** WRITE Routine assumes ADDR, BOUT uses Status subroutine **
'Sub Mwrite(byval Bout As Byte , Byval Addr As Long)
Sub Mwrite(byval Maddr1 As Long , Byval Maddr2 As Long)
Cmd24:
Set Cs
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Reset Cs
Dat = &H58
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Maddr1 , Msbl
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Chkresp &H00
'For debugging
'Lcd "C24:" ; Hex(resp)
'Send data token
Dat = &HFE
Shiftout Mosi , Clk , Dat , Msbl
'For I = Maddr1 To Maddr2
For I = 1 To 512
   Dat = Indat(i)
   Shiftout Mosi , Clk , Dat , Msbl
Next I
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
'If Y = &H05 write is a success
Y = Resp And &H0F
'If Resp = 0 the MMC is busy
Shiftin Miso , Clk , Resp , Msbl
Chkresp &H00

'Lowerline
'For debugging
'Lcd "Wr:" ; Hex(y)
Set Cs
Mstatus
End Sub
'Get MMC Status
Sub Mstatus
Cmd13:
Set Cs
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp , Msbl
Reset Cs
Dat = &H4D
Shiftout Mosi , Clk , Dat , Msbl
Addr = 0
Shiftout Mosi , Clk , Addr , Msbl
Dat = &HFF
Shiftout Mosi , Clk , Dat , Msbl
Shiftout Mosi , Clk , Dat , Msbl
Shiftin Miso , Clk , Resp2 , Msbl
'For debugging
'lcd "Status:" ; Hex(resp2)
Set Cs
'Return
End Sub
'Display data in the array
Sub Mprint
For I = 1 To 512
Dat = Indat(i)
Chr = Chr(dat)
Print Chr ;
Next
End Sub
Sub Getk
Print "Press any key to continue...."
W_key = Waitkey()
End Sub
Sub Chkresp(byval Chkres As Byte)
'NOTE:If the addr is incorrect it will
'never exit the following loop!
'You may want to loop it approx 255 times
'and then if it fails go to an error routine
While Resp <> Chkres
Shiftin Miso , Clk , Resp , Msbl
Wend
End Sub
Sub Ld_array
K = &H21
For I = 1 To 512
Indat(i) = K
Incr K
If K > &H7E Then K = &H21
Next I
End Sub
'===============
'  END OF CODE
'===============
'***************************************************************
'                      (c) COMPSys, 2002
'                     All Rights Reserved
'***************************************************************
'   DISCLAIMER: This file is being released as non-commericial
'   software. It is being provided "AS IS", neither the author,
'   nor COMPSys shall be held liable for any damages caused
'   by its use either directly or indirectly in any form or manner.
'================================================
   
À­±Û M16 MMC Flash Memory
¾Æ·¡±Û S2313 MMC to Serial
    N         Á¦¸ñ    ±Û¾´ÀÌ ÀÛ¼ºÀÏ Á¶È¸ Ãßõ
AVR ÀÚ·á½Ç ¾È³» avrtools¢â 2008/09/02 (È­) 369 0
97 AVR Basic Compiler (4K Free) avrtools¢â 2008/12/03 (¼ö) 319 0
96 ÄÚµåºñÁ¯ V2.05.0 Æò°¡ÆÇ avrtools¢â 2011/07/17 (ÀÏ) 227 0
95 8x8 LED Audio Spectrum Display avrtools¢â 2009/10/18 (ÀÏ) 312 0
94 AVR Æß¿þ¾î·Î ¸¸µå´Â USB µå¶óÀ̹ö avrtools¢â 2009/10/07 (¼ö) 537 0
93 AVR-CDC and V-USB avrtools¢â 2009/10/06 (È­) 288 0
92 AVR USB-HID-BootloaderÀÇ Á¦ÀÛ avrtools¢â 2009/10/01 (¸ñ) 327 0
91 AT91SAM7S256 °³¹ßȯ°æ°ú ÄÄÆÄÀÏ·¯ [2] avrtools¢â 2008/11/03 (¿ù) 2310 0
90 SAM7S256 USB µå¶óÀ̹ö¿Í AT91-ISP avrtools¢â 2008/11/01 (Åä) 1285 0
89 AT91SAM7S256 °øºÎ¸¦ ½ÃÀÛÇÕ´Ï´Ù. avrtools¢â 2008/11/01 (Åä) 637 1
88 ICCAVR V7.16A AVR ÄÄÆÄÀÏ·¯ 45ÀÏÆÇ avrtools¢â 2009/03/09 (¿ù) 192 0
87 CodeVisionAVR1248b õÌãæ÷úù»载 leeky 2008/11/08 (Åä) 372 0
86 AVR UART ¼Ò½º (ICC AVR V6) avrtools¢â 2008/12/03 (¼ö) 287 0
85 cvAVR Soft Uart Source avrtools¢â 2008/12/03 (¼ö) 217 0
84 cvAVR Á÷·ÄÆ÷Æ®¿Í LCD ½ÃÇè¿ë ¼Ò½º avrtools¢â 2008/12/03 (¼ö) 216 0
83 Free SmallC for AVR avrtools¢â 2008/12/03 (¼ö) 620 0
82 AVR910-ISP¿ë AVR-OSP2 Ver5.43 avrtools¢â 2008/12/03 (¼ö) 244 0
81 Code Vision AVR ÄÄÆÄÀÏ·¯ 2K µ¥¸ð¹öÀü avrtools¢â 2008/12/02 (È­) 166 0
80 AVR delay loop generator avrtools¢â 2008/12/02 (È­) 217 0
79 ICC tiny CÄÄÆÄÀÏ·¯ V6 µ¥¸ð¹öÀü (30ÀÏ Á¦ÇÑÆÇ) avrtools¢â 2008/12/02 (È­) 137 0
78 ICC AVR C ÄÄÆÄÀÏ·¯ V6 (4K Á¦ÇÑÆÇ) avrtools¢â 2008/12/02 (È­) 153 0
77 DasmAVR (Windows¿ë AVR ¿ª¾î¼Àºí·¯) avrtools¢â 2008/12/02 (È­) 238 0
76 AVR PROG KIT avrtools¢â 2008/12/02 (È­) 236 0
75 AVR JTAG ICE KIT avrtools¢â 2008/12/02 (È­) 350 0
74 AVR ºÎµ¿¼Ò¼öÁ¡, Áö¿¬½Ã°£ °è»ê±â avrtools¢â 2008/12/02 (È­) 264 0
73 ATtiny45 USB to RS232 ÀÎÅÍÆäÀ̽º avrtools¢â 2008/09/26 (±Ý) 267 0
72 MEGA32 128x64 GLCD Scope Á¦ÀÛ avrtools¢â 2008/09/22 (¿ù) 375 0
71 PC¼Û½Å¹æ½Ä Tiny2313 50x7 LED Àü±¤ÆÇ avrtools¢â 2008/09/10 (¼ö) 341 0
70 mega8 Àû¿Ü¼± °Å¸®ÃøÁ¤ ·¹ÀÌ´õ leeky 2006/05/07 (ÀÏ) 1438 0
69 ATmega16 RFID #3 ¼ÒÇÁÆ®¿þ¾î leeky 2006/12/27 (¼ö) 944 0
68 ATmega16 RFID #2 Çϵå¿þ¾î leeky 2006/12/27 (¼ö) 1205 0
67 ATmega16 RFID #1 ÅÂ±× leeky 2006/12/27 (¼ö) 920 0
66 ISO 14443A RFID Ä«µåÀÇ Àбâ/¾²±â ¹æ¹ý [1] leeky 2007/02/25 (ÀÏ) 1581 1
65 ATmega8 PSK31 RF ModemÀÇ Á¦ÀÛ leeky 2006/03/07 (È­) 1437 21
64 T89C51SND1C 64M USB MP3 Ç÷¹À̾î avrtools 2006/03/04 (Åä) 1075 8
63 AVR 13.56MHz RFID Àбâ/¾²±â ÀåÄ¡ÀÇ Á¦ÀÛ [7] leeky 2007/02/19 (¿ù) 1187 4
62 WhereAVR for APRS GPS/Telemetry avrtools 2006/05/05 (±Ý) 474 2
61 ATmega8 UI-TNC ¹«¼±¸ðµ©ÀÇ Á¦ÀÛ avrtools 2006/03/07 (È­) 456 0
60 AVR APRS(GPS) Packet ¹«¼±¸ðµ© avrtools 2006/03/07 (È­) 476 0
59 AT90PWM3 ±³·ù¸ðÅÍ ¼ÓµµÁ¦¾î leeky 2006/04/07 (±Ý) 1034 1
58 M128 MMC LED Àü±¤ÆÇ leeky 2006/03/07 (È­) 999 0
57 Charon 2 ÀÌ´õ³Ý ¸ðµâÀÇ ¼Ò°³ avrtools 2006/04/04 (È­) 550 0
56 S2313 LED ȸÀü°è (TACHO METER) avrtools 2006/03/28 (È­) 662 0
55 Mega8 + 128x128 LCD ½ºÄÚÇÁ avrtools 2006/03/28 (È­) 1250 0
54 Mega8 + OV6630 Treva ¸ð¹ÙÀÏ¿ë Ä«¸Þ¶óÀÇ È­»óó¸® leeky 2006/03/19 (ÀÏ) 868 0
53 YUKI Mega8 MP3 Player #3 avrtools 2006/03/11 (Åä) 905 0
52 AVR JTAG ¿¡¹Ä·¹ÀÌÅÍÀÇ Á¦ÀÛ avrtools 2006/03/07 (È­) 928 0
51 USB AVR ÇÁ·Î±×·¡¸Ó AvrUsb500 avrtools 2006/03/07 (È­) 794 1
50 Mega88 USB ¹ö½º ¸ð´ÏÅÍ avrtools 2006/03/07 (È­) 448 0
49 M16 MMC Flash Memory leeky 2006/03/07 (È­) 518 1
48 M163 SD,MMC Interface leeky 2006/03/07 (È­) 504 0
47 S2313 MMC to Serial leeky 2006/03/07 (È­) 380 0
46 ATmega48 UDP/IP Àû¿Ü¼± ¸®¸ðÄÜ ¼ö½ÅÀåÄ¡ avrtools 2006/03/07 (È­) 483 0
45 HDD MP3 Ç÷¹À̾î leeky 2006/03/07 (È­) 658 0
44 MP3 yampp-3/USB leeky 2006/03/07 (È­) 349 0
43 MP3 Player yampp-3 leeky 2006/03/07 (È­) 315 0
42 YUKI MP3 Ç÷¹À̾î2ÀÇ Á¦ÀÛ (ATmega8 + SD Card) avrtools 2006/03/07 (È­) 467 0
41 AVR CD Ç÷¹À̾î leeky 2006/03/07 (È­) 602 0
40 S2313 ÃÊÀ½ÆÄ °Å¸®°è (¹ÌÅÍ, TV ½ºÅ©¸°, LED Ç¥½Ã) avrtools 2006/03/07 (È­) 616 0
39 RF Spectrum Monitor avrtools 2006/03/07 (È­) 474 0
38 Easy Ethernet AVR À¥¼­¹ö leeky 2006/03/07 (È­) 518 0
37 90S4433 LCDÇ¥½Ã 100Mhz Á֯ļö Ä«¿îÅÍ leeky 2006/03/07 (È­) 311 0
36 ELM Audio Spectrum Monitor avrtools 2006/03/07 (È­) 429 0
35 Mega8 Door Bell leeky 2006/03/07 (È­) 336 0
34 AVR ÈÞ´ë¿ë DVM leeky 2006/03/07 (È­) 593 0
33 Minimum Mass Waveform Capture and Display leeky 2006/03/07 (È­) 321 0
32 AT90S2313 µðÁöÅÐ ¿ë·®°è avrtools 2006/03/07 (È­) 437 0
31 SLO2016 Alphanumeric Intelligent Display leeky 2006/03/07 (È­) 230 0
30 AT90S2313 Èçµå´Â LED Àü±¤ÆÇ (POV) leeky 2006/03/07 (È­) 483 0
29 ATtiny2313 Scrolling LED Sign avrtools 2006/03/07 (È­) 420 0
28 Tiny22,S1200 ³ªÀÌÆ® ¶óÀÌ´õ avrtools 2006/03/07 (È­) 371 0
27 ATtiny26LÀÇ AD º¯È¯°ú PWM Ãâ·ÂÁ¦¾î leeky 2006/03/07 (È­) 606 0
26 S2313À» »ç¿ëÇÑ DS1820 ¿Âµµ°è leeky 2006/03/07 (È­) 325 0
25 ATmega8535 ¿Âµµ¼¾¼­ leeky 2006/03/07 (È­) 354 0
24 AVR2313 100MHz RF¿¬°á Á֯ļö ÃøÁ¤¸ÞÅÍ avrtools 2006/03/07 (È­) 262 0
23 VHF ¹«¼± µ¥ÀÌÅÍ ¼Û½Å±â leeky 2006/03/07 (È­) 557 0
22 90S2313 1MHz ÆÄÇü Æ÷Âø±â leeky 2006/03/07 (È­) 296 0
21 VHF ¹«¼± µ¥ÀÌÅÍ ¼ö½Å±â avrtools 2006/03/07 (È­) 469 0
20 AVR 5x7 Dotmatrix LED leeky 2006/03/07 (È­) 295 0
19 Mega163 À¥ LCD leeky 2006/03/07 (È­) 447 0
18 AVR ÀÌ´õ³Ý ½ÃÇè¼ÒÇÁÆ® avrtools 2006/03/07 (È­) 390 0
17 AVR ³ÝÆ®¿÷ ½Ã°è (ŸÀÓ ÇÁ·ÎÅäÄÝ) avrtools 2006/03/07 (È­) 437 0
16 RS-232 to 100 MHz RF desktop avrtools 2006/03/07 (È­) 296 0
15 AVR 6µðÁöÆ® 50MHz Á֯ļö Ä«¿îÅÍ leeky 2006/03/07 (È­) 278 0
14 AVR DS1820 ¿Âµµ¼¾¼­ avrtools 2006/03/07 (È­) 314 0
13 AVR Á÷Á¢Á֯ļö ¹ß»ý±â (AT90S2313 DDS) avrtools 2006/03/07 (È­) 490 0
12 ÇÁ·Î±×·¡¸Óºí PLL Á¦¾î avrtools 2006/03/07 (È­) 292 0
11 AVR AT90S2313 7Segment LED Display leeky 2006/03/07 (È­) 273 0
10 TINY15L ¹«Àü¿ø 4ä³Î ¿Âµµ°è avrtools 2006/03/07 (È­) 419 0
9 8PIN AVRÀ» »ç¿ëÇÑ Ç®Ä÷¯ LED leeky 2006/03/07 (È­) 457 0
8 DS1820 °íºÐÇØ´É ¿Âµµ°è avrtools 2006/03/07 (È­) 400 0
7 S2313 µðÁöÅÐ Àü¾Ð°è avrtools 2006/03/07 (È­) 542 0
6 S2313 Àû¿Ü¼± USB ¸ðµâ avrtools 2006/03/07 (È­) 404 0
5 S2313 Á֯ļö Ä«¿îÅÍ avrtools 2006/03/07 (È­) 323 0
4 AVR90S2313°ú Treva Ä«¸Þ¶óÀÇ ¿¬°á leeky 2006/03/07 (È­) 395 0
3 Mega8 PID ¿ÂµµÁ¦¾î leeky 2006/02/24 (±Ý) 773 1
2 90S2333 3ä³Î ´ÙÀÌ¿Àµå ¿Âµµ°è avrtools 2006/02/24 (±Ý) 294 0
1 AT89S8252·Î ¸¸µå´Â 1~40MHz DDS leeky 2006/02/14 (È­) 361 0
1

¹Ù±¸´Ï : 0
 º¸°üÇÔ : 0
¿À´Ãºä : 0
HOME   £ü   ȸ»ç¼Ò°³   £ü   Á¦È޾ȳ»   £ü   ȸ»çÀ§Ä¡   £ü   ¼­ºñ½ºÀÌ¿ë ¾à°ü   £ü   °³ÀÎÁ¤º¸ º¸È£Á¤Ã¥   £ü   »çÀÌÆ®¸Ê
17015 °æ±âµµ ¿ëÀνà ±âÈﱸ µ¿¹éÁß¾Ó·Î16¹ø±æ 16-25, 508È£. ÀüÈ­ : 031-282-3310
»ç¾÷ÀÚ µî·Ï¹øÈ£ : 697-47-00075 / ´ëÇ¥ : À̰ǿµ / ¾÷Å : Á¦Á¶¾÷ / Á¾¸ñ : LEDÁ¶¸í, LEDÀü¿ø, Á¦¾îÀåÄ¡.
°³ÀÎÁ¤º¸ °ü¸®Ã¥ÀÓÀÚ : ȨÆäÀÌÁö °ü¸®ÀÚ . Copyright ¨Ï2016 ¾ÆÅ©·¹Áî (ACLEDS INC.)
HOME TOP PREV ¤ý NEXT 0 0 0