Tag: avr
-
Eenvoudige afstands-sensor met LED en lichtsensor.
Bij de zweefmagneet gebruik ik een hallsensor om de afstand tot de magneet te meten. Deze sensor meet magnetische veldsterkte en is daarom eveneens gevoelig voor het veld van de elektromagneet, en niet alleen de permanente magneet waarvan de afstand gemeten moet worden. Op zich geeft dat geen probleem in de praktijk, maar het is…
-
Sjoelteller met Schiphol-display
Waar bij Casper en Hobbes alles mogelijk is met kartonnen dozen, door er op te schrijven wat het is, maakte ik er een sjoelteller mee. Of eigenlijk, met 1 van de schipholdisplays (Displays, afkomstig van de luchtverkeersleiding, die zijn afgedankt en bij de MakerSpace terechtkwamen). Voor dit type display heb ik een Arduino bibliotheek gemaakt…
-
Lichtwekker
Lichtwekker is een lineaire klok, op basis van een WS2811 ledstrip en een koudwit / warmwit witte ledstrip die rug aan rug in een plexiglas buis zitten. Op wektijd worden de kleurenled’s gebruikt om een simpel zonsopkomst-effect na te doen (1 voor 1 gaan de rode LED’ s van onder af naar boven toe aan,…
-
tip: AVRdude on mac – using built-in from arduino
More of a note to self*, since installing avrdude resulted in an avrdude without USB support. While Arduino also uses avrdude “under the hood”, but has USB support. And it would be nice if Arduino’ s avrdude can be used stand-alone, and it can: “/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -cusbasp -Pusb -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xFF:m…
-
MainsSensor
MainsSensor is een klein printje dat gebruikt kan worden om te monitoren of iets nog “aan staat” , bedoeld om in de MakerSpace bij de deur een reminder te geven als je als laatste weg gaat en b.v. de compressor staat nog aan. (Of een van de andere apparaten die uit moeten, b.v. ook de…
-
USBisp V2.0 to USBasp conversion to use TPI (or: USBisp did not connect to usb anymore after fw update – fixed!)
Recently I bought an USBasp, or at least that’s what I thought. I bought a clone that was advertised as “USB ISP USBasp USBisp Programmer for 51 ATMEL AVR download support Win 7 64 (RANDOM COLOR)”, marked on the case as “USB ISP version 2.0” and “MX-USBISP-V5.00” on the PCB. I intend to use this…
-
Continued “data transmission whistle” experiment, more successful this time
Okay, what’s this about? Oona Räisänen challenged her readers to construct a whistle that could transmit data using FSK. And if one reads her challenge carefully it says “whistle”. Not “pea whistle“. Now THAT simplifies things a lot! A whistle design like this can be modified by inserting a magnet and wrapping a coil around…
-
Quick and dirty Arduino optical mouse sensor experiment (a2620 chip)
I wanted to experiment with a optical mouse sensor, did a websearch, found this blogpost, and adapted the code for my A2620 mouse sensor. As it might be useful to others, below is my Arduino sketch and the processing sketch. Use the processing sketch to view the image from the sensor, or use a terminal…