hardware emoji

Posts tagged with :hardware:

Leo
@Leo0
I'm a bit confused now. I don't know how to make the stack advance, and then go back if it's reading. I need to figure out bi directional shift registers I think. This is what I have so far
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e0f4fcbc-dacb-414d-be68-1ad979cfd220-stack_proto_.png
thinking emoji
hardware emoji
Leo
@Leo0
Now I have everything I need to start making the stack!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/b2147ed6-f5f0-4fa1-8913-002d1ad0cee3-4_bit_comp___with_math_core__wip__1_.png
hardware emoji
karmanyaahm
@karmanyaahm0
it should be illegal to remap ctrl+f to something else (in this case flip layers) when find is actually a meaningful function here
https://scrapbook-into-the-redwoods.s3.amazonaws.com/dcd10d88-b5b0-4765-a593-bcee7ca4cc4a-image.png
pcb emoji
hardware emoji
matthew
@matthew0
Passport-based door opener
blob_omg emoji
roo-yay emoji
wom emoji
hardware emoji
karmanyaahm
@karmanyaahm0
LCSC order for Chessbot came in!!!!!!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/6c0a6cf1-b505-40d5-abfc-1a3c0c2fd6de-pxl_20240308_180934660.jpg
Aram
@Aram0
๐Ÿšข ANOTHER WEBSITE SHIP ๐Ÿšข I shipped 3 new pages for my website! The first one is a photos page, it pulls automatically from my Flickr for the photos and uses static images as fallback. The second one is a blog, it uses markdown files and tailwind typography for rendering them nicely! The third one is super simple but its a stack page, It includes the tools I use. Hardware and software! The website is written in :nextjs: Next.js and :tailwind: Tailwind CSS. It's all open source! โญ it on GitHub and live on aram.sh
https://scrapbook-into-the-redwoods.s3.amazonaws.com/356954c2-3c84-4406-8d1a-d02d5937d741-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/3aa4c7e8-6e67-4967-861d-3cca7d109df9-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/86f52934-d3ce-4771-b295-a54c171b19bd-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/acf24e6a-b7b4-449b-acde-0bfd82870189-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/71aa43726029a36799259ed104cfb8758c20049951f5a659b1f28259ad78af04/4abb2e3c-82b8-4d10-953b-2eb29f3f1bee.png
dav
@dav0
Day 7 of #10-days-in-public Implemented all the fixes I mentioned yesterday. Unlike yesterday, the game is actually stable, so I can jump around like a monkey. Spent around 30 minutes wondering, "why does my variable keep magically changing." "Ah! It must be UB or a memory violation" (unspoken words of a rust programmer). Long story short, it was because I set a variable as true when it should have been false :peefest:.Tomorrow there are two big features I've been putting off since day 1. Sound: trowel doesn't support sound, and although I gave it a crack on day 4, I made no progress. Optimization (which will be my next main focus): I can jump around smoothly, but not on hardware. This will involve trimming out floating point numbers (which aren't natively supported on RP2040), caching/reusing rendering data, and some screen drawing optimizations suggested on the trowel github. Another black magic option is to try out unlocking the second RP2040 core, but I have no clue how to do that. EDIT: You can completely disregard my last sentence. embassy.dev is a rust async executor for embedded systems (meaning easy multithreading) and it has a module for RP2040 :tw_smile:, so excited to try it out. Long live the crab language.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/0d426e67-1f8a-4af8-a83f-f59222eb47e1-bruh.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/538c18dc-ab39-45dc-a7c7-f8b87e087db4-game.gif
AidenRheem-U04FRJE5L5Q
@AidenRheem-U04FRJE5L5Q0
#10-days-in-public, Day 6!, Today I watched another episode of Fusion 360 tutorials and completed the 3D design for my monitor light bar! Currently, I am working on the Arduino code now to make the light switch colors based on a touch input on a sensor!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ac3bc327-02f1-4f2c-a417-63801661a5ee-screenshot_2024-02-20_at_11.52.08___am.png
wom emoji
goose-honk-technologist emoji
hardware emoji
10daysinpublic emoji
dav
@dav0
Day 5 of #10-days-in-public A bit late tonight (shame), but got some good work done. First of all, I fixed the deterministic rng problem by having a seed screen that randomizes the seed using user inputs and time. I also implemented the obstacle rendering optimization I talked about on day 3. However, with all of this, there's one big problem! Text rendering and 3D rendering work separately. 3D rendering is done using a rasterizer that writes to a framebuffer. This framebuffer is then blit to the screen every frame. Text rendering is directly blitted to the screen directly using embedded_graphics . This causes major flickering when the framebuffer overlaps the text (only on hardware). The solution in my mind is to keep a small area of the screen for text and the rest for the framebuffer. In other words, I'm going to sweep this problem under the rug. Anyway, I'm very happy with how everything's turned out so far. Even with completely disregarding embedded performance, it runs just fine on hardware :tw_smile:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/72cea67d-a4fc-4d66-b877-24af9adb761b-rng_screen.gifhttps://scrapbook-into-the-redwoods.s3.amazonaws.com/410c1f99-6c79-44ec-89d9-88a09af9b820-o.gif
wom emoji
10daysinpublic emoji
hardware emoji
sprig-dino emoji
Scott170
@Scott1700
Day 3 of #10-days-in-public I fully decided I will use an arduino nano after researching in the hopes of it being lightweight enough for servos to hold up. I started on the pcb design and it will most likely end up looking like this:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/bd5c4d17-fa43-46e9-adc4-92a5f2d93aaf-image.png
wom emoji
pcb emoji
10daysinpublic emoji
hardware emoji
NikosTsilas-U04N415FE4T
@NikosTsilas-U04N415FE4T0
Day 3 #10-days-in-public I chose some colors for my website and added a table for the Arduino lesson index. I didn't have the time to do many things, unfortunately, I had (and I have) to go somewhere. Tomorrow is the big day, I will start making some lessons (I hope to make them as interesting and useful as possible).
https://scrapbook-into-the-redwoods.s3.amazonaws.com/9614ed6a-3af6-4fc1-9fd6-54489ae6fd30-screenshot_2024-02-17_175606.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/9f38988a-5622-4f1a-a856-18fa6a056140-screenshot_2024-02-17_180026.png
V205
@V2050
day 2 of #10-days-in-public trying to understand low power module thingy I lost some changes from yesterday ๐Ÿ˜ž Arduino thingy
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5dbbbd38-a310-446d-a695-9ea232e8a4ff-screenshot_2024-02-16_at_1.03.44___pm.png
V205
@V2050
day 1 of #10-days-in-public learning about converting datatypes in C++(arduino), need to fix some bugs for printing things trying to convert floats to char(I think) and get rid of Strings and use strings
https://scrapbook-into-the-redwoods.s3.amazonaws.com/bdb30f01-72ef-4549-99cd-90e099e6d9d8-screenshot_2024-02-15_at_1.43.38___pm.png
hardware emoji
c emoji
10daysinpublic emoji
karmanyaahm
@karmanyaahm0
I got mad at Linux so doing a little hardware now. My first fully-from-scratch 3d model since I got my new printer, so pretty excited
https://scrapbook-into-the-redwoods.s3.amazonaws.com/86557235-0712-424d-9c2b-865326ea8837-img_20240129_223424.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/35747dc2-233d-45e8-b499-30e858448c7d-pxl_20240130_043352310.jpg
karmanyaahm
@karmanyaahm0
Spent like 4 hours debugging drivers, cuz apparently 2 of the drivers had some weird ground or capacitance issue where vref (for current limit) only worked when I had my finger (or multimeter probes :angry-dino: near it). So the motor didn't move unless I had my finger near the board. Ended up fixing it by switching to a 3rd driver which was apparently just fine?????
hardware emoji
Kieran
@Kieran2
finished soldering and testing my half size led cube! now to wire it all up to a rpi or pico tomorrow!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/f0c118ec-a126-4862-b8b0-19881ea9e06f-15186.png
wom emoji
hardware emoji
Micha
@Micha0
JLCPCB emailed me to say that the buttons on my E-Fidget PCBs have pins outside of the solder pads (red is good, yellow is bad), how's your day going? (I YOLO'ed it, it'll be fiiiine. Right?)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/7f4edb0e-ce52-4348-9498-1d014d0e8a87-image.png
hardware emoji
Kieran
@Kieran2
r1x70 has arrived for my first major hardware project, "project amber waves"
https://scrapbook-into-the-redwoods.s3.amazonaws.com/46d44544-b3e1-4642-b295-7c627ea2e519-photo_jan_8_2024__1_.jpg
sam
@sam0
Did some of the things I've procrastinating on for a long time! I cleaned up my workspace and installed some fume ventilation!! :partyparrot: Bought some of the small storage drawer things, they are so good for small components and can be fully pulled out for use. Also got some small bins as catch-all storage when I'm building stuff, those fit in really nicely in the drawer I already had. Also sorted some stuff into my SKADIS pegboard, it's amazing and I'm going to 3D print more stuff to go on there! CAD-ed and 3D printed some parts using Fusion 360 to connect up some flexible plastic ducting from home depot. Also made a mount for my air purifier (it only filters PM2.5 so not too useful on its own) to connect it all together! Originally, I had another duct for my Resin 3D printer's fumes, but a ribbon cable broke in there so I'm coping right now. It works! No more solder fumes in my face!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/f1a7f75d-465e-4908-a749-77f447187980-img_3760.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/e59d3abf-b87a-4b4f-9133-29f51d7825e6-img_3761.jpg
Tom
@Tom0
It runs on real hardware
https://scrapbook-into-the-redwoods.s3.amazonaws.com/80894593-d999-48c3-8e9d-3fef7493a208-img_20231230_190705.jpg
hardware emoji
leom
@leom0
Made a few minor but well past due updates to my solar website. Also upgraded some of the hardware so I can view the battery and solar panel stats on my phone! (not pictured)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/3f8f434c-feb0-49f9-8edb-40cb659b9fa6-image.png
sprig-dino emoji
hardware emoji
ShawnMalluwa-U04BBP8H9FA
@ShawnMalluwa-U04BBP8H9FA0
procrastinating my sociology paper so hard that i finished my redesign of the blot pcb mount instead
https://scrapbook-into-the-redwoods.s3.amazonaws.com/f9d3a5a9-be0d-47d9-a85b-b4fb29dcb7b5-image.png
eyes_shaking emoji
hardware emoji
Averse
@Averse0
More progress on my Uno compatible board! Thinking about switching the MCU for a more powerful one(thanks to @V205 in #hardware for suggesting that I switch).
https://scrapbook-into-the-redwoods.s3.amazonaws.com/cb8cd0ae-8988-4810-9e7c-40ca66eb91e1-screenshot_from_2023-11-28_16-14-58.png
thinking emoji
hardware emoji
onboard emoji
Domsson
@Domsson0
My OS running on real hardware. Now it has a functional PS/2 keyboard driver and a very basic (unfinished) shell.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/b0b92927-5d84-429b-8e07-99672c120842-20231127_224208.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/9a2cb1f5-9c58-4ae5-928b-bcd2565c24b3-20231127_223905.jpg
linux emoji
hardware emoji
Averse
@Averse0
Unfinished wiring for USB-to-serial chip(ATmega16U2-MU) for my Arduino Uno compatible board I'm making!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/bfcc7c67-955c-4f51-9086-d02889fb20ef-screenshot_from_2023-11-27_16-46-08.png
hardware emoji
onboard emoji
Tom
@Tom0
Made a full adder in my web digital logic simulator
https://scrapbook-into-the-redwoods.s3.amazonaws.com/25ad0b8d-ca37-440b-9719-5832aafaeaba-sni__mek_obrazovky_2023-11-22_v__15.34.49.png
upvote emoji
hardware emoji
DarrenLau
@DarrenLau0
Just finished experimenting with point to point networking
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5356f1a2-5595-4582-a4c2-8e99cef08e8e-img_20231105_061456.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/3bf3ce63-1d21-47a3-b22b-7c694857b482-img_20231105_061503.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/d34feb97-c65e-43f4-b749-d2ad650a0a1f-img_20231105_072841.jpg
hardware emoji
Tom
@Tom0
After some debugging i got my os to work in real hardware and it worked better that i expected (i did find a bunch of bugs)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/27312602-caea-4c6b-986f-d4517d8a822f-obrazek.png
hardware emoji
dino-debugging emoji
muirrum
@muirrum0
halfway done soldering my printers new stepper driver!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/22655e27-7113-47f5-8f9a-e37383dc8402-pxl_20231017_180819264.mp.jpg
hardware emoji
pcb emoji
ShubhamPatil
@ShubhamPatil0
shopping list item: survive physics :duck-duck-dino-orpheus:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ba593470-3071-4e5a-be5d-6158d9c5039c-img_20231017_001651.jpg
IceChes
@IceChes0
A different photo because scrappy didnโ€™t want to work
https://scrapbook-into-the-redwoods.s3.amazonaws.com/cba12717-ca4a-4357-864f-f066d163cbd3-img_5757.jpg
8bit-heart emoji
hardware emoji
Tom
@Tom0
Just got an Arduino!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/be26773b-0336-4142-b235-1d5a1f767efb-img_20231004_120341.jpg
rivques
@rivques0
This is the TOTKey, a tool that generates time-based one-time passwords (TOTPs) for 2-factor authentication. I don't always have my phone when I want to log into an account, so I built this. It's an RP2040-based #onboard PCB with a 128x32 OLED screen, a real-time clock, and a few buttons. The board runs CircuitPython, but it's all managed via WebSerial and a web interface at rivques.dev/random-raw-files/totkey.html.
Evan
@Evan0
made a hack club in-n-out sticker as part of my 100 days shopping list! thanks for the feedback @sarahcha and @reesericci!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/4910b7ac-80d8-40bc-b803-8082f6095c33-hackclubburger.png
sahitid
@sahitid0
my 100-days shopping list :heart_hands:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/860b3d6d-40bd-4d60-9d00-a60ffaa01191-img_2245.jpg
karmanyaahm
@karmanyaahm0
Taking apart a fan to try to backdrive LEDs from its rotation step 1
pcb emoji
hardware emoji
summer-of-making emoji
Micha
@Micha0
Repainted my soldering iron today 'cause the paint was getting chipped ๐Ÿ™‚
https://scrapbook-into-the-redwoods.s3.amazonaws.com/3dcd9ab8-db4e-4515-9193-4933d293db50-pxl_20230827_121150259.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/f05dd68f-848e-4ae7-a041-aa3b6430179f-pxl_20230827_121142644.jpg
karmanyaahm
@karmanyaahm0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/1876f004-d11a-4a8f-a704-e752bade1ac7-pxl_20230726_151827301.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/e0ecfb70-dd5f-48e5-b206-a4173e291126-pxl_20230726_151333925.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ec9e6176-4e8e-4cf4-8000-155982b12201-pxl_20230726_151853422.jpg
pcb emoji
hardware emoji
summer-of-making emoji
MasonMeirs-U03V4686P9N
@MasonMeirs-U03V4686P9N0
playing the GameBoy game I made on real hardware :)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/881c1e63-c1ee-4a7f-9531-9dcec0f5a05b-img_6678.jpg
msw
@msw0
Right now Iโ€™m working on creating a pair of LED glasses from scratch for #onboard with a completely custom designed-PCB. Once I finish the design and get a working prototype in the mail, Iโ€™ll make a tutorial. The way it will work is that each eye has a grid of LED lights on it, and you will be able to program it to flash pretty patterns while theyโ€™re on your face. The glasses themselves are purely PCB boards, no extra components (so there is a front piece in the shape of sunglasses that go in front of your eyes, then 2 PCB pieces that go behind your ears and hold that front piece to your face. Over the weekend I had a call with @ky200617 to help me figure out how to lay out the components because I had trouble fitting them all, so now Iโ€™m spacing all the parts out to make it easier to route them. Iโ€™ve removed all the wires from the design, and will be starting the wiring from scratch. Also, youโ€™ll see the neopixels gone from the board- now Iโ€™m going to wire up the rest of the board first before laying out the LEDs.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/aa8d1e21-62e2-476d-9756-4598358663ae-before.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/5f832fa2-7734-42d5-8877-a6882289addc-after.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/79332873-16a6-416f-8286-a1429ba74090-adafruit_products_2945limorgif_big__1_.gif
sarahcha
@sarahcha0
set up arduino ide!!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/2c901c22-1d54-4a5a-bc15-87e5103b5e60-screenshot_2023-07-15_at_6.59.01_pm.png
hardware emoji
msw
@msw0
Iโ€™m working on my LED glasses today & now Iโ€™m placing the components. Had some issues with the size of the battery holders, so I found some smaller ones to hold 4 AAA batteries.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/940543e4-c947-4fb3-b136-176823d9b812-schematic_rp2040-flash_2023-07-11.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/67b53530-f665-4257-ad74-969072d4f9f8-screenshot_2023-07-11_at_14.35.59.png
hardware emoji
sarahcha
@sarahcha0
trying out arduino nano BLE 33!! itโ€™s really cool :)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/04571472-2b67-4e35-8baa-51e79b4e463a-screenshot_2023-07-10_at_5.39.04_pm.png
hardware emoji
cooll-dino emoji
leom
@leom0
Yay my third round of PCBs came! Time to solder my mini macropad together! (Thanks to OSH Park for the beautiful after-dark PCBs!)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/71232c3a-e789-435b-b9d7-c6b0e1845af6-e033fc8f-0bcb-4e5b-bdd3-b1cf1cef432c_1_102_o.jpeg
hardware emoji
sam
@sam0
Another day of :shad: Shad! Spent most of today at ๐Ÿ‡จ๐Ÿ‡ฆ Southern Alberta Institute of Technology aka SAIT! Took the Calgary C-Train ๐ŸšŠ there and back. Really nice campus and learned tons with pipe soldering and hydraulics! ๐Ÿ› ๏ธ
https://scrapbook-into-the-redwoods.s3.amazonaws.com/d207ad91-e66d-4349-be76-707e7db02d07-img_2917.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/21436c87-81d1-4cb1-9eb1-4258e1c888a3-img_2925.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/a65684e4-7bb2-44ad-aa57-cf18da5e3d80-img_2926.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/5695e5ce-f777-4fe0-aa28-0c81c6ae9205-img_2921.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/da8e5c13-f97b-451f-bee4-a7f1085e3e7b-img_2920.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/51cb71f8-ee61-4b26-a360-d595baa374da-img_2919.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/5553148b-59c0-4865-ba31-09203cdc3b0f-img_2932.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/6b32b335-da63-4764-9135-7524da4f8471-img_5175.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/7b5713e0-3d12-4dd1-80f3-074393c0ea9b-img_2923.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/f429dee7-40a1-4efd-b7aa-6010bf66ec8a-img_2937.jpg
hardware emoji
c emoji
SamratBose
@SamratBose0
Any guesses? Hint- servo motor, Arduino Uno and TCS230
https://scrapbook-into-the-redwoods.s3.amazonaws.com/f71c2bdb-91e6-4293-a5a4-3efbaa91b52b-img_20230701_121721912.jpg
hardware emoji
summer-of-making emoji
m04
@m040
Dear ImGui running on a teensy!! Just need to get the hardware write time down somehow, but even as is it's quite usable
https://scrapbook-into-the-redwoods.s3.amazonaws.com/bec96dd8-2464-4660-95ba-d5819e43ce4e-pxl_20230528_052244675.jpg
hardware emoji
karmanyaahm
@karmanyaahm0
Day 99? of Winter Hardware Wonderland - Project Oreo Custom Rubber Ducky I left a parting gift for my CS teacher. Next year 1st pd CS will find this beauty.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/75756850-8c68-467c-86e2-6d7e73c34d14-pxl_20230523_180446149.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/e7c0e36b-d935-4fa6-81dd-19a5b09f59f3-pxl_20230523_180402220.mp.jpg
oreo emoji
hardware emoji
spring-of-making emoji
winter-hardware-wonderland emoji
rubber_duck emoji