Category: experiment

  • [gefikst] TM1637 LED display “doet niks”.

    [gefikst] TM1637 LED display “doet niks”.

    Afgelopen week kreeg ik 2 van deze displays van een vriend die ze niet aan de praat kreeg en weet dat ik van dergelijke uitdagingen houd. Op bovenstaande foto het bewijs dat het inmiddels gelukt is het displaytje wél aan de praat te krijgen. Wat was het geval: In de datasheet staat (o.a. in het…

  • Fixed: RC522 RFID reader not reading (some) cards (Part 1)

    Fixed: RC522 RFID reader not reading (some) cards (Part 1)

    Some of the RC-522 RFID card reader modules that can be bought on ebay / aliexpress have a problem: they do not read all (types of) cards they should be able to read. In this blog post I want to explain how to recognize these faulty readers and how to fix them. (There is a…

  • Opgelost: RC522 RFID lezer leest (sommige) kaarten niet. (Deel 1)

    Opgelost: RC522 RFID lezer leest (sommige) kaarten niet. (Deel 1)

    Ik heb recent een probleem ontdekt met de RC522 rfid kaartlezer modules die men op ebay / aliexpres en dergelijk kan kopen: ze lezen sommige kaarten niet. In deze blogpost wil ik uitleggen wat het probleem is, en hoe het opgelost kan worden, in de hoop dat mensen die hetzelfde probleem tegenkomen daar wat aan…

  • How to enable Motion Detection Interrupt on MPU6050.

    The MPU6050 data sheet has a nice “marketing” section, claiming it has a DMP unit, and a couple of useful interrupts, among them a accelerometer event interrupt. However, how to actually use these features is not documented there. And I want to use the Motion Detection Interrupt (so I can put the host MCU to…

  • Fine motor skills?

    I did not know this was possible. The hollow core motors of a Cheerson CX-10 can actually be opened, and a new wire can be soldered to the brushes when the original one broke of. This started as a challenge, me stating it was impossible to open these motors without damaging them beyond repair and…

  • Python echo

    This adds a echo to a wav file. The file also gets louder, because the result is not normalized. (sample + 0.8*Othersample v.s. sample+0.8*Othersample/1.8). This is my first real experiment with DSP.  Maybe More Later(tm). Comments are welcome. (no registration necessary / pre-moderated by me) [sourcecode language=”python” wraplines=”false” collapse=”false”] """ Echo. Usage: python_Echo InpuFile.wav OutputFile.wav…

  • 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…

  • (Failed) Pea whistle experiment

    Well, not really failed, since every result is a result. I just found a way how this does not work. Two in fact. Okay, what’s this about? Oona Räisänen challenged her readers to construct a whistle that could transmit data using FSK. So, I thought about replacing the pea in a pea whistle with a…

  • ATX computer power supply current limit.

    (This post is also available in Dutch) For another project I’m tinkering with an old computer power supply. While I’m at it, why not see if I can build some crude current limiting. It does not need to regulate the current neatly, as long as it is short circuit proof. A LED on the 12V…