Arduino LED communication
Uploader Comments (randomskk)
All Comments (23)
-
Yeah, I was wondering the same. Here I am, just having bought a couple of photodiodes (IR though).
-
using a led as photodiod? omg i ddin't know that was possible :o
-
@randomskk Interesting. What's the reverse bias voltage? Have you found a voltage that gives optimal sensitivity? Any LEDs better than others? Sorry for the barrage of questions..
-
all you need to do now is make a translator....
-
arduino.cc open source FREE!!! Try it
-
Using simple LED as a Photodiode ?!? In Blocking direction or what?
-
very smart.
-
next you should do it with lasers :D
-
Nice! i can't get the source code, only a 404 error when i follow the lik. Is there any other way to get the source code? Thank you.
-
Nice! I can't get the source code. When i follow the link i get a 404 error. Is there any other way to get it? Thank you.
Wow, that is very cool. Nicely done!
thiage 3 years ago
thanks!
randomskk 3 years ago
that is so very awesome. Any chance there's a schematic, or do you need those fancy USB boards...whatever they are that you're using.
can normal LEDs be used as photodiodes?
Russoft 3 years ago
I use those USB boards, arduinos, as I had them handy at the time and was still playing with them. However, it can be done even with just an ATtiny13 or anything with GPIO pins, such as a PICAXE 08 or a PIC12F series.
The basic idea is to connect BOTH pins of the LED to an IO port, then reverse bias the LED and check it after a fixed period of time, if it's bright then the LED will read 0 and if it's dark it'l read 1 - there's more info on how this works online.
randomskk 3 years ago
Nice, I espcialy like the Cybertool in the BG :) do you have a project site for this? I'd love to look over the source and see more pics.
jim3uk 3 years ago
I don't have a project site for this one, as I started the site after making this, but I do plan to continue the idea and will probably post about the new implementation on my site, negativeacknowledge (google it). I've updated the video description to include a link to the source code.
randomskk 3 years ago