home.social

#hardwarehackers — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hardwarehackers, aggregated by home.social.

fetched live
  1. The random thing I am grumpy about today is datasheets that don’t provide nominal dimensions :/ #electronics #hardwarehackers #manufacturing

  2. The random thing I am grumpy about today is datasheets that don’t provide nominal dimensions :/ #electronics #hardwarehackers #manufacturing

  3. I decided that we need a better development setup for Black Magic Probe v3. I designed a little breakout carrier. We will likely spend some quality time with a debugger hooked up to it so I think it will be a worthwhile. The SMT threaded inserts are really nice. I also 3D printed a base to keep the TH pins from scratching the table. ;) #embedded #development #hardwarehackers #electronics #debugging #kicad

  4. I decided that we need a better development setup for Black Magic Probe v3. I designed a little breakout carrier. We will likely spend some quality time with a debugger hooked up to it so I think it will be a worthwhile. The SMT threaded inserts are really nice. I also 3D printed a base to keep the TH pins from scratching the table. ;) #embedded #development #hardwarehackers #electronics #debugging #kicad

  5. Hey everyone! We have some great news! The @hextreeio ( aka. @stacksmashing and @LiveOverflow ) Faultier and GlitchTags are now also available in the German (EU) store! Get them now it is only a small initial batch! 1bitsquared.de/products/faulti #electronics #infosec #hardwarehackers #hardware #embedded #glitch

  6. Hey everyone! We have some great news! The @hextreeio ( aka. @stacksmashing and @LiveOverflow ) Faultier and GlitchTags are now also available in the German (EU) store! Get them now it is only a small initial batch! 1bitsquared.de/products/faulti #electronics #infosec #hardwarehackers #hardware #embedded #glitch

  7. For my defense I did not have the time or energy to ask them what the hell and just rolled with it. I now pay the consequences of having to shuck 500 of these dumb panels :/ (they arrived in three massive boxes, such a waste of resources I feel bad :( ) #electronics #opensource #fpga #hardwarehackers #manufacturing

  8. For my defense I did not have the time or energy to ask them what the hell and just rolled with it. I now pay the consequences of having to shuck 500 of these dumb panels :/ (they arrived in three massive boxes, such a waste of resources I feel bad :( ) #electronics #opensource #fpga #hardwarehackers #manufacturing

  9. First batch of @hextreeio Faultiers and GlitchTag are packed for shipping! More will go out as soon as we receive the next batch of boards! :) 1bitsquared.com/products/fault #electronics #hardwarehackers #opensource

  10. First batch of @hextreeio Faultiers and GlitchTag are packed for shipping! More will go out as soon as we receive the next batch of boards! :) 1bitsquared.com/products/fault #electronics #hardwarehackers #opensource

  11. Hey everyone! We have some great news. We at 1BitSquared started a collaboration with @hextreeio ( aka. @stacksmashing and @LiveOverflow ). We are now offering the Faultier power glitch tool and Glitch Tag targets! They work great with @hextreeio hardware security courses. 1bitsquared.com/products/fault #electronics #infosec #hardwarehackers #hardware #embedded #glitch

  12. Hey everyone! We have some great news. We at 1BitSquared started a collaboration with @hextreeio ( aka. @stacksmashing and @LiveOverflow ). We are now offering the Faultier power glitch tool and Glitch Tag targets! They work great with @hextreeio hardware security courses. 1bitsquared.com/products/fault #electronics #infosec #hardwarehackers #hardware #embedded #glitch

  13. hardwear.io (hardwear.io/usa-2023/):

    🛰️Calling out to share your latest research not just limited to embedded systems security, IoT, 💽integrated circuits

    ⚠️Call for Paper is open till 10th Aug ⌚t.co/JDD8L7LSME

    t.co/f0jRVvEioz

  14. Am Samstag den 25.02. findet ein offener Lötkurs für Kinder und Jugendliche ab 12 Jahren im Martin-Luther-Haus statt (Obermarkt 13, 55232 Alzey). Der Kurs findet von 10 - 18 Uhr statt. Die Veranstaltung wird im Rahmen der LEADER Förderung kostenlos angeboten. Alle benötigten Materialien werden zur Verfügung gestellt.
    #hardwarehackers #cccregio #alzey #cta

  15. Am Samstag den 25.02. findet ein offener Lötkurs für Kinder und Jugendliche ab 12 Jahren im Martin-Luther-Haus statt (Obermarkt 13, 55232 Alzey). Der Kurs findet von 10 - 18 Uhr statt. Die Veranstaltung wird im Rahmen der LEADER Förderung kostenlos angeboten. Alle benötigten Materialien werden zur Verfügung gestellt.
    #hardwarehackers #cccregio #alzey #cta

  16. As I basically drowned on Twitter, let's try here to see if someone can help me out: what would be the cheapest possible device that has some kind of location (GPS etc), some kind of display and some kind of input?

    Context: I created whenwhere.cf as a proof of concept for hopefully some day creating a cheap device for addressing in the poorest regions, when phones are a luxury. Having cheap navigation and addressing without map or internet dependency can hugely improve people's lives.

    #OLN #GPS #navigation #PlusCodes #HardwareHackers

  17. Several years ago I purchased a second-hand PED. It was before the contactless ones became widespread. (At least in the UK 😂​) I took it apart to see what kind of anti-tamper mechanisms it had.

    #Ingenico #hardwarehackers

  18. I am not sure what to do with this exactly but because Mastodon gives me enough space that I can go beyond just sharing a link to a new blog post, I want to make use of that.

    The TL;DR is:

    I wanted to learn how to program an #atmega328p using existing gear I had on hand rather than buying a programmer. It can be done with a #Tigard but I couldn't find all of the information I needed to do so in one convenient location, so this blog post is the information that I needed pulled together.

    If you have a #woprsummit 0x01 badge and you're not sure how to program it, there might be some useful information in there for you. Maybe you can use it as a basis for figuring out how to do it with another device.

    Maybe you've got a different #avr microcontroller but you're not sure how to program it.

    The basic steps are:

    1. Set correct target board in #Arduino IDE
    2. Export compiled code from Arduino
    3. Wire Tigard JTAG header to target board’s ISP header according to the diagrams
    4. Select JTAG on Tigard mode switch
    5. Select desired voltage on Tigard
    6. Plug in Tigard via USB-C
    7. Set fuses - avrdude -C +tigard.conf -c tigard -p atmega328p -U lfuse:w:0xFF:m -U hfuse:w:0xDA:m -U efuse:w:0x05:m -> Note different fuses may be needed depending on device config
    8. Upload code - avrdude -C +tigard.conf -c tigard -p atmega328p -U flash:w:/path/to/firmware.ino.with_bootloader.standard.hex

    There's also some bonus info in there about integrating the Tigard with Arduino IDE.

    The Tigard was designed (at least in part) by @securelyfitz

    I believe the WOPR Summit badge was designed by @dntlookbehindu and @kismetwireless .... at the very least they're the ones that were helping out on Discord with questions.

    You can learn more about WOPR Summit here: woprsummit.org

    #HardwareHacking
    #HardwareHackers
    #BadgeLife

  19. I am not sure what to do with this exactly but because Mastodon gives me enough space that I can go beyond just sharing a link to a new blog post, I want to make use of that.

    The TL;DR is:

    I wanted to learn how to program an #atmega328p using existing gear I had on hand rather than buying a programmer. It can be done with a #Tigard but I couldn't find all of the information I needed to do so in one convenient location, so this blog post is the information that I needed pulled together.

    If you have a #woprsummit 0x01 badge and you're not sure how to program it, there might be some useful information in there for you. Maybe you can use it as a basis for figuring out how to do it with another device.

    Maybe you've got a different #avr microcontroller but you're not sure how to program it.

    The basic steps are:

    1. Set correct target board in #Arduino IDE
    2. Export compiled code from Arduino
    3. Wire Tigard JTAG header to target board’s ISP header according to the diagrams
    4. Select JTAG on Tigard mode switch
    5. Select desired voltage on Tigard
    6. Plug in Tigard via USB-C
    7. Set fuses - avrdude -C +tigard.conf -c tigard -p atmega328p -U lfuse:w:0xFF:m -U hfuse:w:0xDA:m -U efuse:w:0x05:m -> Note different fuses may be needed depending on device config
    8. Upload code - avrdude -C +tigard.conf -c tigard -p atmega328p -U flash:w:/path/to/firmware.ino.with_bootloader.standard.hex

    There's also some bonus info in there about integrating the Tigard with Arduino IDE.

    The Tigard was designed (at least in part) by @securelyfitz

    I believe the WOPR Summit badge was designed by @dntlookbehindu and @kismetwireless .... at the very least they're the ones that were helping out on Discord with questions.

    You can learn more about WOPR Summit here: woprsummit.org

    #HardwareHacking
    #HardwareHackers
    #BadgeLife

  20. Working on some new #Christmas animations for my #Disneyland #rgbled Ears tonight. 🎧🐭😁 #hardwarehackers (_Also FAA Approved landing light theme _😅)

  21. @craftyjon I commente it on your other account. But look in my follows list. You should be able to find some #hardwarehackers in there to follow ;)

  22. @craftyjon also see my follows list. I am for the most part collecting #hardwarehackers :)

  23. Any recs for a particulate air quality sensor? Last year it was popular (cheaper?) to replace the PCB in an IKEA Vindriktning, but the price has gone up and the PM1006K sensor it uses is a lot worse than laser particle counters. Looking for something available, cheap is a bonus.

    #hardwarehackers #maker #embedded #IoT

  24. @esden Happy to be here <3

    I like that name! Less overlap with "tech" folks, and more people with soldering irons. I'll have to use it from now on! #hardwarehackers