Forum Replies Created
-
AuthorPosts
-
Michael
Keymastersetting the wires to be fixed instead of random is simple. Just change the assignment in the function countdown().
For example, if you want the defuse wire to be wire 2:
defuseWire = WIRE_2;
Michael
KeymasterArduino 1.6.x deals with PROGMEM data differently because of changes in GCC. Try the attached sketch. All the bitmaps are included in the .ino file now, so there is only one file in this new version.
Note that this is for the v2 version of the board. If you have a v1 version (e.g. sold by Adafruit) let me know.Michael
KeymasterThanks for those links, IChop. Yes with some cleverness and additional components, it could be possible.
July 7, 2015 at 1:41 pm in reply to: Buggy Library – Too Unstable to use for simplest of tasks. #2291Michael
KeymasterThat’s great to hear. Embedded programming is much more challenging than writing software on a computer that has enormous resources. Working in a constrained environment is what brings out creativity and cleverness. It will make you a better coder.
Michael
KeymasterThank you so much! I added them to the gallery. Very nice work!
Michael
Keymasterwhere would you put 3 more pots? the pins are available.
June 27, 2015 at 1:21 pm in reply to: My new V2 Airsoft Bomb – More rugged and non random cuts #2282Michael
KeymasterFantastic build, Jason! That looks awesome.
Is it ok if we post this picture to the gallery?
https://nootropicdesign.com/defusableclock/gallery.htmlMichael
KeymasterThanks so much for that link. I LOVE it that they are using my product in the commercial! Yipee!
Michael
KeymasterHow about some details on the code that won’t compile? I can help if you actually show me the error.
Michael
KeymasterYou do not need to connect anything to the NC connection. That pin is unconnected.
Michael
KeymasterUnfortunately, you need a LOT of pins to read a keypad.
http://nootropicdesign.com/projectlab/2010/04/03/keypad-tutorial/Michael
KeymasterThe Defusable clock uses the standard pinout: RTS, RX, TX, 5V, NC, GND
RTS and DTR are compatible. NC means “not connected”. RTS is on side marked “GRN” and ground is on side marked “BLK”. Green and black are the standard colors on FTDI cables.Some resources:
https://www.sparkfun.com/products/9717
https://learn.adafruit.com/introducing-pro-trinket/using-ftdiMichael
KeymasterYou only need a driver for the FTDI device. Nothing else. Looks like a permissions problem of some kind.
Michael
KeymasterHmm, that looks like some kind of Windows permissions problem with the serial port. Never heard of that before. Try looking in the arduino.cc forums http://forum.arduino.cc/
Michael
KeymasterSorry, there’s only one pin left on the microcontroller, so keypad is not possible.
-
AuthorPosts