Aktueller Inhalt von DEAF BOY

  1. D

    LCDs und GLCDs anschließen und ansteuern (BASCOM)

    Ich habe Code von Peter Tuch übernommen und abgeändert. http://crycode.de/avr/allg/30-anschluss-eines-text-lcd ganz unten scrollen. Es wird ein PCF8574 benötigt. lcd_i2c_e2.lib ins LIB herunterladen - http://crycode.de/files/bascom/lcd_i2c_e2.lib lcd_ks0073_i2c.bas herunterladen -...
  2. D

    LCDs und GLCDs anschließen und ansteuern (BASCOM)

    KS0073 Icons Ich habe nur schnell überflogen. Aber hier zeige ich euch mein Video. Kommt noch, muss hochladen Hier ist das Video http://www.youtube.com/watch?feature=player_embedded&v=6XSO_D7XmYU Hier Codeabschnitt Do Cls Locate 1 , 1 : Lcd "Telefon" : Lcdicon Lcd_icon_telefon , Lcd_icon_ein...
  3. D

    LCDs und GLCDs anschließen und ansteuern (BASCOM)

    EA DIP204B-6NLW - Chipset KS0073 Ich habe EA DIP204B-6NLW - Chipset KS0073 zum laufen gebracht. Nur Text. Symbols werden noch nicht getestet. ;) MEGA32 EA DIP204B-6NLW *--------* *-------------* | | GND---------|VSS...
  4. D

    PCF8591 8-bit A/D and D/A converter

    Hallo Dino, das hat auch nicht gebracht. Ich werde mal mcselec Forum fragen.
  5. D

    PCF8591 8-bit A/D and D/A converter

    Hallo, ich habe Probleme mit PCF8591. Ich habe so angeschlossen: VCC --[10K]--*--[LDR1]-- GND | | AIN0 PCF8591 . . . usw. Das ganze sieht so aus. LDR1 -> AIN0 LDR2 -> AIN1 LDR3 -> AIN2 LDR4 -> AIN3 Software: . . . Const...
  6. D

    LCDs und GLCDs anschließen und ansteuern (BASCOM)

    :party: Happy Halloween :D
  7. D

    LCDs und GLCDs anschließen und ansteuern (BASCOM)

    YAY! Mein selbst erstellte Lochrasterplatine hat Macken. Auf dem neuen Brettboard hat es geklappt.
  8. D

    LCDs und GLCDs anschließen und ansteuern (BASCOM)

    Hallo Cassio. ich habe mir ICL 7660 angeschafft und nach deinen Schaltplan angeschlossen. Poti 50K in der Mittelstellung eingestellt. Es leuchtet blau, aber sehr schwacher weißer Pixel und kein Text in Sicht. Denkst du, GLCD ist hinüber?
  9. D

    LCDs und GLCDs anschließen und ansteuern (BASCOM)

    Nun ist KS108-Display dran. Hat auch geklappt, nur zeigt es rechtsbündig :hmmmm: Erledigt! CE1 und CE2 vertauscht! $lib "glcdKS108.LBX" $include "font8x8.font" $regfile = "m32def.dat" $crystal = 16000000 'PORTA.0 = D/I 'PORTA.1 = R/W 'PORTA.2 = CE2 'PORTA.3 = CE1 'PORTA.4 = E 'PORTA.5 =...
  10. D

    Bascom Locate-Problem LCD 4x40

    Hallo Cassio, LCD hat zwei E-Leitungen. Ich habe so nach Schaltplan angeschlossen.
  11. D

    LCDs und GLCDs anschließen und ansteuern (BASCOM)

    Nur so ;) EA W404B-NLW $lib "lcd_i2c.lib" $regfile = "m32def.dat" $crystal = 16000000 Const Pcf8574_lcd = &H40 Config Scl = Portc.0 Config Sda = Portc.1 Dim _lcd_e As Byte Wait 1 Cls _lcd_e = 128 Locate 1 , 1 : Lcd "Zeile 1 04. Oktober 2011" Locate 2 , 1 : Lcd...
  12. D

    Bascom Locate-Problem LCD 4x40

    Ach, ich gebe auf. Ich verwende jetzt _lcd_e = 128 Ldr1 = Getadc(0) : Locate 1 , 1 : Lcd "LDR1: " Ldr2 = Getadc(1) : Locate 2 , 1 : Lcd "LDR2: " Ldr5 = Getadc(4) : Locate 1 , 18 : Lcd "LDR5: " Ldr6 = Getadc(5) : Locate 2 , 18 : Lcd "LDR6: " _lcd_e = 64 Ldr3 = Getadc(2) : Locate 1 , 1...
  13. D

    Bascom Locate-Problem LCD 4x40

    Danke für die Antwort. Ok, ich werde Beitrag schauen. 'LCD_testen.bas $lib "lcd_i2c.lib" $regfile = "m32def.dat" $crystal = 16000000 Const Pcf8574_lcd = &H40 Config Scl = Portc.0 Config Sda = Portc.1 Dim _lcd_e As Byte _lcd_e = 128 Wait 1 Cls Locate 3 , 1 Lcd...
  14. D

    Bascom Locate-Problem LCD 4x40

    Gleiche Ergebnis. Ich habe mal umgeändert, LDR1, LDR2 ... weggemacht. locate 1 , 1 : Lcd "123 " locate 1 , 6 : Lcd "234 " locate 1 , 11 : Lcd "345 " locate 1 , 16 : Lcd "456 " locate 1 , 21 : Lcd "567 " locate 1 , 26 : Lcd "678 " locate 1 , 31 : Lcd "789 " locate 1 , 36 : Lcd "890 "...
  15. D

    Bascom Locate-Problem LCD 4x40

    Version 2.0.7.1 Do Locate 2 , 1 Lcd Ldr1 ; " " Ldr1 = Getadc(0) Locate 2 , 6 Lcd Ldr2 ; " " Ldr2 = Getadc(1) ... .. . Das hat auch nicht gebracht :(

Über uns

  • Makerconnect ist ein Forum, welches wir ausschließlich für einen Gedankenaustausch und als Diskussionsplattform für Interessierte bereitstellen, welche sich privat, durch das Studium oder beruflich mit Mikrocontroller- und Kleinstrechnersystemen beschäftigen wollen oder müssen ;-)
  • Dirk
  • Du bist noch kein Mitglied in unserer freundlichen Community? Werde Teil von uns und registriere dich in unserem Forum.
  •  Registriere dich

User Menu

 Kaffeezeit

  • Wir arbeiten hart daran sicherzustellen, dass unser Forum permanent online und schnell erreichbar ist, unsere Forensoftware auf dem aktuellsten Stand ist und der Server regelmäßig gewartet wird. Auch die Themen Datensicherheit und Datenschutz sind uns wichtig und hier sind wir auch ständig aktiv. Alles in allem, sorgen wir uns darum, dass alles Drumherum stimmt :-)

    Dir gefällt das Forum und unsere Arbeit und du möchtest uns unterstützen? Unterstütze uns durch deine Premium-Mitgliedschaft!
    Wir freuen uns auch über eine Spende für unsere Kaffeekasse :-)
    Vielen Dank! :ciao:


     Spende uns! (Paypal)