Electronics project notes/JY-MCU notes
"JY-MEGA16/32"
This is a vaguely arduino-like board, but with some buttons and leds already there, making some basic interfaces a little less work.
(I have a DEMO V1.2, but different versions are probably equivalent)
Mostly consists of:
- ATmega32/L [1] (which can operate at 3V and 5V, configured at 3V(verify))
- 3.3V regulator (662K regulator) so you can power it from ~5V
- 16MHz oscillator
- 1 power LED
- 8 LEDs (on port B)
- 5 buttons
- one of which is reset
- the other four are (on which port?)
- USB mini-B socket
- Useful for 5V power
- Apparently the controller comes with a bootloader that implements USB HID device, so you can upload
- press S4 on reset?(verify))
- Attached to which pins?
- (I didn't know this and program without bootloader using ISP)
"JY-LKM1638"
Board with
- a TM1638 (LED driver and keypad scan interface), with a bidirectional serial interface
- eight 7-segment characters
- eight (dual color?) LEDs
- eight buttons
Has a header to make it chainable with more of the same