Forum Replies Created
-
AuthorPosts
-
MichaelKeymaster
Arduino 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.MichaelKeymasterThanks 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. #2291MichaelKeymasterThat’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.
MichaelKeymasterThank you so much! I added them to the gallery. Very nice work!
MichaelKeymasterwhere 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 #2282MichaelKeymasterFantastic build, Jason! That looks awesome.
Is it ok if we post this picture to the gallery?
https://nootropicdesign.com/defusableclock/gallery.htmlMichaelKeymasterThanks so much for that link. I LOVE it that they are using my product in the commercial! Yipee!
MichaelKeymasterHow about some details on the code that won’t compile? I can help if you actually show me the error.
MichaelKeymasterYou do not need to connect anything to the NC connection. That pin is unconnected.
MichaelKeymasterUnfortunately, you need a LOT of pins to read a keypad.
http://nootropicdesign.com/projectlab/2010/04/03/keypad-tutorial/MichaelKeymasterThe 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-ftdiMichaelKeymasterYou only need a driver for the FTDI device. Nothing else. Looks like a permissions problem of some kind.
MichaelKeymasterHmm, 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/
MichaelKeymasterSorry, there’s only one pin left on the microcontroller, so keypad is not possible.
MichaelKeymasterYou can’t do it in code. The code has no concept of the analog input threshold. It’s a hardware thing. The potentiometer changes the voltage on a pin of the microcontroller. The only thing I can suggest is to integrate a digital pot or DAC which can output a variable voltage.
-
AuthorPosts