Reverse Geo-Cache Puzzle Project, very cool! (Propeller based version now in co
WBA Consulting
Posts: 2,935
Do you have an LCD, GPS receiver module, Servo, and any Parallax microcontroller? Then you can make one of these:
arduiniana.org/projects/the-reverse-geo-cache-puzzle/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andrew Williams
WBA Consulting
WBA-TH1M Sensirion SHT11 Module
Special Olympics Polar Bear Plunge, Mar 20, 2010
Post Edited (WBA Consulting) : 1/2/2010 8:22:08 AM GMT
arduiniana.org/projects/the-reverse-geo-cache-puzzle/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andrew Williams
WBA Consulting
WBA-TH1M Sensirion SHT11 Module
Special Olympics Polar Bear Plunge, Mar 20, 2010
Post Edited (WBA Consulting) : 1/2/2010 8:22:08 AM GMT
Comments
http://www.parallax.com/Store/Sensors/CompassGPS/tabid/173/CategoryID/48/List/0/Level/a/ProductID/560/Default.aspx?SortField=ProductName,ProductName
an LCD Display and a propmodule is there anything else I would need? I am planning to build the on/off switch feature into my next revision of my propmod-us
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
http://www.pololu.com/catalog/product/751
My propeller GPS logger has always had the problem that if you shut it off without closing the logging file on the SD card, the file can get corrupted.
But if it had one of these pololu switches wired in, there could be a "shutdown" button that enables a propeller method that first closes the file, then shuts itself off. The logger could also do a self-shutdown if the battery voltage falls too low.
Nice!
The method I am planning to use will work with 1.8 to 5.5V as source voltage and give you 3.3V out @750mA
you will turn on by pushing a switch and you will turn off by holding SCL low for more then 100mS. No extra pins as long as you keep SCL high or pulsing the system will stay running. I need to bread board it and see if it will work though. To bad it will take a 4 layer board to make and keep to the propmodule form factor.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
· Hope you like it. Updates will be posted tomorrow
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
I plan to build a box like this for my parents 1gs wedding anniversary but I will be using a clock.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
As you can see the Propeller board is installed. One of the reasons I gave up on the battery consumption is that when the Propeller is in a "waitcnt" mode it goes into a sleep mode for minimum power consumption. The Arduino most likely does not do this. The Propeller only wakes up every 2 seconds to check button status. The lock for
the box that you see is a pistol lock I got for free at an NRA (National Rifle Association) meeting. The key is hotglued to the servo·and is not under much pressure when turned. The green wires that you see leads to a non-working button that was part of a power conserving experimentation.
This is the outside of that box. You may have noticed that I have put another board at the bottom to cover up the obvious gap caused by the mounting of the lock. The fact that I removed a board to put in the screen and the buttons gave me an extra one. The box itself is one I built years ago.(I don't know why it has "PAID" stamped on it. ·)
I am continuing work on it and will eventully have an IR sensor on it for remote signals.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
Low power mode of prop is still not as low as other circuits because of the regulators
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
I was not aware there was a "waitpin" command for the propeller. It's amazing what commands you wouldn't know if it wasn't for the forum and the Propeller Manuel.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
It works perfectly fine unlocking when you scan your RFID card and locking ten seconds after startup. Here are some pictures.
This is the guts of the device, with the back boards nailed and hot-glued in place.
In this picture you can see the RFID tag attached to my watch. This way with the wave of a hand I can activate it to open.
I will be submitting this to Parallaxes customer applications page. Thanks for your support!
··· Micro
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
Good idea with the RFID!
Rich H
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The Simple Servo Tester, a kit from Gadget Gangster.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
Just a teaser, don't ask me what it does yet cause I haven't decided. Just know it will follow the same concept as the GPS one.
Good luck on the project!
Oh, I have added a power switch to the setup so you switch it on, attempt to open it, and then turn it back off. Not fancy like that auto-off on the real thing, but it works fine.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
Post Edited (microcontrolled) : 11/2/2009 6:47:15 PM GMT
microcontrolled: Love the RFID bypass idea. My plan is to put 2 reed switches somewhere along the edges of the case so that by strategically placing 2 magnets, the lid and all canisters would open.
sstone86: Is that a standard Leviton switch plate you are using for the LCD bezel? Nice idea.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andrew Williams
WBA Consulting
WBA-TH1M Sensirion SHT11 Module
Special Olympics Polar Bear Plunge, Mar 20, 2010
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
P.S. I was going to post code now, but I am devistated at a crash on my programming computer that I believe lost all files for about 3 weeks back at the least. My code for this, my future Gadget Gangster project, my homemade clock, my seven segment driver, my entry for the Prop Design Contest, all lost. Lucky enough (if you can call it that) The code for this certian project is fairly simple so I will whip it up in about 2 hours.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Want cheap wholesale electronic parts?
Transistor parts wholesale
DROBO
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tia'Shar Manetheren
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tia'Shar Manetheren
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tia'Shar Manetheren
Anybody willing to post their code from their trials so far? I will be playing with the GPS module this weekend (after the CHRISTmas Lights are hung up).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andrew Williams
WBA Consulting
WBA-TH1M Sensirion SHT11 Module
Special Olympics Polar Bear Plunge, Mar 20, 2010
Google Earth GPS SD Card Logger
Current status:
GPS code working, moving on to code for display/servo/location checking. Setup is currently on a demoboard, but will be on a proto board for the install into the case. Case is currently being hand painted on all sides by my mother-in-law with a woodland camouflage scheme. My sister-in-law handpainted a 3" square Geo-Caching logo onto the front side. It's a silver aluminum briefcase, so only the flat surfaces are being painted. The ridged edging, handle, hinges, etc are going to be left "shiny new". Display will be the uOLED 128 module (originally planned on using a 4x20 LCD, but the uOLED will look so much better). I cut out a 1.4"x3" opening in one surface for the GPS antenna and display. Unlocking override will be driven with a reed switch (apply magnet to specific location, then power up. Case will unlock for 10 seconds, then run normal program)
Everything has to be done by Sunday night as Monday is my wife's birthday.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andrew Williams
WBA Consulting
WBA-TH1M Sensirion SHT11 Module
Special Olympics Polar Bear Plunge, Mar 20, 2010
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tia'Shar Manetheren