Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.sci.electronics > #256587

Re: Fototransistor und LED

From Joerg <news@analogconsultants.com>
Newsgroups de.sci.electronics
Subject Re: Fototransistor und LED
Date 2019-04-30 07:55 -0700
Message-ID <gir5uhFpot1U1@mid.individual.net> (permalink)
References <qa2997$j38$1@news1.tnib.de> <gilsi1FkrqrU1@mid.individual.net> <qa5lr6$kog$1@news.dns-netz.com> <gioeqbF7js3U1@mid.individual.net> <qa9aet$dsr$1@news1.tnib.de>

Show all headers | View raw


On 2019-04-30 04:09, Marc Haber wrote:
> Joerg <news@analogconsultants.com> wrote:
>> Klar kann man das so machen, aber ich denke, Marc moechte das ganze mit
>> minimalem HW-Aufwand erschlagen. Der er SW-Experte ist,
>
> zu viel des Lobes, Software-Experte bin ich auch nicht. Ich baue
> komplexe IT-Systeme, am ehesten lässt sich das wohl als
> Systemintegrator bezeichnen ("providing the glue").
>

Ok, aber Konzepte wie Interrupts, Timer, Time Slicing und so sind Dir 
sicher bekannt. Ich gebe Code Writing immer raus, kenne mich damit also 
auch nicht gut aus, aber die Detektion im uC ist eine recht simple Routine.

Wenn Du z.B. nicht viel Dauer-Saft in die LED ballern moechtest, kannst 
Du ueber einen Timer oder eine PWM-Funktion aus der Code Library die LED 
pulsen und dabei mit so viel Strom beschicken, wie der Port Pin des uC 
ohne Stress hergibt (steht im Datenblatt). PWM erzeugt Pulse mit einer 
gewuenschten Frequenz und einer gewuenschten Pulsdauer. Den Pegel am 
Fototransistor nur waehrend des Pulses auswerten, kurz vor Ende dessen. 
Notfalls auch ohne Zeitschlitz, nur per Interrupt, wo also ein Interrupt 
erzeugt wird, sobald sich an diesem Port Pin der Logik-Status aendert. 
Die Pulse (PWM) muessen weit schneller kommen als sich das Raedchen im 
Zaehler maximal dreht, aber das kann man z.B. mit dem Timer im uC 
programmieren.

Die LED muesste dazu ueber einen Vorwiderstand an einen Port Pin 
angeschlossen werden statt fest an 5V. Der Wert des Widerstandes kann 
dann deutlich kleiner sein, fuer hohen Pulsstrom. Damit wird die 
Detektion robuster.

Fuer viele uC gibt es Code-Beispiele, wo sowas schon jemand gemacht hat 
und man sich diesen Source Code als anpassbares Fundament krallen kann. 
Ahenlich wie bei smb.conf in Linux :-)

-- 
Gruesse, Joerg

http://www.analogconsultants.com/

Back to de.sci.electronics | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-27 21:07 +0200
  Re: Fototransistor und LED Manuel Reimer <manuel.nulldevice@nurfuerspam.de> - 2019-04-27 21:53 +0200
    Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-04-28 04:48 +0200
      Re: Fototransistor und LED Manuel Reimer <manuel.nulldevice@nurfuerspam.de> - 2019-04-28 10:46 +0200
        Re: Fototransistor und LED Andreas Bockelmann <xotzil@gmx.de> - 2019-04-28 15:58 +0200
          Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-28 16:22 +0200
          Re: Fototransistor und LED Manuel Reimer <manuel.nulldevice@nurfuerspam.de> - 2019-04-28 16:32 +0200
      Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-28 13:05 +0200
        Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 13:32 +0200
    Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 08:36 +0200
      Re: Fototransistor und LED Axel Berger <Spam@Berger-Odenthal.De> - 2019-04-28 11:55 +0200
      Re: Fototransistor und LED "Wolfgang Allinger" <all2001@spambog.com> - 2019-04-28 06:09 -0400
      Re: Fototransistor und LED Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-05-01 19:14 +0200
  Re: Fototransistor und LED Michael Schwingen <news-1513678000@discworld.dascon.de> - 2019-04-27 19:57 +0000
    Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 08:01 +0200
      Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-28 08:52 +0200
        Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 11:34 +0200
          Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-28 12:44 +0200
            Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 13:01 +0200
              Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-28 13:56 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-30 15:29 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-30 07:19 -0700
                Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-30 19:05 +0200
                Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-30 19:21 +0200
                Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-05-01 08:15 +0200
                Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-05-01 18:27 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-01 20:16 +0200
                Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-05-02 13:35 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-02 21:59 +0200
                Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-05-02 22:58 +0200
                Re: Fototransistor und LED Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-05-02 22:05 +0200
              Re: Fototransistor und LED Manuel Reimer <manuel.nulldevice@nurfuerspam.de> - 2019-04-28 14:18 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 15:57 +0200
          Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-28 14:06 +0200
            Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 15:53 +0200
              Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-28 16:03 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 16:36 +0200
          Re: Fototransistor und LED Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2019-04-28 14:07 +0200
            Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 15:54 +0200
          Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-04-29 03:36 +0200
            Re: Fototransistor und LED Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2019-04-29 22:17 +0200
              Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-30 14:52 +0200
                Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-30 16:36 +0200
                Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-30 18:43 +0200
                Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-30 19:20 +0200
                Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-30 19:38 +0200
                Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-05-03 03:04 +0200
                Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-05-03 17:49 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-30 12:25 -0700
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-01 15:04 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-05-01 07:20 -0700
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-01 20:18 +0200
                Re: Fototransistor und LED Klaus Butzmann <kb.usenet@butzomail.de> - 2019-05-02 13:02 +0200
                Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-05-02 13:24 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-02 22:00 +0200
                Re: Fototransistor und LED Klaus Butzmann <kb.usenet@butzomail.de> - 2019-05-03 14:26 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-03 17:50 +0200
                Re: Fototransistor und LED "Horst-D. Winzler" <horst.d.winzler@web.de> - 2019-05-03 18:13 +0200
                Re: Fototransistor und LED Klaus Butzmann <kb.usenet@butzomail.de> - 2019-05-04 00:17 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-05-04 07:19 -0700
                Re: Fototransistor und LED Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-05-04 16:30 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-04 08:17 -0700
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-05-04 18:19 +0200
                Re: Fototransistor und LED [OT] Axel Berger <Spam@Berger-Odenthal.De> - 2019-05-04 18:54 +0200
                Re: Fototransistor und LED [OT] "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-04 18:22 -0400
                Re: Fototransistor und LED [OT] Klaus Butzmann <kb.usenet@butzomail.de> - 2019-05-05 01:28 +0200
                Re: Fototransistor und LED [OT] "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-05 05:32 -0400
                Re: Fototransistor und LED [OT] Klaus Butzmann <kb.usenet@butzomail.de> - 2019-05-05 14:43 +0200
                Re: Fototransistor und LED [OT] "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-05 15:01 -0400
                Re: Fototransistor und LED [OT] Michael Schwingen <news-1513678000@discworld.dascon.de> - 2019-05-07 18:59 +0000
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-05 08:25 -0700
                Re: Fototransistor und LED [OT] "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-05 15:42 -0400
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-15 07:42 -0700
                Re: Fototransistor und LED [OT] Klaus Butzmann <kb.usenet@butzomail.de> - 2019-05-05 22:26 +0200
                Re: Fototransistor und LED [OT] Thomas Prufer <prufer.public@mnet-online.de.invalid> - 2019-05-06 10:03 +0200
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-05-06 21:54 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-15 07:44 -0700
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-05-06 19:20 +0200
                Re: Fototransistor und LED [OT] Eric Bruecklmeier <usenet@nerdcraft.de> - 2019-05-07 11:21 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-15 08:35 -0700
                Re: Fototransistor und LED [OT] Volker Bartheld <news2018@bartheld.net> - 2019-05-15 18:39 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-16 07:58 -0700
                Re: Fototransistor und LED [OT] Volker Bartheld <news2019@bartheld.net> - 2019-05-17 09:28 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-17 10:47 -0700
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-05-17 21:48 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-17 16:38 -0700
                Kaputtige OT (was Re: Fototransistor und LED [OT]) "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-17 20:15 -0400
                Re: Kaputtige OT (was Re: Fototransistor und LED [OT]) "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-03 10:37 +0200
                Re: Kaputtige OT (was Re: Fototransistor und LED [OT]) "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-03 10:40 +0200
                Re: Kaputtige OT (was Re: Fototransistor und LED [OT]) "Wolfgang Allinger" <all2001@spambog.com> - 2019-06-03 05:51 -0400
                [OT] Über Stahl- und Alulenker (was: Fototransistor und LED [OT]) Volker Bartheld <news2019@bartheld.net> - 2019-05-18 08:53 +0200
                Re: [OT] Über Stahl- und Alulenker Hanno Foest <hurga-news2@tigress.com> - 2019-05-18 15:34 +0200
                Re: [OT] Über Stahl- und Alulenker Volker Bartheld <news2019@bartheld.net> - 2019-05-18 17:08 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-05-29 11:03 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-05-29 12:02 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-05-29 16:26 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-29 07:52 -0700
                Re: Fototransistor und LED [OT] "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-29 12:18 -0400
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-30 07:55 -0700
                Re: Fototransistor und LED [OT] "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-30 13:40 -0400
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-06-02 19:07 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-03 09:23 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-06-03 07:23 -0700
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-06-03 17:04 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-04 09:24 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-06-04 10:06 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-04 14:46 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-06-04 17:29 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-05-29 21:27 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-05-29 21:29 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-05-29 21:38 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-03 09:24 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-06-03 16:21 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-05-17 22:04 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-17 16:40 -0700
                Re: Fototransistor und LED [OT] Volker Bartheld <news2019@bartheld.net> - 2019-05-18 09:30 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-18 07:53 -0700
                Re: Fototransistor und LED [OT] Volker Bartheld <news2019@bartheld.net> - 2019-05-18 17:36 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-05-18 20:32 +0200
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-06-02 19:09 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-18 15:19 -0700
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-05-19 09:40 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-05-19 09:49 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2019@bartheld.net> - 2019-05-19 11:09 +0200
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-06-02 19:24 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-02 19:35 +0200
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-06-02 23:01 +0200
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-06-02 23:40 +0200
                Re: Fototransistor und LED [OT] Axel Berger <Spam@Berger-Odenthal.De> - 2019-06-03 07:54 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-03 08:06 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 12:57 +0200
                Re: Fototransistor und LED [OT] "Horst-D. Winzler" <horst.d.winzler@web.de> - 2019-06-03 13:18 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 13:28 +0200
                Re: Fototransistor und LED [OT] "Horst-D. Winzler" <horst.d.winzler@web.de> - 2019-06-03 14:22 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 15:33 +0200
                Re: Fototransistor und LED [OT] Axel Berger <Spam@Berger-Odenthal.De> - 2019-06-03 16:20 +0200
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-06-03 23:10 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-03 07:56 +0200
                Re: Fototransistor und LED [OT] Axel Berger <Spam@Berger-Odenthal.De> - 2019-06-03 08:14 +0200
                Re: Fototransistor und LED [OT] Eric Bruecklmeier <usenet@nerdcraft.de> - 2019-06-03 09:54 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-03 10:00 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 13:13 +0200
                Re: Fototransistor und LED [OT] Eric Bruecklmeier <usenet@nerdcraft.de> - 2019-06-03 13:33 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 15:30 +0200
                Re: Fototransistor und LED [OT] Eric Bruecklmeier <usenet@nerdcraft.de> - 2019-06-03 15:47 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 16:28 +0200
                Re: Fototransistor und LED [OT] Eric Bruecklmeier <usenet@nerdcraft.de> - 2019-06-03 16:35 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 16:47 +0200
                Re: Fototransistor und LED [OT] Eric Bruecklmeier <usenet@nerdcraft.de> - 2019-06-03 17:03 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 17:10 +0200
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-06-03 17:07 +0200
                Re: Fototransistor und LED [OT] Klaus Butzmann <kb.usenet@butzomail.de> - 2019-06-03 23:20 +0200
                Re: Fototransistor und LED [OT] Ewald Pfau <anderswo@gmx.net> - 2019-06-03 15:27 +0000
                Re: Fototransistor und LED [OT] Eric Bruecklmeier <usenet@nerdcraft.de> - 2019-06-04 11:17 +0200
                Re: Fototransistor und LED [OT] Norbert Goettsche <dl8laq@gmx.de> - 2019-06-04 11:46 +0200
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-06-03 23:00 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-04 11:10 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-04 14:49 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-04 15:23 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-04 16:20 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-04 16:37 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2018@bartheld.net> - 2019-06-04 16:49 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-03 13:46 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-03 14:50 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 15:40 +0200
                Re: Fototransistor und LED [OT] Axel Berger <Spam@Berger-Odenthal.De> - 2019-06-03 16:33 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-03 16:44 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-04 14:52 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2018@bartheld.net> - 2019-06-03 16:29 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-03 16:40 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-03 16:58 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-03 17:11 +0200
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-06-03 22:50 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-04 16:22 +0200
                Re: Fototransistor und LED [OT] Guido Grohmann <guido.grohmann@gmx.de> - 2019-06-03 19:56 +0200
                Re: Fototransistor und LED [OT] Ewald Pfau <anderswo@gmx.net> - 2019-06-03 10:54 +0000
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-06-03 22:30 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-04 11:06 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2018@bartheld.net> - 2019-06-04 11:59 +0200
                Re: Fototransistor und LED [OT] Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2019-06-04 12:09 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-04 16:25 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2018@bartheld.net> - 2019-06-04 16:47 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-04 17:06 +0200
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-06-03 22:00 +0200
                Re: Fototransistor und LED [OT] Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-06-03 22:53 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-06-03 09:27 +0200
                Re: Fototransistor und LED [OT] Eric Bruecklmeier <usenet@nerdcraft.de> - 2019-06-03 18:19 +0200
                Re: Fototransistor und LED [OT] Guido Grohmann <guido.grohmann@gmx.de> - 2019-06-03 19:23 +0200
                Re: Fototransistor und LED [OT] Roland Franzius <roland.franzius@uos.de> - 2019-06-03 19:44 +0200
                Re: Fototransistor und LED [OT] Guido Grohmann <guido.grohmann@gmx.de> - 2019-06-03 20:08 +0200
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-06-03 22:10 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-06-04 10:51 +0200
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-06-02 19:12 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2019@bartheld.net> - 2019-05-19 11:01 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-19 07:12 -0700
                Re: Fototransistor und LED [OT] Hartmut Kraus <hartmut.melina@web.de> - 2019-05-19 16:40 +0200
                Re: Fototransistor und LED [OT] Gerhard Hoffmann <dk4xp@arcor.de> - 2019-05-20 03:12 +0200
                Re: Fototransistor und LED [OT] "Horst-D. Winzler" <horst.d.winzler@web.de> - 2019-05-20 05:28 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2018@bartheld.net> - 2019-05-20 10:08 +0200
                Re: Fototransistor und LED [OT] Guido Grohmann <guido.grohmann@gmx.de> - 2019-05-20 07:34 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-20 08:31 -0700
                Re: Fototransistor und LED [OT] Axel Berger <Spam@Berger-Odenthal.De> - 2019-05-20 19:55 +0200
                Re: Fototransistor und LED [OT] Gerhard Hoffmann <dk4xp@arcor.de> - 2019-05-20 22:46 +0200
                Re: Fototransistor und LED [OT] Rupert Haselbeck <mein-rest-muell@gmx.de> - 2019-05-20 21:00 +0200
                Re: Fototransistor und LED [OT] Gerhard Hoffmann <dk4xp@arcor.de> - 2019-05-20 22:56 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2018@bartheld.net> - 2019-05-21 10:15 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-05-29 14:21 +0200
                Re: Fototransistor und LED [OT] Bernd Laengerich <Bernd.Laengerich@web.de> - 2019-05-29 15:24 +0200
                Re: Fototransistor und LED [OT] "Ralph A. Schmid, dk5ras" <ralph@schmid.xxx> - 2019-05-29 16:30 +0200
                Re: Fototransistor und LED [OT] Hanno Foest <hurga-news2@tigress.com> - 2019-05-19 00:43 +0200
                Re: Fototransistor und LED [OT] Volker Bartheld <news2019@bartheld.net> - 2019-05-19 11:03 +0200
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-05-15 19:21 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-16 08:09 -0700
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-06-02 19:41 +0200
                Re: Fototransistor und LED [OT] Michael Schwingen <news-1513678000@discworld.dascon.de> - 2019-05-07 18:57 +0000
                Re: Fototransistor und LED [OT] "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-08 07:43 -0400
                Re: Fototransistor und LED [OT] Bernd Laengerich <Bernd.Laengerich@web.de> - 2019-05-08 15:19 +0200
                Re: Fototransistor und LED [OT] Michael Schwingen <news-1513678000@discworld.dascon.de> - 2019-05-08 19:00 +0000
                Re: Fototransistor und LED [OT] Volker Staben <volker.staben@hs-flensburg.de> - 2019-05-08 22:31 +0200
                Re: Fototransistor und LED [OT] "Wolfgang Allinger" <all2001@spambog.com> - 2019-05-08 18:42 -0400
                Re: Fototransistor und LED Klaus Butzmann <kb.usenet@butzomail.de> - 2019-05-04 17:48 +0200
                Re: Fototransistor und LED Hartmut Kraus <hartmut.melina@web.de> - 2019-05-17 22:14 +0200
                Re: Fototransistor und LED Bernd Laengerich <Bernd.Laengerich@web.de> - 2019-05-03 17:08 +0200
                Re: Fototransistor und LED Martin Gerdes <martin.gerdes@gmx.de> - 2019-05-01 16:29 +0200
                Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-05-01 18:52 +0200
  Re: Fototransistor und LED Volker Bartheld <news2019@bartheld.net> - 2019-04-27 23:11 +0200
    Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 08:06 +0200
      Re: Fototransistor und LED Volker Bartheld <news2019@bartheld.net> - 2019-04-28 09:36 +0200
        Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 11:37 +0200
          Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 13:33 +0200
          Re: Fototransistor und LED Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2019-04-28 14:10 +0200
            Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 15:55 +0200
        Re: Fototransistor und LED Marte Schwarz <marte.schwarz@gmx.de> - 2019-04-28 15:43 +0200
          Re: Fototransistor und LED Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2019-04-28 15:51 +0200
            Re: Fototransistor und LED Manuel Reimer <manuel.nulldevice@nurfuerspam.de> - 2019-04-28 16:30 +0200
              Re: Fototransistor und LED Frank Buss <fb@frank-buss.de> - 2019-04-28 18:09 +0200
                Re: Fototransistor und LED Manuel Reimer <manuel.nulldevice@nurfuerspam.de> - 2019-04-28 18:51 +0200
          Re: Fototransistor und LED Volker Bartheld <news2019@bartheld.net> - 2019-04-28 18:30 +0200
            Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 18:37 +0200
              Re: Fototransistor und LED Manuel Reimer <manuel.nulldevice@nurfuerspam.de> - 2019-04-28 18:56 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 19:08 +0200
  Re: Fototransistor und LED Falk Dµebbert <falk@duebbert.com> - 2019-04-28 00:19 +0200
    Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 08:27 +0200
  Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-28 08:18 +0200
    Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 08:29 +0200
      Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-28 09:51 +0200
        Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 11:33 +0200
          Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-28 12:24 +0200
            Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 12:46 +0200
              Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-28 14:11 +0200
                Re: Fototransistor und LED Bernd Mayer <beam.bam.boom@knuut.de> - 2019-04-28 14:44 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 15:56 +0200
                Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-28 16:54 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-28 08:01 -0700
                Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-28 17:23 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-28 09:43 -0700
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 19:10 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-29 06:54 -0700
                Re: Fototransistor und LED Hanno Foest <hurga-news2@tigress.com> - 2019-04-29 16:23 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-29 07:42 -0700
                Re: Fototransistor und LED Matthias Weingart <mwnews@pentax.boerde.de> - 2019-04-30 05:51 +0000
                Re: Fototransistor und LED Sebastian Suchanek <sebastian.suchanek@gmx.de> - 2019-04-30 10:38 +0200
                Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-04-30 07:27 -0700
                Re: Fototransistor und LED [OT] Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-05-01 19:15 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-30 13:08 +0200
                Re: Fototransistor und LED Hanno Foest <hurga-news2@tigress.com> - 2019-04-30 14:07 +0200
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-30 15:30 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-30 07:38 -0700
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-01 15:06 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-05-01 07:30 -0700
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-01 20:22 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-05-02 07:07 -0700
                Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 18:38 +0200
        Re: Fototransistor und LED Marte Schwarz <marte.schwarz@gmx.de> - 2019-04-28 17:31 +0200
          Re: Fototransistor und LED Rafael Deliano <rafael_deliano@arcor.de> - 2019-04-28 17:48 +0200
          Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-28 18:40 +0200
          Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-04-29 03:44 +0200
            Re: Fototransistor und LED Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-05-01 19:09 +0200
              Re: Fototransistor und LED Klaus Dahlwitz <kdahlwitz@gmx.net> - 2019-05-01 20:56 +0200
              Re: Fototransistor und LED [OT] Joerg <news@analogconsultants.com> - 2019-05-02 07:15 -0700
                Re: Fototransistor und LED [OT] Klaus Dahlwitz <kdahlwitz@gmx.net> - 2019-05-02 20:55 +0200
  Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-28 07:44 -0700
    Re: Fototransistor und LED Uwe Borchert <wetterfrosch@yahoo.com> - 2019-04-29 04:00 +0200
      Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-29 07:08 -0700
        Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-30 13:09 +0200
          Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-30 07:55 -0700
  Re: Fototransistor und LED Gernot Fink <g.fink@gmx.net> - 2019-04-28 17:30 +0200
  Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-04-30 15:23 +0200
    Re: Fototransistor und LED Volker Bartheld <news2018@bartheld.net> - 2019-04-30 15:55 +0200
    Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-04-30 08:00 -0700
      Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-01 15:07 +0200
    Re: Fototransistor und LED Marte Schwarz <marte.schwarz@gmx.de> - 2019-04-30 17:23 +0200
    Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-02 22:06 +0200
      Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-05-02 13:29 -0700
        Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-03 12:47 +0200
          Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-05-03 07:41 -0700
            Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-03 17:52 +0200
              Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-06-02 14:06 +0200
                Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-06-02 07:48 -0700
                Re: Fototransistor und LED "Wolfgang Allinger" <all2001@spambog.com> - 2019-06-02 19:26 -0400
      Re: Fototransistor und LED Jochen Pawletta <jochen@hin.de> - 2019-05-03 05:56 +0000
        Re: Fototransistor und LED Falk Dµebbert <falk@duebbert.com> - 2019-05-03 13:46 +0200
        Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-04 08:20 +0200
          Re: Fototransistor und LED Jochen Pawletta <jochen@hin.de> - 2019-05-04 07:58 +0000
            Re: Fototransistor und LED Marc Haber <mh+usenetspam1118@zugschl.us> - 2019-05-04 22:27 +0200
              Re: Fototransistor und LED Joerg <news@analogconsultants.com> - 2019-05-05 08:28 -0700
          Re: Fototransistor und LED Rolf Bombach <rolfnospambombach@invalid.invalid> - 2019-05-06 21:59 +0200

csiph-web