Close

900 Results for "8-bit cpu"

  • Programming a SAMD bootloader using JLink & Linux

  • I have a custom board using a SAMD21 microcontroller (as used in Arduino Zero and other dev boards). After soldering, the chip is blank and a bootloader is useful to upload code via the USB connection.  I found an excellent (as always) tutorial...
  • User input control

  • Having only a 32x16 LED array to show data poses some limitations on the user interface. The Nokia 3310 interface could be used as an example.  There are three functions in three buttons: C : Cancel = go back Middle : Select or Menu (which is actually...
  • DCF77 decoder

  • Assembled unit (lid removed to show internal construction) Design Schematic design and PCB layout can be found on EasyEDA. Housing The DCF antenna doesn't work well when it's in proximity to EM-noise sources.  Possible noise source are the rest...
  • Power analyzer

  • After some google searching, I came across the Nordic Semi Power Profiler Kit II.  So why make it when there's already an affordable COTS-solution that has the features I need?  The desktop application runs in Linux as well. The DIY-route starts...
  • A lazy person avoided installing the AVR-gcc toolchain

  • (Updated for Arduino 2 IDE.) As all my friends know, my mugshot is used to illustrate the word lazy in dictionaries. 😉 Anyway I found this AVR MCU in my junkspares box and wanted to test it out. I quickly ascertained that I should install the...
  • How to choose Radio Transmitter and Receiver

  • Drone Transmitter and receiver is one of the crucial components while building a drone.  It should be one of the first components that should be bought. It can be confusing as to which ones to buy. Also it is okay to spend a bit more on a good quality...
  • LCD Display Module

  • The LCD Display Modules have been used in many embedded projects the reason being its cheap price, availability and programmer friendly. Most of us would have come across these display modules in our day to day life but do you know how they work? Also...
  • [FIXED] Proxy won’t turn off on Windows 10

  • When browsing the web, online privacy is extremely important, and using the proxy server is one of the best ways to protect privacy as well as connection security. Well, the proxy server is a middle-way server that retains the users disconnected from...
  • Stephen Hawes Index PnP build

  • Who I am and what I do Hey Folks. My name is David Witulla (aka. Gruftgrabbler). I am a student from TU Darmstadt, Germany. Studying "Information- and System Technologie" (aka. Embedded Systems). I just got an amazing offer to build the...
  • Installing STM32cube IDE on Linux

  • To forestall any questions about how to get the IDE to compile code, Cube is just an IDE, which generates code specific to various STM32 MCU models and dev boards. You have to get a toolchain separately. The ones from the ARM gcc toolchain project are...
  • What is Arduino Mega 2560? A Getting Started Guide

  • Arduino is a platform that gives you the chance of making gadgets and different electrical creations that deal with the world utilizing both software and hardware guidelines.  Arduino is a development board dependent on a microprocessor; nevertheless,...