Platino/2

Stoße leider immer wieder auf folgendes Problem: - Kleine Schaltung, wenige Bauteile + ATmega 328 + optional (LCD, klassisch 2x16) + 2-3 Taster oder/und 1 Poti/Encoder + Uart (FTDI) - Soll klein und kompakt sein und für gängige Gehäuse geeignet sein- Platino ist nett, aber zu groß und aufwändig für kleinere Aufbauten
Stoße leider immer wieder auf folgendes Problem: - Kleine Schaltung, wenige Bauteile + ATmega 328 + optional (LCD, klassisch 2x16) + 2-3 Taster oder/und 1 Poti/Encoder + Uart (FTDI) - Soll klein und kompakt sein und für gängige Gehäuse geeignet sein
- Platino ist nett, aber zu groß und aufwändig für kleinere Aufbauten
- Arduino sind zu groß und unhandlich, wenn mit Shields gearbeitet wird, ein flexible Minimod/Platino-Lösung wäre da interessanter.
Meine Vorstellung: - Atmega 328 PB (der neue, hat mehr Pins/Funktionen, kann sogar QTouch !) - Uart mit FTDI mit USB-Mini-Buchse - Kleine Sektion mit Lötpunkte für kleine Ergänzungen (IR-Receiver/RGB-LED/DIL16 IC), vielleicht auch einige SMD-PADS) - Platine nur wenig größer als 2x16-LCD-Module - Anschluss für ebendieses LCD-Modul / 2 - 3 Taster / 1 Poti/Encoder - evt. kleiner Lader für LiPo-Akku für mobile Spannungsversorgung 2.Usb-Buchse Habe ich was vergessen ?
Discussie (3 opmerking(en))
michealG 9 jaar geleden
Dazu ein Oled-Display, zwei Taster, ein Poti, einen Encoder und zwei LEDs. Ideal als "Bastel-Frontend" für viele Experimente. Habe mir dazu sogar eine Platine machen lassen und ein Gehäuse kam aus dem 3D Drucker.
JohnHind 9 jaar geleden
Not sure if this is wnat you had in mind, but a form-factor the same size as a 2x16 LCD module but extended to left and right with break-off sections for two encoders (I never understood why you'd want more than two encoders since you only have two hands!)?
But maybe it is time to have a 32-bit ARM chip rather than yet another 8-bit? Kind of a mash-up between CoCoReCo and Platino?
tuecok 9 jaar geleden
ClemensValens 9 jaar geleden
JohnHind 9 jaar geleden
tuecok 9 jaar geleden
ClemensValens 9 jaar geleden
You describe Patino. If you use a Platino board with 2x16 display you can break off the rest of the board on the left and the right, the controls go under the display (the photograph shows 4 pushbuttons, but you use a rotary encoder instead). This gives you a complete module about the size of a 4x20 LCD.
[ibimage==9913==Lightbox==none==self==null]
ClemensValens 9 jaar geleden
I just built an ATmega328PB prototype using an eRIC Nitro PCB to start experimenting with this MCU. My Arduino bootloader seems to work, now I will try to integrate it in the Arduino IDE. The MCU is supported by Atmel Studio 7, but I am not sure about Arduino's GCC.
Let's develop the specifications a bit. A small module cannot have big peripherals, of course.
How about an I2C display like the one used in the J2B Synthesizer? It is small and looks much nicer than those ugly modules and only needs three pins instead of six or more.
Regards,
Clemens
tuecok 9 jaar geleden