At the last meeting I took down everyone’s zipcodes, in order to determine the geographic center of the members present. The goal was to determine (roughly!) where a better group project meeting site would need to be located if we move away from bRainSilo.
Archive for the ‘Group Projects’ Category
Geographic Center of Zipcodes
Saturday, April 16th, 2011BrushBot board build Monday 1/10
Sunday, January 9th, 2011There’s still a number of BrushBotComm boards that people want to build up, and at Saturday’s meeting we decided to try for a somewhat impromptu board build at this Monday’s (1/10) group project meeting. I realize this is short notice, but at the meeting enough people expressed interest to make it worthwhile. We can have another small build session later for those who can’t make it.
Scott’s bringing the hot-plate reflow system and I’m bringing the parts. You bring whatever parts you might have already gotten from me, some magnifying device if needed, a soldering iron (if you have one) and some cash if you haven’t paid for parts yet.
We’ll be at the bRainSilo:
bRainSilo. 7pm.
http://brainsilo.org/wiki/Location
See you there!
Monty
Bot Build Night Oct 18
Monday, October 18th, 2010A small group of us have been regularly getting together every other Monday night at the bRainSilo to work on swarm bots. We’d love to have more people come join us — especially if you built one of the BrushBotComm boards a while back! We’re at the point where we have bidirectional IR comm code working and want to try it out w/ larger swarms.
This get together is not just about swarm bots though — rather than toiling away alone in the basement on that killer new robot, why not bring it down and work on it in the company of other robot enthusiasts?
7pm, bRainSilo: http://brainsilo.org/wiki/Location
Hope to see you there!
Monty
No 9/6 project meeting
Monday, September 6th, 2010Not enough of the regulars can make it tonight so I’m going to cancel the BrainSilo build session.
Have a great Labor Day!
Monty
Bot Build Night Aug 23
Monday, August 23rd, 2010Bot Build night Aug 9
Monday, August 9th, 2010We’ve been getting together every other Monday night at the silo to work on group projects, but really what we want to see is more robots being built, be it by individuals or groups. So even if you’re not interested in the current swarm robot project, feel free to bring your own robot-to-be on down to share in the excitement of mashing together mechanical bits, hard bits, and soft bits to do cool stuff.
And if you DO have brushbots, bring them down and let’s get them talking!
7pm, bRainSilo:
http://brainsilo.org/wiki/Location
Hope to see you there!
Monty
Project Meeting July 26
Sunday, July 25th, 2010Pete, Tim, Scott and myself will be there. Will you? Bring your Brush Bot on down and let’s get them talking!
7pm, bRainSilo:
http://brainsilo.org/wiki/Location
Monty
Project meeting July 12
Monday, July 12th, 2010Last time Scott and I got four or five BrushBots running around in an arena with comm boards attached — one configured as a transmitter and the others as receivers. We only had simple RX and TX code running, but the receivers were picking up messages quite frequently; much better than we were expecting, actually.
But just five bots isn’t too exciting. It’s time to get a bigger swarm together and develop better message passing code! Bring your brushbots, bring your comm boards and let’s swarm!
While Scott and I hearded bots around, Tim got his steering control of the brushbots (a homemade toothbrush-head based bot in his case) working. The really cool thing is that he’s only using a single vibrating motor, yet still getting steerability! Come on Tim… Hurry up and upload the details on how you’re doing this!
Hope to see you all tonight,
7pm, bRainSilo:
http://brainsilo.org/wiki/Location
Monty
BrushBotComm board build follow-up Monday
Monday, April 5th, 2010Yes, there is another PARTS Project meeting tonight!
Time: Monday 4/5, 7:00pm
Location: bRainSilo: http://brainsilo.org/wiki/Location
We will be continuing with the BrushBotComm boards — soldering on the final components, including the missing IR LED resistors and the IR
LED’s themselves; making programming cables; and learning how to load code onto them.
As I mentioned in this blog entry the ArdunioISP should work well for a programmer, and hopefully as a serial link for debugging. So, if you have a spare Arduino that you can use for a programmer, bring it. Or, I have a handful of cosmetically defective (but fully functional) Teensy2.0′s available for really cheap.
Bring:
*BrushBotComm boards and extra parts you’ve received.
*Soldering iron — if you have a decent one with a fine tip. This is especially important this meeting as we have a fair amount of hand soldering to do.
*Desk lamp if you can — we didn’t really have enough light last time
*Vision enhancement devices — I’ll bring my stereo-microscope and what magnifiers I have, but I think we could have used more last time
*Money for Arduinos if you need one for programming.
*Laptop if you have one to use for programming.
Monty
BrushBot Comm board IR communications
Friday, April 2nd, 2010I’ve been doing some experiments with the IR transmitters and receivers used on the comm board. One outstanding question is what the value of the series resistors (R1 and R2) for the transmitter should be. We want the message passing distance to be fairly short in order to keep the communications mainly between pairs of bots. But the IR power should still be sufficient to give reliable communications. Another question is whether or not the voltage from the batteries we are using will be sufficient for the IR receiver.
I made up the following test setup: For the receiver side, I took one of the IR receivers that we are using on the comma boards and mounted it in a solderless breadboard to make it easy to try resistor values. I also hooked up a variable power supply and used an ATMega328 LillyPad Arduino to drive the IR LED. The LillyPad was the only thing I had handy which would run at 8MHz and low voltage. The power supply was set to 2.75VDC which is pretty much as low as you can go with a 328 running at 8MHz and is around the voltage that the batteries can put out. I used a test program from the IRremote library (http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html) to repeatedly send out 0XD10 which is the Sony code for the ENTER key.
On the receiver side, I used a comm board hooked up to a variable power supply to test how the receiver coped with different voltages. Monty had written a test program for the receiver side which recognizes Sony ENTER and blinks the LEDs in a particular pattern (although the key codes in irrx.h need to all be decremented by one to be correct). With this program it is possible to move the comm board around and watch the LEDs to see where successful IR transmission occurs.
As a baseline test, I put in a 100 ohm resister into the IR transmitter circuit which gives about 20ma drive to the IR LED. Using 5VDC for the receiver, the IR transmission works successfully at quite a long distance (probably across a room).
However, lowering the receiver voltage to 2.85VDC or below results in a failure of the IR receiver to work. It still registers that an IR transmission is occurring but is unable to recognize the code. Since the batteries put out more like 2.72VDC, this is a big problem. After discussing it with Monty, we decided to short out R5, the resistor on the Vcc line into the IR receiver to try to get as much voltage into the receiver as possible. Fortunately, this seems to work and allows the receiver to work down to 2.53VDC. So I then hooked up the battery board to the comm board and (with R5 shorted) the receiver works. The rest of the result below are all done with battery power for the receiver.
I then examined how changing the transmittter series resistor affected the range:
1K ohm 18 inches
4.7K ohm 5 inches
10K ohm 2.5 inches
These distances are for on-axis communications. I’ll do some more experiments to see how the off-axis accuracy breaks down and update the table.