Close

3242 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%86%978489%E2%86%978306%E3%80%8B%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%A6%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80world%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EC%82%AC%EC%9D%B4%EC%A6%88%EC%B2%AD%EB%8B%B4%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80promotion%20%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%AB%20%E2%88%AB%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80decided"

  • ATtiny Izhikevich(ish) Dynamics, part one

  • I've been slacking on updates--turns out when you get to work on a project full time, it doesn't make logs magically appear. In any case, this log post will focus on one thing: improving the core NeuroBytes firmware. I'll bring ya'll up to speed on other...
  • PSEUDOCODE For Synchronia♥Duet Firmware

  • The Following is a pseudocode listing of the Synchronia-Duet Firmware. It can be readily adapted to any compiler. PSEUDOCODE ========== '---------------------------- ' Synchronia--Duet 0.0.7 ' (C)2018 Thomas R. Mahanna '----------------------------...
  • Synchronia♥Duet

  • PSUEDOCODE ========== '---------------------------- ' Synchronia--Duet 0.0.7 ' (C)2018 Thomas R. Mahanna '---------------------------- 'CONFIGURE HARDWARE I/O (ATMEGA2560 in the Case of the Prototype) 'Configure Communication Open Serial1 For Binary...
  • Log#45 : Nikolay's questions

  • By whygee on Friday 27 July 2012, 04:08 - ArchitectureI just received an email from another "hacker" who raised a lot of interesting questions. I answered by email and I share here some important ideas and insights.Nikolay wrote : > To be honest, I was...
  • Color bus hack

  • One very interesting feature of V99X8 VDPs is the "color bus". These 8 pins usually carry the color (or color index) of the pixel being drawn, but can be also used as inputs for external video signals. These modes are described on pg. 109 of the "technical...
  • About the Firmware

  • Tools The firmware for PIC16F18326 was developed as an empty project (that is, from scratch) using MPLAB X IDE 6.05 and XC compiler 2.40. The structure of the FW is described below.The codeFor the code, see wd1lcd.zip Main The structure of the main program...
  • Unmodulated Digital Output

  • This step of the projects creates a digital output with the correct timing sequence for a Nikon DSLR.  The signal will be unmodulated at this stage with the modulation being added at a later stage..BackgroundThe Nikon D70 uses the ML-L3 infra-red...
  • Modular Electronic Catan

  • Background For a while, I had been interested in learning more about PCB design and 3d printing. I also had been playing around with the idea of building a modular electronic catan board. The goals for the project was to Create a tile that could communicate...
  • Reboot

  • Reboot Sometimes a project gets "long in the tooth" with no clear exit point. In many respects I am at this point. Progress is very slow. The exit point is far away. To reboot you need a new way? I was looking at my SubLEq compiler and I realised that...
  • ATMEGA256RFR2 project code

  • Here is the code for the microcontroller (ATMEGA256RFR2, running at 3.3 V) #include // LOW.CLKDIV8 is unchecked, and LOW.CKSEL_SUT is Transceiver Oscillator; Start-up time: 16K CK + 65 ms #define F_CPU 16000000UL #include #include #include "main.h" //...
  • fedex and wildfires

  • It's wildfire season, but Fedex managed to get our boards from Malaysia to us in good time, unfortunately there was a cock up in the ordering department and they shipped to the billing address, we'd left there about 15 minutes before they showed up with...
  • Controller

  • In other logs I’ve written about how specific aspects of the controller design integrate with the hardware so this one explains the architecture in more detail. OverviewThe controller is a Microchip PIC16F1776 8-bit microcontroller (MCU) with 16KB of...
  • LOAD CELL to MODBUS

  • Short video about this device: 0:00 - description.0:23 - usage for simple weight scale application.1:03 - usage for Automated 3-axle Truck Weight Measurement System.2:47 TODO list3:00 What next? Where load cells mainly use in industry? Trucks weight...