Julien, this is awesome. You should rebuild it! I think if you got together with a game programmer, it would be an awesome control for a flight game. Using your hand in the air to control the aircraft (pitch and possible roll.) and the other hand on a gaming mouse with several buttons to control speed and such (Maybe yaw!?). Cool concept!
Est ce que tu as déjà jouer avec l'intensité de la LED bleu pour controller la sensibilité de la souris? Je pense aussi que le type de couleur pourrais avoir un effet sur la sensibilité des photoresistors. Blanc vs Bleu.
I think you could probably pull this off with just 3 photoresistors, but it would require some more math calculations. One photoresistor above the LED, and the other two spaced evenly around it to the left and right, all of them equidistant to the LED.
Also, I realized something: how does one click with this? Maybe if you make a "slapping" motion (sudden increase in light followed by a sudden decrease) it should register as a click.
@julienfacebook can i get the schematic for this project? i'm starting out arduino and very noobie, i want to learn from people by doing their projects lol
all he's saying is he built a mouse with his teensy, and he using 4photodiods to detect the reflected light off his hand. he's not saying anything technical.
So you have to plug 4 the photoresistors on 4 different analog inputs (Analog 0,1,2 and 4 in my project. It's really important to plug in an ANALOG pin, since we need really sensitive values between 0 and 1023)
Then you have to plug an LED in an I/O pin (pin 0 in this project).
I used resistors between the photoresistors and the board. Don't remember the value, but I used the default ones, which were in the pack with th photoresistors.
@julienfacebook (continuing) All components have a pin to the ground of course.
For the set-up, you need to put the 4 photoresistors in a square, with pin 0 being top left, 1=top right, 2 = bottom left, 3 = bottom right. Put the LED between the 4.
And how do you click ?
TheGugustar 1 week ago
Internally it knows your hand's absolute position, so can it move the mouse to that, or is it too coarse to be useful?
gblargg 2 months ago
This comment has received too many negative votes show
when u want to fake something , fake it nicely : )
stfuplznoname 10 months ago
@stfuplznoname There's nothing fake about it.
I've published the code and the schematics, feel free to reproduce.
julienfacebook 10 months ago 3
Wow, incroyable O_O
kiback 1 year ago
well done
bien fait !
kodaxii 1 year ago
Julien, this is awesome. You should rebuild it! I think if you got together with a game programmer, it would be an awesome control for a flight game. Using your hand in the air to control the aircraft (pitch and possible roll.) and the other hand on a gaming mouse with several buttons to control speed and such (Maybe yaw!?). Cool concept!
chrispcallx 1 year ago
Est ce que tu as déjà jouer avec l'intensité de la LED bleu pour controller la sensibilité de la souris? Je pense aussi que le type de couleur pourrais avoir un effet sur la sensibilité des photoresistors. Blanc vs Bleu.
JeromeDemers 1 year ago
THAT'S FREAKING COOL!!!!!
mraider94 1 year ago
Very interesting!!! I'd like to see more about this.
wgrube 1 year ago
Mignon, j'aurais jamais cru qu'on puisse avoir une telle sensibilité/précision avec des photorésistances :)
furrtek 1 year ago
I think you could probably pull this off with just 3 photoresistors, but it would require some more math calculations. One photoresistor above the LED, and the other two spaced evenly around it to the left and right, all of them equidistant to the LED.
Also, I realized something: how does one click with this? Maybe if you make a "slapping" motion (sudden increase in light followed by a sudden decrease) it should register as a click.
CubexDE 1 year ago
Tres belle réalisation julien,le code doit etre super bien construit pour avoir une rréaction aussi sensible,chapeau ;p
lordzeppo 1 year ago
@lordzeppo Merci :)
julienfacebook 1 year ago
@julienfacebook what is teensy?
lucirz 1 year ago
@lucirz It's an USB development board
RockGodFuck 8 months ago
@julienfacebook can i get the schematic for this project? i'm starting out arduino and very noobie, i want to learn from people by doing their projects lol
lucirz 1 year ago
You're on hackaday!
Very cool sensor. The fact that it's made with simple components makes it even cooler.
fredjoejimbob 1 year ago 2
tu vien de ou? quebec? montreal ou paris(france) ?
bytesilver 1 year ago
@bytesilver Paris. But I built that when I was living in Ireland.
julienfacebook 1 year ago
English please.
kefsound 1 year ago
@kefsound
all he's saying is he built a mouse with his teensy, and he using 4photodiods to detect the reflected light off his hand. he's not saying anything technical.
bytesilver 1 year ago
@kefsound As bytesilver said, nothing special was said in the video. Just showing to a friend the concept.
The prototype detects the ambient light, then uses it to detect the inclination of the hand over the 4 photoresistors, in order to move the cursor.
This is just for fun, there's no real use to that...
julienfacebook 1 year ago
@julienfacebook There is a use for this... General awesomeness.
Nolansykinsley 1 year ago
@kefsound
learn freakin french.
lordzeppo 1 year ago
@lordzeppo yeah sure, lol.
kefsound 1 year ago
Hey I tried emulating what you've done and you're code isnt working for me. What is your setup?
forksofpower 1 year ago
@forksofpower Hey!
So you have to plug 4 the photoresistors on 4 different analog inputs (Analog 0,1,2 and 4 in my project. It's really important to plug in an ANALOG pin, since we need really sensitive values between 0 and 1023)
Then you have to plug an LED in an I/O pin (pin 0 in this project).
I used resistors between the photoresistors and the board. Don't remember the value, but I used the default ones, which were in the pack with th photoresistors.
julienfacebook 1 year ago
@julienfacebook (continuing) All components have a pin to the ground of course.
For the set-up, you need to put the 4 photoresistors in a square, with pin 0 being top left, 1=top right, 2 = bottom left, 3 = bottom right. Put the LED between the 4.
It should work now.
julienfacebook 1 year ago
Il me FAUT ce teensy. =D
kiback 1 year ago
Very cool project. I like the concept of a non-touch HID.
james10pl 1 year ago
Here is the code: zenhop.com/teensy/teensymouse.txt
julienfacebook 1 year ago
This is so cool! I must try it!
nixad 1 year ago