Close

866 Results for "Q%20%EC%95%88%EC%82%B0%EB%B8%94%EB%9E%99%EC%9E%AD%20CDDC7_C%D0%9EM%20%E2%97%86%EB%B3%B4%EB%84%88%EC%8A%A4%EB%B2%88%ED%98%B8%20B77%E2%97%86%EC%88%98%EC%9B%90%EC%9E%A5%EC%95%88%20%ED%94%84%EB%A1%9C%ED%86%A0%20%EA%B5%AC%EB%A7%A4%E0%B9%8F%ED%86%A0%ED%86%A0%ED%95%AB%ED%94%BD%E2%8F%AC%EC%98%A8%EB%9D%BC%EC%9D%B8%ED%99%A9%EA%B8%88%EC%84%B1%E0%BC%88FX%EB%A7%A4%EB%A7%A4%E2%8B%8D%EC%95%88%EC%82%B0%EB%B8%94%EB%9E%99%EC%9E%AD%EC%95%A0%EC%9A%A9%20thorough/"

  • 1st Log - 9/25/20

  • Hello, welcome to this project. At this point I've received all of the major components for this upgrade (motherboard, extra stepper, extruder frame blocks, hot end), and printed out all the needed mounting pieces. The only part I had to design from...
  • The bugs

  • One thing I've learned from this project is that programming in C keeps the programmer from lots of trouble - it generates the tedious parts of the assembly for you such as switchcase implementations, it assigns variable addresses for you, makes wise...
  • 04/20/22 - No Drugs References

  • Summary / What Is It?There are two projects that make the Voron line interesting to me.Firstly, I'm making my own printer that I designed every piece of (https://hackaday.io/project/184212-alice-3d-printer). I have a lot of respect for the Voron Design...
  • improved encoder reading

  • The software I'm modifying does an encoder read as follows: int rot = ((digitalRead(BTN_EN1) == LOW) << BLEN_A) | ((digitalRead(BTN_EN2) == LOW) << BLEN_B); // potentiometer uses grey code. Pattern is 0 3 switch (rot) { /** logic to interpret the value...
  • [E1][T][M] Tetent with 1440px screen?

  • 1440x1440px resolution at 125% scalingWhat the screen would look like on Tetent (but sharper). This already makes me think back to my Windows Vista on PSP days, but I'm mainly imagining the future present of quietly chilling in bed while trimming down...
  • Day2: more exploration ...

  • 1. Datasheet.So thanks to the datasheet, we know now that Lunii chipset is based on a 16bit DSP core and I also found out that the 10 pts connector is belonging to ICE-Debug (very known in the arduino/avr world) and not for UART or SWD.Unfortunately...
  • Ad Free Internet Testing

  • I thoroughly despise the modern internet with its countless ads and interruptions. A little while back I installed the Firefox web browser on my Pi 400, and added the uBlockOrigin extension. Life has been so much better on the little Pi. I ended up liking...
  • Suitable AC to AC Wall Transformers

  • These AC to AC wall transformer are suitable for use with this PSU:120V Input:JamecoDigiKeyMouserattbatt230V Input:Farnell, UK plugFarnell, Euro plugMaplin, UK plugRS-Online, 15VAC, Euro plugRS-Online, 18VAC, Euro plugHeadzone.de, Euro plugElectricstore.eu,...
  • Research Report

  • At a high level, the problem area is known as abandoned, lost, or otherwise discarded fishing gear (ALDFG) retrieval. This fishing gear is known as ghost gear, and falls into the wider scope of marine debris. Ghost gear has a tremendous impact on nature:...
  • Received the Boards - Debugging Entry 1

  • The boards have finally arrived. The past 12 months have been a mixture of waiting for parts, software design for FPGA IP Cores (harder than expected) and communicating to a thankfully perceptive PCBWay for fixing possible part conflicts with my BOM....
  • Genesis V0.5 Documentation

  • Genesis V0.5 exhibits the following changes from Genesis V4The Tracks cable carrier is repositioned and now supported with teenuts and long M5 screws, just like on the GantryThe Z-axis motor mounting bracket has been made thicker and the holes for the...
  • Updates to Boot Menu on PSoC

  • It's been a while. I plugged in the board USB and forgot how to run it. I even forgot which button I needed to press on the front panel to get Multiboot to run. This Hackaday page helped me remember. Glad I made it. Decided to add hints to the PSoC...