home.social

#tigard — Public Fediverse posts

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

  1. Community Warehouse the #Portland area furniture bank that I support (with $, goods & my time) has a special opportunity to buy up to 854 new full-size mattresses for our clients at only $40 each. They have "already raised $13,189—enough to secure 329 mattresses that are already in our furniture banks and heading into homes."

    If you're able to help them buy more like I did, please use this link. #pdx #Tigard #Gresham #FurnitureBank

    communitywarehouse.org/march-m

  2. I finally published the 3D model for the case I made for and : printables.com/model/1422538-t
    It's not perfect (I need to add some fixing for the cables on the right side) but it's quite usable

  3. #Privileged #tRumpers from #Washington apparently think that their two-story car crusher requires two spaces to park. Either that or they simply can’t operate a motor vehicle for shite. This is in front of PetSmart in #Tigard, #Oregon. The obese pos went into the Winco
    grocery instead coz they have relatively cheaper food prices. Not that he appears to have missed many meals.

  4. #Privileged #tRumpers from #Washington apparently think that their two-story car crusher requires two spaces to park. Either that or they simply can’t operate a motor vehicle for shite. This is in front of PetSmart in #Tigard, #Oregon. The obese pos went into the Winco
    grocery instead coz they have relatively cheaper food prices. Not that he appears to have missed many meals.

  5. 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