I've been trying to get my rbbb to communicate with my router which outputs 3.3 volt serial. In all reality I only need receive to work. However connecting it directly did not work. I went through the trouble of bulding a level shifte using a mosfet I bought at radioshack. I carefully put it together and used my parallax oscilloscope to look at the waves. It was dead on. I then tried connecting it to the arduino and it worked. I then soldered up a cable so that it would connect in place of the ftdi cable and it did not work. Something happens to the serial signal from input to rx input, As oppose to connecting a tx line directly to a pin. I have to check and see what is going on.
Ugh, found out what the problem was. On the RBBB the tx label actually stands for the tx label on the connector not the chip. So I probably could connect directly with 3.3v ttl without an issue. I will have to check this.
Tuesday, October 13, 2009
Thursday, October 8, 2009
Wednesday, September 16, 2009
Remote Desktop Error 1702 getting session names. Error [1702]: The binding handle is invalid.
I have it working now, if you can't get Remote Desktop working. AKA it was working before and it suddenly stopped, an update may have gotten you. After some googling and a bit of fiddling I brought up the cmd prompt and got the Error[1702] error when typing qwinsta. The problem ended up being that somehow my Terminal Services were disabled.
I fixed it by going to control panel -> Administrative Tools -> Services
Scroll down to terminal services right click, go to properties and set to automatic, then right click and click start service. This may work for you, it did for me.
I fixed it by going to control panel -> Administrative Tools -> Services
Scroll down to terminal services right click, go to properties and set to automatic, then right click and click start service. This may work for you, it did for me.
Wednesday, September 9, 2009
controlling pins on Openwr Kamikaze
Just for those people, (reminder to myself), looking for a way to easily control LEDs and other lights on a OpenWRT router running Kamikaze. Login to the router and install kmod-gpio-dev
This should cause your power light to start blinking. You can send 0 or 1 to any of these LEDs listed in LEDs.
$>opkg install kmod-gpio-dev
$>cd /proc/diag
$>cd leds
$>echo 0 > power
This should cause your power light to start blinking. You can send 0 or 1 to any of these LEDs listed in LEDs.
kmod-leds-gpio is not available
I was trying to compile the package kmod-leds-gpio in Kamikaze but it didn't show up. It seems that there is an issue with the latest version of default kernel_config for that module, in order to get it to work type
Then go to
[*] LED support -->
[M] LED support for GPIO connected Pins
$>make kernel_menuconfig
Then go to
[*] LED support -->
[M] LED support for GPIO connected Pins
OpenWRT Kamikaze compile single package
I found the solution to this on this site
openwrt building
You have to type the following to compile a package without compiling the entire build tree
This is from the top directory of Kamikaze.
openwrt building
You have to type the following to compile a package without compiling the entire build tree
$> make package/i2c-gpio-custom/{clean,compile,install} V=99 DEVELOPER=1
This is from the top directory of Kamikaze.
Wednesday, April 15, 2009
AVB TOP Shot Pegasus
This turns out to be a great joystick, and I got it for only $5 at geeks.com They no longer seem to carry it, but its not hard to find., and its a fairly comfortable joystick. Well, its great because it also has force feedback.
No current windows driver, but it works in linux, and actually works with the iforce module, I tested it in ubuntu 8.10 and it worked.
Correction, you can get the current windows drivers from AVB
http://www.avbusa.com/driver/ffxp.exe
Just follow the directions at
http://scaryreasoner.wordpress.com/2008/07/18/getting-the-xbox-controller-to-work-with-linux-including-rumble-effect/
download the source code he refers to.
Type in ls /dev/input while the joystick is plugged in and then after disconnecting it. Figure out which event disappears. Use that event when calling
fftest /dev/input/event7
type numbers 1-5 for effects.
No current windows driver, but it works in linux, and actually works with the iforce module, I tested it in ubuntu 8.10 and it worked.
Correction, you can get the current windows drivers from AVB
http://www.avbusa.com/driver/ffxp.exe
Just follow the directions at
http://scaryreasoner.wordpress.com/2008/07/18/getting-the-xbox-controller-to-work-with-linux-including-rumble-effect/
download the source code he refers to.
Type in ls /dev/input while the joystick is plugged in and then after disconnecting it. Figure out which event disappears. Use that event when calling
fftest /dev/input/event7
type numbers 1-5 for effects.
Subscribe to:
Posts (Atom)