Close

10926 Results for "%EA%B0%95%EB%82%A8%EB%A3%B8%EC%8B%B8%EB%A1%B1%2B%E3%80%8Eoio_%EF%BC%94%EF%BC%96%EF%BC%94%EF%BC%98_%EF%BC%90%EF%BC%99%EF%BC%93%EF%BC%90%E3%80%8F %EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8%E2%89%AE%EA%B0%95%EB%82%A8%EB%9E%80%EC%A0%9C%EB%A6%AC%E2%88%80 %EA%B0%95%EB%82%A8%EC%9C%A0%ED%9D%A5 %E2%88%91%EC%84%A0%EB%A6%89%EC%9C%A0%ED%9D%A5%C2%B1 %EC%84%A0%EB%A6%89%EB%A3%B8%EC%8B%B8%EB%A1%B1%E2%88%86 %EA%B0%95%EB%82%A8%EB%A3%B8%E2%88%82 %EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%89%AE %EC%84%A0%EB%A6%89%EB%9E%80%EC%A0%9C%EB%A6%AC%E2%88%8F east"

  • Getting it working again

  • 2023-09-09 For some reason, it isn't working. The 32K RAM piggy-back is working, but graphics are not. It has been modified to take a 4K EPROM. Quick tests: 1 LET B=11520 10 FOR A = 0 TO 8 20 PRINT PEEK A - PEEK (B+A) 30 NEXT A  I get: 128 64 32...
  • A Long-Overdue Update - PCBs, Emulators And More

  • It's been a while, hasn't it? My work on this project has been relatively sporadic over the past 12 months. I've not found it easy to find a balance between this, my day job, and other projects I'm working on. As a result, there have been some relatively...
  • OpenOCD: Tying Up Loose Ends.

  • Recap In my previous post, OpenOCD-based debug support was brought up for the Ibex RISCV core. The debug core implementation is based on RISCV-dbg. Since then, having worked a bit with the debugger, I did notice a few shortcomings and opportunities for...
  • Prototyping... 60% of the time, it works every time!

  • Project update:What a RIDE this week has been!   Every once and a while you put a thing down into the EDA, shoot it off to production buy all the parts everything comes and the thing comes out working, EXACTLY like you thought it would! I...
  • Smart Plant Watering System

  • What problem are you going to solve? We run in a busy world where we find it difficult to water plants on time. It was found that gardeners used so much water in their gardens or on their balconies that they lost track of things. The result is that the...
  • Arduino Workshop-RGB Mood Lamp

  • In the last project, we saw that we could adjust the brightness of an LED using the PWM capabilities of the Atmega chip. We will now take advantage of this capability by using a red, green, and blue LED and by mixing the colors to create any color...
  • [SOLVED] docker, udev, USB naming

  • I'm surely not the first person to figure this out, but I didn't come across this solution while searching around. They are probably out there and I just didn't find them. The problem, in a nutshell, is how to reliably map USB devices into a docker container....