Close

780 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/"

  • It started to work

  • The first version of the working code. Let me mention here that this is my first project with Arduino and I never used c++ before. But I was intent and did not give up. I will clean the code but at least it works well. There are still some unused function...
  • Changing the memory access model

  • In the past weeks, I did first draw the design in the Logisim simulator. The first few instructions were succesfully simulated. Then I started working on a Javascript assembler-simulator combination. While I've been making assemblers in the past,...
  • Motor speed control

  • Wheel speed estimation Each hall encoder produces nb_{rising edges} logical rising edges per motor rotation (due to multiple magnetization points on encoder ring). Speed estimation relies on counting the number of logical rising edges nb_{encoder ticks}...
  • Duh! and Scans!

  • Offset Calibration (Duh!)Sometimes it takes me a while to "get it." Unfortunately, in this format "a while" may be several build logs. This is one of those cases. The original sensor I was using, the HMC5883L, is intended as a compass sensor. Calibration...
  • Primitive Rasterization

  • Although there are other methods for drawing triangles (such as using Barycentric Coordinates, popular in modern GPUs) we'll keep it to just the simplest one: Scanline conversion. In it, a triangle is drawn line-by-line, top-to-bottom, for each scanline...
  • Change all the things, more battery tests

  • Last week we did the battery tests using the 800mAh "iPod' battery we have used before, it is cheap and easily available, the results were about two hours running everything, I posted the data earlier. That is not great, the conference is 3 days usually...
  • Enter The Matrix

  • OK, so the reason this robot is called Bot Matrix, is because one of the central components is a 32x32 RGB LED matrix. These LED panels are the type used in Jumbotron screens or advertising billboards. They have a set of shift-registers and constant...
  • PAROL6 kinematic structure

  • This project log will be a little bit longer and full of silly robot theories and facts that you should know if using any kind of robot! A kinematic diagram of a robotic arm is a simplified graphical representation that illustrates the arrangement of...
  • Let's start =)

  • Let's see what did i start with? Well technically I started with submitting project on hackaday so this is the next thing i did. Since I am waiting for my trinket pro I started with designing user interface. I believe that user interface is of the most...
  • Extra Ports?

  • I decided to do a port-read of ports higher than the 8 reverse-engineered and documented by others. I found something interesting... while mostly they seem to repeat after every eight steps (which would make sense if they just used a 3in-8out demux)...