Arduino

  • 2D Xmas Tree PCB style

    2D Xmas Tree

    a little christmas decoration tree made out of a PCB, all parts are within the PCB, making it only 1,6mm in height!

  • Arduino IOTA Seed Generator

    Arduino IOTA Seed Generator

     Arduino IOTA

    The IOTA crypto wallet needs a 81 character seed that needs to be generated by yourself.

    This method here let a Arduino do the job and generate you the Seed with the Arduino random function:

    Arduino IOTA Seed Generator

  • Arduino Library Index Health Check

    Arduino Library Index Health Check

    Or, how well is it with the 6.000+ librarys in the Arduino Library Manager? 🤔

    Arduino Library Chart

    Let´s do some "Big Data" things, ask ChatGPT, make a couple of thausand API querys, and draw important looking charts! 😀

    (And here is also all whats needed to reproduce this by yourself)

  • Arduino RAM Overflow

    Arduino RAM Overflow

    heavy coding and with just another variable or after some seconds serial transmitting nothing works as used? surprised

    Could happen that you ran out of RAM, more special the SRAM as its called on the ATmega´s.

    Lets digg into it and look how to get it sorted!

     

  • Arduino UNO Mini Limited Edition

    Arduino UNO Mini Limited Edition

    Die Miniatur Version des Arduino UNO´s:

    Im November 2021 wurde zur Feier von 10 Millionen verkaufen Arduino´s die Limited Edition des Arduino UNO´s vorgestellt.

    Wie auf dem Arduino UNO arbeitet hier ein ATmega328P, jedoch in der SMD Version. Genauer gesagt im QFN Gehäuse. Dazu gibt es einen USB-C Anschluss, und achja, er ist nur 1/4 so groß cool

  • Arduino UNO R4 Wifi RTC

    Arduino UNO R4 Wifi RTC

    Arduino UNO R4 RTC

    Der Arduino UNO R4 Wifi benötigt für eine Echtzeituhr (RTC) nur eine Batterie, alles andere ist bereits auf dem Arduino UNO R4 vorbereitet!

  • Ecumaster EMU Arduino CAN Display

    Ecumaster EMU Arduino CAN Display

    ECUmaster EMU Arduino CAN Display

    Mit einem Arduino Teensy oder Nano kann man einfach über den CAN Bus mit der Ecumaster EMU sprechen.

  • ESP32 CAN Bus (TWAI...)

    ESP32 CAN Bus (TWAI...)

    Der ESP32 hat ein CAN Interface integriert, es ist aber nicht CAN-FD tauglich und wird deshalb TWAIgenannt.

    ESP32 CAN Bus test

    Die Espressif Arduino ESP32 integration bietet direkt Zugriff darauf, hier zeig ich wie das geht:

  • Hollow RGB XMAS Tree

    Hollow RGB XMAS Tree

    Hollow XMAS Tree made from WS2812 RGB LED´s and a Digistump ATTiny85

    Code and HowTo on my Github Page: https://github.com/designer2k2/xmas-tree

     

  • LoRa Eigenbau Sender

    LoRa Eigenbau Sender

    LoRa Arduino Dragino

    Wie baut man einen einfachen LoRa Sender? Es gibt mehrere Varianten, hier wird es mit dem Dragino LoRa Shield gezeigt.

  • MiniBot

    MiniBot

    simple and cheap Arduino Robot

    Code and some detailed information after the break

     

  • Xmas Schneeflocke mit RGB LED´s

    Schneeflocke mit RGB LED´s

    Ein Schmuckstück als Platine, die mit Sensoren die Umgebung erfasst und mit RGB LED´s und Ton reagieren kann 😀

    [ESP32, Arduino Nano 33 BLE Sense, WS2812, KiCad]