Close

5666 Results for "fix"

  • epRISC ISA v5

  • The computer being designed here is centered around the epRISC ISA, a custom 32-bit RISC instruction set architecture that's been in constant development for a little over a year. Version one of the computer implemented v4 of this ISA - the first to...
  • Garbage out without garbage in (ATTiny serial problems)

  • After moving on from the flash issue I tried implementing a simple heartbeat check for the GSM module.When you send the text "AT" you should get the response, "OK" back**The GSM module echos back everything you send, so the full string is really "AT...
  • Initial Prototype

  • So, Adafruit has those nice 8x8 LED matrix backpacks, which use I²C for communication and are generally very cool to play with. They even have shields (FeatherWings) for their boards with them. However, in my workshops I'm using D1 Mini boards (mostly...
  • v4.0 build report

  • The v4 board went together without any surprises. There were two bugs in the firmware that I had to fix, but in essence the ATXMega32E5 has now been swapped in for the ATTiny841 with no net change in functionality. The big difference, though, is that...
  • New GPS receiver

  • Well, between the pandemic and the fire at the Japanese oscillator factory, SkyTraq has told me that they're going to have to EOL the Venus838LPx-T module that I've been using in damn near everything. I've got about 120 of them left, so there's plenty...
  • setting up lan and wifi

  • i am going to be changing the /etc/config/wireless and /etc/config/network files, so having a backup of my current setup seems like a good idea. i do that through luCI.about thirty minutes later i accidentally cat an empty file into /etc/config/network...okay,...
  • Othermill Stand

  • For our units, we used 1/2" MDF and the shelves articulate on drawer slides from Rockler. The rear panel has large gaps that allow for cables to be passed through, and for cables or power supplies to be velcroed or ziptied, in an effort to keep things...
  • Using a siren as midi intrument

  •  get The controller is based on an arduino micro because of its usb capabilities and cheap price.All notes were measured by hand with a calibrated esc and a fixed voltage of 10V because there is no real speed control possible but with a fixed voltage...
  • Etching

  • For this, you will need first and foremost a clean, open space to work, with easy access to running water. Since i had neither clean, nor open space, i settled for the bathroom.Shown is everything needed to etch a board successfully. I used the small...
  • Progress! Data from the tablet.

  • I repeaded the sequence of reads and writes exactly.Writing a full 16 bytes of key, reading a few times, and then setting 0xfb to 01 seems to yeald results.The tablet is now spitting out 6 bytes that change with the stylus. I need to fix my decryption...
  • will it blend

  • soldered a wire to the resistor connected to the CS pin (boy, that resistor is tiny) and tested things out on a breadboard. It works!Next I needed to figure out how to allow the Pi to shut itself off. I came up with this circuit:The Pi turns itself...