Hackaday.io Hackaday.io
Projects
Discover Contests Courses Stack
More
Courses Tutorials Events Hackerspaces Hackaday.com Tindie Marketplace
Sign up Log in
Close
0%
0%

Alex

Alex

Europe - Germany
Following Follow me
Send a private message
Similar accounts worth following
121 Followers
52 Following
39 Projects
  • Projects 39
    • View All
  • Contributions 9
    • View All
  • Lists 1
    • View All
  • Pages 4
    • View All
  • Following 546
    • View All
  • Bits 27
alex
Send a private message

Who I Am

Electrical Engineer from Germany

Why I'm on Hackaday.io

Share, see, like, comment good projects

.

electronics
  • Twitter
  • Bitbucket
  • GitHub
  • YouTube channel
  • Instagram
  • Mastodon
  • Ko-Fi

This user joined on 04/04/2015.

My Projects

14.2k
121
41
120
Remake of the TIL311 hex LED display with recent technology.
Project Owner Contributor

PICTIL

alexAlex

7.9k
108
28
110
Modern take on TIL311 and reimagination of #PICTIL optimized for easier production and lower part count
Project Owner Contributor

reTIL

alexAlex

9.9k
1.6k
20
93
Mini (1.44'' x 0.94'' or 24mm x 37mm) 8X16 RGB LED Array. 128 RGB LEDs with three LED chip each gives 384.
Project Owner Contributor

384:LED

alexAlex

  • The 2015 Hackaday Prize
32.5k
138
33
75
PCB for fast development with ESP-07 / ESP-12 with on board USB to Serial converter and on board lipo charge / protection circuit
Project Owner Contributor

ESP8266 (ESP-07/12) Dev Board

alexAlex

5.7k
76
20
75
Ultra tiny (15.8mm x 14.8mm) smart USB RGB LED display/matrix
Project Owner Contributor

192:LED redesign

alexAlex

  • The 2018 Hackaday Prize
3.7k
54
1
50
A alternative approach to create a multi digit 5x7 LED Matrix Display
Project Owner Contributor

reDOT_Matrix

alexAlex

View all 39 projects

Projects I Contribute To

  • Tindie
7.3k
454
7
261
A place for Tindie sellers and the community to meet and stretch their legs
Project Owner Contributor

Tindie Dog Park

tindieTindie

12.7k
503
88
140
Hackaday Europe SuperCon // Belgrade, Serbia // April 9 2016
Project Owner Contributor

Hackaday | Belgrade

aleksandar-bradicAleksandar Bradic

  • The 2017 Hackaday Prize
3.2k
520
30
53
A cheap, small module that displays two 7-segments digits with simple multiplexing
Project Owner Contributor

4014 LED minimodule

yann-guidon-ygdesYann Guidon / YGDES

  • 2021 Hackaday Prize
6.8k
853
7
46
A DIY digital stereo-microscope. Low cost. Open source software and hardware. For electronics inspection, soldering work and more.
Project Owner Contributor

Stereo Ninja

fablab-mnchenFabLab München

2k
62
12
45
Now with more Benchoff
Project Owner Contributor

Hackaday Omnibus Vol 0x3

aleksandar-bradicAleksandar Bradic

1.2k
37
32
34
We had a Hackaday Assembly at 35C3. Thanks to everyone who was there or came by!
Project Owner Contributor

[Hackaday] @ 35C3

elliot-williamsElliot Williams

View all 9 projects

My Lists

LED Matrix Projects

so much LEDs

Curated by Alex

27
29

My Pages

  • Mentions on Hackaday.com and other articles

    02/08/2021 at 22:42 • 0 comments

    Because I lost track...I want to keep this list...may missing some older ones. If you know of one missing please notify me.

    2021-02-08 A Modern Homage To The TIL311 Display

    2020-12-24 Discrete LEDs Make A Micro Display

    2020-01-03 Hackaday Podcast 048: Truly Trustworthy Hardware, Glowing Uranium Marbles, Bitstreaming The USB, Chaos Of Congress

    2019-01-10 35C3: Biggest Communication Congress, Yet Little Chaos

    2017-05-06 Hackaday Prize Bring-a-Hack Munich Was Great

    2016-06-12 Tiny Tiny RGB LED Displays

    2015-10-02 The Square Inch Project Challenges Your Layout Skills

    2015-10-14 ASCII Games, Chiptunes, Hacker Celebrities At Hackaday Prize Worldwide Berlin

    2015-06-19 Hacklet 52 – Breakout Board Projects

    on hackster.io

    This Modern Day Take on the TIL311 Shines a Light on How to Deal with Part Obsolescence!

    If Imitation Is the Most Sincere Form of Flattery, Lixie Labs Should Be Flattered by the COPIXE!

    Build an Ultra Tiny Smart RGB LED Display Matrix with the SAM D21

    OSH-park Blog

    2021-02-03 This Modern Day Take on the TIL311 Shines a Light on How to Deal with Part Obsolescence

    2020-12-26 Discrete LEDs Make a Micro Display

    2018-02-04 reDot Smart 5×7 LED Matrix

    2016-12-19 reDOT: Tiny 5×7 LED matrix

    2016-06-13 Tiny Tiny RGB LED Displays — Hackaday

    2016-05-12 PICTIL: Remake of the TIL311 display

    2016-01-18 One Square Inch: more OSH Park shared projects

    electronics-lab

    https://www.electronics-lab.com/pictil-remake-til311-hex-led-display/

  • Xpress Evaluation Board

    03/02/2016 at 18:03 • 0 comments

    Some weeks ago I read this Article on Hackaday. Microchip did gave away some MPLAB Xpress Evaluations Boards. Here are some thoughts about this and the MPLAB Xpress browser based IDE. This page does not claim to be a full review just some thoughts (and I did not get paid for it).

    First as also written in the Hackaday article it is possible to get nearly set-up time free entrance to Microntroller development. It is possible to use this this board just with the online IDE and no need to download anything.

    The online IDE does work similar to the offline MPLAB X IDE. It also looks similar. But for me there is code completion missing (or at least not findable). After writing your code. You can compile it and download the hex file. But if you like to use the Xpress Code configurator you need to download some software. This should be included in the web application. Something else I did noticed is that you have the board connected if switching between two projects when using the code configurator and the online IDE.

    The code configuarator is a really nice tool for fast results. This tool was also new to me (I did work with PICs before). Because I did used PICs before, there was MPLAB X installed on my PC. The code configuarator is there also available as much smoother working plugin.

    Now to the Hardware. If there is a compiled hex file created by one of the IDEs, the programming of the board is very easy. The board is recognized as external flash drive. After copying the hex file onto it the PIC gets programmed and resets when ready. Very simple and easy to use. On the Hardware side it is very handy to have the potentiometer and four user leds onboard. Thesre is also a switch wich I did not used so far.

    I do like this board and this is a good way to learn more about PICs. So far did only use smaller PICs mostly for basic IO stuff. So this board is a good platform for further experimenting. But I will use the offline IDE the most time. The online IDE is useful if you do not use your own computer (or some small netbook) and want to change something quick.

    So faar my first expierencer with this board.

  • MEMTYPE testing

    01/24/2016 at 20:54 • 1 comment

    First test - 2016-01-24

    Today I plugged my #Memtype into my PC for the first time. Here I will write some words about the first impressions/ideas. This page will get updated when i am doing further tests.

    Positive Thinks:

    • Worked out of the box (Win7)
    • Nice and user friendly menu structure

    Negative Things

    • causes blue screen when unplugging while it was writing
      (only one time. I could not reproduce this, could have an other reason)

    Ideas for Improvements ( all meant constructive and not negative)

    • case! This could be much more handy with a case. So that you can put it on your key ring and carry it with you.
    • For testing this PCB USB plug is okay, I would replace it in a production run.
    • use right footprint for the ATtiny
    • use QFN ATtiny - this would be thinner and better to put in case
    • LED maybe dual color to indicate power/locked/unlocked

    So far to my first impression of Memetype. the next thing I will do is testing the mttoll software. And store some real data on it.




View all 4 pages

Projects I Like & Follow

454.5k
1.7k
214
1k
A controller for LCD/OLED screens with MIPI DSI interface. Arduino shield format, HDMI-to-DSI adapter & built-in framebuffer.
Project Owner Contributor

MIPI DSI Display Shield/HDMI Adapter

twltwl

  • The 2017 Hackaday Prize
329.9k
768
193
584
Cut out boxes and other stuff with a laser cutter
Project Owner Contributor

Boxes.py

florian-festiFlorian Festi

  • The 2016 Hackaday Prize
322.2k
3.9k
84
864
OpenSource 3D printable Robotic Arm
Project Owner Contributor

Thor

angellmAngelLM

  • The 2016 Hackaday Prize
222.2k
7.7k
186
1.1k
Hobby brushless motors are incredibly cheap and powerful. However we need a way to make robots out of them. ODrive is that way.
Project Owner Contributor

ODrive - High performance motor control

oskar-weiglOskar Weigl

175k
823
62
534
Cartesian PNP machine using Rails/Carriages for high speed and accurate part placement. Affordable open source pick and place is on the way.
Project Owner Contributor

DIY Pick and Place

anthonywebbanthony.webb

146k
642
48
544
Always jealous of people who could afford big Nixie Tubes, I rolled my own alternative with WS2812Bs and laser cutting!
Project Owner Contributor

"Lixie", an LED alternative to the Nixie Tube

lixie-labsLixie Labs

  • The 2016 Hackaday Prize
144k
6.1k
164
870
Mechaduino is an affordable, open-source, industrial servo motor. Position, torque, velocity, and custom modes. Arduino compatible.
Project Owner Contributor

Mechaduino

jcchurchjcchurch

  • The 2016 Hackaday Prize
137.9k
618
151
380
Fast RPi WiFi without USB
Project Owner Contributor

RPi WiFi

ajlittajlitt

127k
1.3k
86
674
A family of tiny robots, each with their own way of life.
Project Owner Contributor

Tiny robot family

shlonkinshlonkin

  • The 2015 Hackaday Prize
117k
1k
114
527
Designing an open source, modular bench power supply to rule them all.
Project Owner Contributor

Bench Power Supply

the-big-oneThe Big One

  • The 2015 Hackaday Prize
107.4k
749
76
359
A "dataless" Wi-Fi positioning system that can be used anywhere GPS can't.
Project Owner Contributor

SubPos Positioning System

blair-wyattBlair Wyatt

104k
1,484.3k
75
2.3k
Follow for the 'Hacklet' and latest news about hackaday.io
Project Owner Contributor

Hackaday.io Project

lutetiumLutetium

  • The 2018 Hackaday Prize
100.4k
4.8k
84
635
A smaller and cheaper open source brushless motor
Project Owner Contributor

PCB Motor

carl-bugejaCarl Bugeja

  • Hackaday Prize 2019
97.8k
969
64
710
Modular Open Source Hardware Tablet that is easy to hack and can run a standard Desktop Linux Distribution (or Android)
Project Owner Contributor

DLT one - A Damn Linux Tablet!

timonskutimonsku

  • The 2016 Hackaday Prize
95.9k
335
112
169
Open source firmware for Worx Landroid robotic mower.
Project Owner Contributor

Project 'Landlord'

daniel-wiegertDaniel Wiegert

79.4k
419
23
220
Project Owner Contributor

MC68000 Computer

benchoffBenchoff

73.6k
153
112
107
Turn cheap modules from AliExpress into interactive development kits!
Project Owner Contributor

eForth for cheap STM8S gadgets

thomasThomas

72.9k
3.1k
32
51
Thanks to the hardwork by Richard Sloan and Ivan Grokhotkov, we can now use Arduino IDE to write sketches that would run ON the ESP8266.
Project Owner Contributor

Arduino IDE for ESP8266 Quickstart Guide

hari-wigunaHari Wiguna

View all

Share this profile

Share

Bits

Log In/Sign up to comment

Become a Hackaday.io Member

Create an account to leave a comment. Already have an account? Log In.

Sign up with Github
Sign up with X
OR
lanli7096 wrote 02/25/2018 at 12:50 • point

hallo alex 

  Are you sure? yes | no

Michel Kuenemann wrote 04/21/2017 at 16:36 • point

Hallo Alex - Danke sehr für den Follow #ALithiumIonBMS - Schöne Grüsse - Michel

  Are you sure? yes | no

Eric Hertz wrote 04/21/2016 at 07:37 • point

Thanks for another follow! The PICTIL's looking pretty slick, too!

  Are you sure? yes | no

Eric Hertz wrote 07/23/2016 at 20:09 • point

And another! Thanks :)

  Are you sure? yes | no

Ryan Bailey wrote 04/11/2016 at 23:58 • point

Thanks for the follow! #Tiny Wireless Capsule Camera

  Are you sure? yes | no

Adrian wrote 04/02/2016 at 21:25 • point

Thanks for following #ChaiBot. Nice to see your remake of the TIL311. I still have some of the originals.

  Are you sure? yes | no

Michel Kuenemann wrote 03/21/2016 at 14:59 • point

Hello Alex,

Thanks for skulling my XSBO board. I am currently testing the very first proto and it works great. I have uploaded the Schematics, PCB drawing, Gerber file and the blinky test firmware.

By the way, the PCItil project is great. I have use TIL311 in the past (many years ago). Great memory. They were really usefull and handy when it came to indicate an Hex code. I am wondering if a version with an LPC812 in XSON package would not be possible.

Grüsse aus dem Elsass.

Michel

  Are you sure? yes | no

danjovic wrote 03/11/2016 at 21:20 • point

Thanks for folowing and for the skull to #Atari 2600 Paddle Controller Reloaded

  Are you sure? yes | no

Stefan Lochbrunner wrote 03/06/2016 at 13:00 • point

Thanks for skulling, Alex!

Yeah, it's really only a bit messy, almost negligible ;)

  Are you sure? yes | no

[deleted]

[this comment has been deleted]

Alex wrote 02/23/2016 at 11:57 • point

Thanks!

  Are you sure? yes | no

Roman wrote 02/13/2016 at 15:45 • point

Hi, thanks for the interest in my project. I hope I can keep you interested. I am a test and measurement junkie wondering if anyone else is :).

  Are you sure? yes | no

danjovic wrote 02/06/2016 at 17:37 • point

Thanks for the skull to #Oh Cheat! 

  Are you sure? yes | no

Patrick Van Oosterwijck wrote 02/03/2016 at 21:02 • point

Thanks much for the skull for my #LiFePO4wered/Pi project! :)

  Are you sure? yes | no

anthony.webb wrote 01/25/2016 at 21:37 • point

Thanks for following my PNP project!  Any feedback you have would be greatly appreciated!

  Are you sure? yes | no

Dave Vandenbout wrote 10/18/2015 at 14:33 • point

Thanks for the follow!

  Are you sure? yes | no

Stefan Lochbrunner wrote 10/12/2015 at 21:44 • point

Thanks for another skull Alex :)

  Are you sure? yes | no

Stefan Lochbrunner wrote 12/23/2015 at 14:25 • point

And another one! Thanks Alex! :)

  Are you sure? yes | no

Stefan Lochbrunner wrote 01/20/2016 at 22:05 • point

Thanks for the new skull & follow Alex! :)

  Are you sure? yes | no

danjovic wrote 10/07/2015 at 22:44 • point

Thanks for the follow !

  Are you sure? yes | no

Eric Hertz wrote 09/08/2015 at 03:54 • point

Howdy! Thanks for the follow! Feel free to join in on the fun and become a contributor! Nice chainable 7-seg LED, BTW!

  Are you sure? yes | no

Alex wrote 09/08/2015 at 07:13 • point

Thanks

  Are you sure? yes | no

Stefan Lochbrunner wrote 09/04/2015 at 15:37 • point

Thanks for skulling :)

  Are you sure? yes | no

Julian Labuschagne wrote 08/24/2015 at 11:02 • point

Thanks for the Skull on my AVR Dev board. Your projects looks very interesting I will definitely be following them. 

  Are you sure? yes | no

Michele Perla wrote 08/14/2015 at 08:22 • point

Thanks for the skull on #JACK!

  Are you sure? yes | no

Next

Become cool instantly

Create your Hackaday.io profile like Alex and many others

Going up?

About Us Contact Hackaday.io Give Feedback Terms of Use Privacy Policy Hackaday API Do not sell or share my personal information

© 2025 Hackaday