Go to advanced search

by 7w0n0d3
Fri Feb 20, 2015 7:48 pm
Forum: Other projects
Topic: PS/2 keyboard interface
Replies: 13
Views: 5645

Re: PS/2 keyboard interface

Pardon my ignorance on electronics, but why is that circuit necessary? The keyboard needs pullups to 5V on it's data and clock lines to function, per the PS/2 specification. The two resistors provide this. The LED limits the pullup voltage on the data line to about 3v so the Pi isn't damaged. Why n...
by 7w0n0d3
Wed Sep 10, 2014 1:59 am
Forum: Other projects
Topic: Use a smartphone to launch model rockets
Replies: 2
Views: 1127

Re: Use a smartphone to launch model rockets

Similar, but this one uses AP mode, not an external access point. It also has rudimentary security for use in a multiple pad setup. Should also be cheaper to make.
by 7w0n0d3
Mon Sep 08, 2014 5:10 pm
Forum: Other projects
Topic: Use a microammeter as an output device on the Pi.
Replies: 5
Views: 1115

Use a microammeter as an output device on the Pi.

Drive an analog microammeter using an underused function: the gpio oscillator. Simple circuit and kernel module makes this possible. This is actually a character type kernel module writing tutorial disguised as a project. https://sites.google.com/site/thepirow/home/pi2meter
by 7w0n0d3
Mon Sep 08, 2014 5:02 pm
Forum: Other projects
Topic: Use a smartphone to launch model rockets
Replies: 2
Views: 1127

Use a smartphone to launch model rockets

Launch model rockets using your smartphone or other Wifi device (like in the the Apple ad). Code is set up for multiple pads in a school/club setting. Simple and inexpensive to build. https://sites.google.com/site/thepirow/home/pipad
by 7w0n0d3
Sat Feb 22, 2014 11:21 pm
Forum: Other projects
Topic: PS/2 keyboard interface
Replies: 13
Views: 5645

Re: PS/2 keyboard interface

Regarding using a mouse with this interface: on powerup, the mouse has reporting turned off. You have to send a command to turn it on. (at least this is what I understand reading the interface spec.) You can do this by bit-banging, but you will have to connect the clock line to the Pi and limit it's...
by 7w0n0d3
Tue Feb 18, 2014 9:35 pm
Forum: Other projects
Topic: PS/2 keyboard interface
Replies: 13
Views: 5645

Re: PS/2 keyboard interface

I should mention, the keyboard mapping will probably only work on a US keyboard. If you are using a different keyboard, the map table in the module will need to be edited. If someone is interested in these changes I wouldn't mind working with them.
by 7w0n0d3
Tue Feb 18, 2014 4:12 pm
Forum: Other projects
Topic: PS/2 keyboard interface
Replies: 13
Views: 5645

Re: PS/2 keyboard interface

Thanks for the diagram. I didn't have time to do one.

Yes, the LED acts as a Zener. LEDs are more easily available, and cheaper than the real thing. In fact, you probably have some laying around. The visual indication is an added bonus!
by 7w0n0d3
Tue Feb 18, 2014 1:36 am
Forum: Other projects
Topic: Using I2S port to generate video
Replies: 0
Views: 468

Using I2S port to generate video

In my opinion, the Raspberry Pi's I2S peripheral is under-utilized. So to show what it can do, here is a little project I whipped up. It uses the I2S peripheral (with help from the PWM peripheral) to directly drive the CRT of a Mac Classic II. Details here: https://sites.google.com/site/7w0n0d3/home...
by 7w0n0d3
Tue Feb 18, 2014 1:30 am
Forum: Other projects
Topic: PS/2 keyboard interface
Replies: 13
Views: 5645

PS/2 keyboard interface

I worked out a way to inexpensively connect a PS/2 keyboard to the Pi's serial port. Project details here:

https://sites.google.com/site/7w0n0d3/home/pi2ps2
by 7w0n0d3
Tue Feb 18, 2014 12:34 am
Forum: Raspberry Pi OS
Topic: Get kernel headers (compiling 8188eu)
Replies: 4
Views: 1217

Re: Get kernel headers (compiling 8188eu)

I have detailed instructions on module compilation here:

https://sites.google.com/site/7w0n0d3/home/modules

Hope this helps.
by 7w0n0d3
Tue Feb 18, 2014 12:11 am
Forum: Linux Kernel
Topic: Simple instructions for compiling kernel modules on the Pi
Replies: 0
Views: 1672

Simple instructions for compiling kernel modules on the Pi

I have written up a step-by-step guide for compiling modules on the Pi running Raspbian. This is actually done on the Pi, not on another system. I also have tarballs of the Linux source that are ready for module compilation on my site. Eliminates about 1 hour of watching git do it's thing. https://s...

Go to advanced search