Close

91 Results for "8-bit cpu"

  • Arduino Sketch

  • Modified from James Bruton's sketch example. This sketch uses the serial connection to listen for servo addresses 100 through 115, then activate, pause, and return each servo called.The Unreal Engine app only has to send the address followed by a newline.This...
  • Breadboard explosion

  • Working on a flow sensor test setup the breadboard suddenly exploded! And I though blue smoke was the worst that could occur.. ---------- more ----------Yesterday I made a great step forward testing the flow sensor. I made a simple breadboard setup to...
  • HACKLET 104 – TEST EQUIPMENT PROJECTS

  • Hardware hackers love their test equipment. There are entire forums dedicated to talking about multimeters, oscilloscopes, signal generators, and other common bench tools. At times it seems we spend more time talking about our tools than actually using...
  • Parts arrived today

  • The box with the parts from reichelt.de arrived today at the same time as my eBay order of a breadboard (came from the UK). Nice timing.Searching my DIY stock I found a 600g bin of sodium persulfate that will come handy when it is time to etch my PCBs....
  • Putting it back together

  • I have received the machined lid and chassis back from Descher Automation They did a fantastic job machining away the parts of the chassis I didn't want and putting the features in the lid for mounting the PC-104 and the SSD. They even made a drawing...
  • Inspiration for this project

  • Inspiration for this project is from two other measuring machines.  One of these is a commercial measuring machine manufactured by Pratt & Whitney and the second is the NIST Length Scale Interferometer.(http://www.prattandwhitney.com/images/customer-files/measuring_systems1.pdf)...
  • muahaha, I cheated :)

  • So since the Teensy++ 2.0 bootloader is not available and I'm not feeling comfortable to learn all the bells and whistles of USB communications I was looking for other options. Googling "at90usb1287 arduino" I found this https://github.com/mattairtech/ArduinoCore-avr...
  • C-ving

  • OK I thought that the amount of data in the future would be too large and I decided to do the sieving in C. Using the available scanning data, I could only go up to 2161 : n1=46 and n2=2114.The first hicup comes at 1511 so there is no point in dealing...
  • Rewrite code with FastLED + Gamma Correction

  • Today, i rewrite a code of ambient light of arduino module applied FastLED library carefully. Why? there are 3 important thing, 1) the legacy code of adalight is based on SPI that is used by a RF module too. I think move pin in code of adalight from...
  • Hack Chat Transcript, Part 1

  • Hi all, welcome to Hack Chat. I'm Dan, I'll be moderating today for Leo Fernekes as we talk about "Harnessing Your Creativity." I know it's late -- or early -- where you are Leo. Are you online yet? Leo Fernekes12:00 PMYes - here and live Good morning!...
  • Porting the Izhikevich Behaviour to the STM32

  • As Zach teased on the touch slider update, there's been work happening behind the scenes to implement the Izhikevich neuron model on the newer NeuroBytes boards. Well I may as well introduce myself (hi, I'm Patrick! In the daytime I'm an Electrical Engineer,...