Exploring Single Board Computers and Microcontrollers for DIY Projects

single board computers in the ham shack n.w
1 / 13
Embed
Share

Discover the world of single board computers (SBC) and microcontrollers, including popular options like Raspberry Pi and Arduino. Learn about their features, unique interfaces, applications, and projects you can work on. Get inspired with ideas like ADS-B tracking systems, Echolink hotspots, and SDR scanners for your next DIY adventure.

  • Computers
  • DIY Projects
  • SBC
  • Microcontrollers
  • Raspberry Pi

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. SINGLE BOARD COMPUTERS IN THE HAM SHACK STORY COUNTY AMATEUR RADIO CLUB FEBRUARY 2, 2017 PAUL COWLEY KB7VML

  2. SINGLE BOARD COMPUTERS (SBC) Raspberry Pi (RPi), PINE A64, C.H.I.P., Beaglebone, and others Cost generally <$50 Most employ ARM 32-bit or 64-bit RISC processors Run full-featured operating systems GUIs and fully-developed applications available Still have General Purpose I/O (GPIO) onboard Onboard networking, USB, and storage (via SD cards) is very common Low power requirements Large open-source development community

  3. MICROCONTROLLERS Arduino, STM32xx, Teensy, PICAXE, BASIC Stamp, and MORE! Cost generally <$30 Generally utilize AVR, ARM, or STM32 processors No OS and no traditional applications Need a development environment (IDE) and a PC to program Flexible, expandable, and customizable Well-suited to embedded applications Very low power requirements Large open-source development community

  4. WHAT MAKES THEM SO UNIQUE? INTERFACES! GPIOs (General Purpose Input/Output) I C (Inter-Integrated Circuit) SPI (Serial Peripheral Interface) and many more!

  5. ANALOG AND DIGITAL GPIO Analog input to ADC (Analog to Digital Converter) Digital I/O Pulse Width Modulation (PWM) Interact with physical world!

  6. COMPLEX DATA EXCHANGE Serial SPI (Serial Peripheral Interface) I C (Inter-Integrated Circuit) USB Ethernet Interact with other devices!

  7. A FEW PROJECTS IM WORKING ON

  8. AND SOME INSPIRATION FOR YOU ADS-B tracking system (RPi) https://uk.flightaware.com/adsb/piaware/ Echolink or DStar hotspot or node (RPi) http://www.svxlink.org/ http://www.westerndstar.co.uk/ SDR (Beaglebone, RPi) https://learn.adafruit.com/freq-show-raspberry-pi-rtl-sdr-scanner http://www.rarcpio.net/beaglebrick/ https://hackaday.io/project/1538-portablesdr WSPR beacon (RPi) https://gerolfziegenhain.wordpress.com/2013/04/13/raspi-as-wspr-transmitter/

  9. AND SOME INSPIRATION FOR YOU APRS tracker (All SBCs, Arduino) http://tnc-x.com/TNCPi.htm http://www.trackuino.org/ APRS digipeater or iGate (Most SBCs) https://github.com/wb2osz/direwolf/blob/master/doc/Raspberry-Pi-APRS.pdf https://wcares.org/special-interests-3/aprs/aprs-raspberry-pi-virtual-tnc/ http://www.mstewart.net/super8/aprs/RASP/index.htm CW keyer (Arduino) https://blog.radioartisan.com/arduino-cw-keyer/

  10. AND SOME INSPIRATION FOR YOU SWR/power meter (Arduino) http://www.qsl.net/on7eq/projects/arduino_pwr_swr.htm Remote CI-V connected antenna switch (Arduino) http://www.ik5pwc.it/en/civ_remote_antenna_switch_3.html Antenna rotator controller (Arduino) https://amsat-uk.org/info/simplesat-rotor-controller/ https://blog.radioartisan.com/yaesu-rotator-computer-serial-interface/

  11. GET STARTED RASPBERRY PI Adafruit https://www.adafruit.com/ Sparkfun https://www.sparkfun.com/ Raspberry Pi Foundation https://www.raspberrypi.org/

  12. GET STARTED ARDUINO Adafruit https://www.adafruit.com/ Sparkfun https://www.sparkfun.com/ Arduino IDE https://www.arduino.cc/en/Main/Software Official Arduino website https://www.arduino.cc/

More Related Content