Arduino The Next Generation Presented by Glen Popiel KW5GP

Size: px
Start display at page:

Download "Arduino The Next Generation Presented by Glen Popiel KW5GP"

Transcription

1 Arduino The Next Generation Presented by Glen Popiel

2 A Brief History Of Time The Arduino has come a long way since its introduction in 2005 There are now all kinds of Arduino variants in addition to the original Arduino Uno that we can use to build some really cool projects Most of these new boards are supported in the Arduino IDE and are every bit as easy to program and use as the original Arduino Uno

3 How We Got Here

4 Projects In The Book Random Code Practice Oscillator CW Beacon/Foxhunt Keyer Fan Speed Controller Digital Compass Weather Station RF Probe Solar Charge Monitor On-Air Indicator Talking SWR Meter Talking GPS/Grid Square Iambic Keyer Waveform Generator CW Keyboard Satellite Tracker Az/El Rotor Controller CW Decoder Lightning Detector Homebuilt CDE/HyGain Rotor Controller CDE/HyGain Rotor Controller

5 Then We Got Sidetracked After taking a year away from the Arduino to write ARRL s new book, High Speed Multimedia for Amateur Radio, ARRL now has me working on a sequel to my first book, Arduino For Ham Radio. With any luck, the book will be out in time for Dayton/Xenia In the time since the first Arduino book, the Arduino world has changed dramatically, with an emphasis on newer, faster processors and the addition of built-in wireless networking on many of these new boards But wait, there s more

6 Then We Got Sidetracked Again

7 How Big???

8 Now Back to The Arduino The Arduino and the now many variants is a group of very versatile, inexpensive, and easy to use microcontrollers Because of this, they have rapidly become the development tools of choice for Makers and Hams alike The Arduino s versatility allows it to be used for simple children s projects, complex robotic and other Maker projects, and a wide range of Ham Radio applications Many 3-D Printers are actually powered by an Arduino The Ten-Tec Rebel and Patriot are powered by an Arduino variant The Arduino now has direct transceiver capability with the development of the HobbyPCB RS-UV3 and HamShield add-on shields along with other devices

9 The Arduino is for Kids The Arduino can be used for youth projects such as the Firefly Jar and other easy-to-build projects In conjunction with the Horn Lake Library, a group of hams from the Olive Branch Amateur Radio Club led a 3 day Practical Robotics seminar, where the kids built and programmed their own Arduino-powered robotic carts An Arduino-controlled animatronic diorama was the hit of the Library s summer floor display. Even now, the kids aren t sure if there were real critters in the display case

10 The Firefly Jar

11 Kids and Arduino Robotics

12 Animatronic Display Powered by 3 Arduinos Used motion sensors, relays, motors, solenoids, and Taxidermist LED-lit eyes to simulate the critters

13 The Arduino Is For Makers The Maker community uses the Arduino to create all kinds of projects, including flying drones complete with autopilot, robots, and even automated paintball guns The rapidly expanding new area of wearable electronics (also known as e- textiles) is powered by the Arduino

14 Arduino-Powered Drones

15 Welcome to SkyNet?

16 Wearable Electronics

17 The Arduino Is For Hams The Arduino is ideally suited for Ham Radio You can automate Antenna Rotators that can interface with Ham Radio Deluxe and other rotor control software You can build Arduino-powered transceivers Digital VFOs to modernize those old rigs Lightning Detector that can automatically disconnect your antennas Antenna Analyzers And virtually any other application where you need to sense and control things

18 What Exactly Is An Arduino? The Arduino is one of the hottest trends in doit-yourself electronics. With its ability to sense and control just about anything, the Arduino is ideally suited for a wide variety of electronic projects The Arduino is an Open Source electronics prototyping platform using flexible, inexpensive, and easy-to-use hardware and software And the best part A lot of this cool stuff is free. The Development Software is free, the libraries are free. The PC board designs to build your own Arduino are free. The pre-built boards, shields, sensors are all very low cost. It doesn t take a huge investment to get started with the Arduino

19 The Arduino Uno The original Arduino Uno board consists of an Atmel ATmega328 or ATmega 32U4 microcontroller and a few support components Programs, also known as sketches, are stored in permanent Flash Memory. Once programmed, the Arduino is stand-alone Onboard Digital and Analog I/O, including Pulse-Width Modulation Standard footprint on many of the Arduino boards support expansion boards, called Shields, to add functionality The sensors and devices used on the Arduino are easy to interface. Most have program libraries already written to do most of the work for you. Many libraries include working sample programs Available on ebay for $3 with free shipping

20 Arduino Uno Specifications The most common Arduino board, the Uno has: 16 MHz 8-bit CPU 32k on-chip Flash memory 1k on-chip EEPROM 2k on-chip Static RAM 14 pins of Digital I/O (with PWM capability) Six 10-bit Analog Inputs (can also be used for digital I/O)

21 The Next Generation Sparkfun Microview - OLED Adafruit Feather M0 Nano Star Otto Teensy Series Sparkfun ESP8266

22 The Next Generation Arduino Zero Arduino 101 Arduino MKR1000 Arduino Gemma Digilent uc32 Adafruit Feather 32U4 with 900 MHz radio

23 The Sparkfun MicroView - OLED The Sparkfun Microview OLED is a dime-sized Arduino integrated with a 64 by 48 Organic LED. Uses the same ATMega328 in the Arduino Uno and is 100% code compatible with the Uno

24 The Arduino Zero The Arduino Zero uses the 32-bit ARM Cortex M0+ CPU running at 48 MHz 256KB Flash, 32KB SRAM, no EEPROM Has 20 digital I/O pins (18 can be PWM), 6 12-bit analog inputs, 2 UARTS, and 1 10-bit D/A port I/O pins provide 7ma DC current per pin as compared to the Uno s 40ma per pin Runs at 3.3V instead of the Uno s 5V Pins are NOT 5V tolerant

25 The Arduino 101 Uses the Intel Curie module and contains 2 cores, an x86 (Quark) and a 32-bit Argonaut RISC Core (ARC) both running at 32 MHz 196KB Flash, 24KB SRAM, no EEPROM Has 14 digital I/O pins (4 can be PWM), 6 analog inputs, Bluetooth LE, and a 6 axis accelerometer/gyro I/O pins provide 20ma DC current per pin as compared to the Uno s 40ma per pin Runs at 3.3V but pins are 5V tolerant

26 The Arduino MKR1000 Uses Atmel ATSAMW25 SoC (System on a Chip) CPU that contains a 48 MHz Cortex M0+ 32-bit CPU, 2.4 GHz b/g/n WiFi, and ECC508 CryptoAuthentication 256KB Flash, 32KB SRAM, no EEPROM Has 8 digital I/O, 7 analog inputs (8, 10, or 12- bit), 1 D/A pin. 12 pins can be PWM Supports 8 External Interrupts I/O pins provide 7ma DC current per pin as compared to the Uno s 40ma per pin Onboard Li-Po battery charging circuit Runs at 3.3V and pins are NOT 5V tolerant

27 The Arduino Gemma Uses the ATtiny85 CPU Used in wearable designs 3 digital I/O pins (2 can be PWM,) and 1 analog input 8 MHz CPU 8KB Flash, 512B SRAM, 512B EEPROM I/O pins provide 20ma DC current per pin as compared to the Uno s 40ma per pin JST connector for 3.7V LiPo battery

28 The Digilent uc32 Successor to the chipkit Uno32. Uses an 80MHz PIC32MX340F512H CPU that emulates an Arduino 512KB Flash, 32KB SRAM, no EEPROM 42 I/O pins (5 can be PWM), bit A/D pins, 2 SPI, and 2 I 2 C ports I/O pins provide 18ma DC current per pin as compared to the Uno s 40ma per pin Runs at 3.3V but pins are 5V tolerant Programmed using the MPIDE but support is now in the Arduino IDE as well Used in the Ten-Tec Rebel and Patriot

29 The ESP8266 The ESP8266 is a 32-bit RISC Tensilica Xtensa LX106 CPU running at 80 MHz with built-in b/g/n WiFi with WEP, WPA/WPA2 authentication and integrated TCP/IP stack No onboard Flash memory, requires external SPI flash memory. Sparkfun board includes 4MB Flash. 64KB instruction SRAM, 96KB data SRAM 16 general purpose I/O pins (can also be used for I 2 C or SPI), 1 10-bit A/D, 2 UART. Sparkfun board includes 12-bit digital temperature sensor and a luminosity/light sensor. On-board LiPo battery charger Runs on 3.3V, pins are NOT 5V tolerant Programmed using the Arduino IDE

30 The Teensy Series The Teensy series from PJRC use the ARM Cortex M0+ and M4 32 bit processors with speeds running from 48MHz to 180MHz More I/O pins, from 25 to 58 digital I/O pins, 13 to bit Analog input pins, and even onboard D/A pins More memory, up to 1M flash, 256K SRAM and 8K EEPROM Small footprint Runs at 3.3V, pins are usually NOT 5V tolerant, Teensy 3.2 pins are 5V tolerant

31 The Adafruit Feather M0 Uses a 48 MHz 32-bit ARM Cortex M0 256KB Flash, 32KB SRAM, no EEPROM 20 general purpose I/O pins (PWM on all pins), 6 12-bit analog input pins, 1 10-bit D/A output Built-in LiPo charger I/O pins provide 7ma DC current per pin as compared to the Uno s 40ma per pin Runs at 3.3V, pins are NOT 5V tolerant

32 The Adafruit Feather 32U4-LoRa Uses an 8MHz 8-bit Atmega 32U4 Onboard RFM9x Long Range (LoRa) 868/915 MHz radio module. Uses license-free 900MHz ISM band. Range is approx. 350 meters. 20 GPIO pins (8 can be PWM), 10 analog input Built-in LiPo battery charger Also available with ARM Cortex M0 CPU Other Feather variants include Bluetooth LE, GSM Cellular, and 433 MHz

33 Next Generation Shields Sparkfun MP3 Shield Color TFT LCD Shield b/g/n WiFi Shield Ethernet Shield Voice Recognition Shield PowerBoost LiPo Battery Shield

34 HobbyPCB RS-UV3 Shield 144/220/450 MHz FM Transceiver with standard Arduino footprint shield connections 200mw (23 dbm) power out Microphone/Speaker and Soundcard inputs Built-in LiPo charger HobbyPCB RS-UV3 Shield Can be used for beacon, repeater, CW, FM voice, Echolink, APRS, and Packet Onboard DTMF encode and decode Sells for $90

35 HamShield Kickstarter project that achieved 469% of their funding goal, now shipping for $ / / MHz FM Transceiver with standard Arduino footprint shield connections 500mw (1/2W) power out Microphone/Speaker/Soundcard I/O and PWM pin inputs Built-in LiPo charger Can be used for beacon, repeater, CW, FM voice, Echolink, APRS, and Packet HamShield Onboard DTMF encode and decode

36 Next Generation Modules 0-60 MHz Direct Digital Frequency Synthesizer GPS Lightning Detector 128 x 64 OLED Graphic Display Text To Speech Module Nokia 5110 Graphic LCD Display

37 Next Generation Modules Ethernet Module Si MHz Clock Generator WT588 Voice Sound Module Hall Effect AC/DC Current Sensor (5/20/30/50/100/150/200A Versions) 1.8 to 7 inch Color TFT LCD Display with Touchscreen b/g/n WiFi Module

38 Cool Things About Arduino Modules The sensors and devices used on the Arduino are easy to interface. Most have program libraries already written to do all the work for you. Many communicate using I 2 C/TWI (Inter- Integrated Circuit Two Wire Interface) or SPI (Serial Peripheral Interface) serial communication I 2 C/TWI is a two wire bus-oriented communication protocol that requires only two wires. Each peripheral device is accessed via its pre-programmed hardware address SPI is a bus-oriented protocol, allowing many sensors to communicate with the Arduino over a single shared bus. Devices are selected via hardware selection lines

39 What Can You Do With An Arduino? The better question to ask is what can t you do? With the Arduino, you re only limited by your imagination The Arduino is ideally suited for applications where you want to sense and control things Programming the Arduino is easy. Through the use of the Arduino Integrated Development Environment (IDE) and libraries (modules other people have already written), the actual programming often takes less time than it does to hook up your sensors and controls. The Arduino IDE now supports many of the newer ESP8266, ARM Cortex, and other variants Some of the Arduino projects I have built: Portable CW Keyboard with Programmable Memories Portable Satellite Tracker Rotor Azimuth/Elevation Controller Lightning Detector And much more as you will see in a bit

40 Programming The Arduino Programming the Arduino is done using the Integrated Development Environment (IDE) The Arduino programming language is based on C and C++, but is largely modeled on the Processing ( language Arduino programs are called Sketches Allows the seamless integration of previously-written code libraries (usually written by someone else) The programming language is very easy to learn and with just a little bit of study, you can be producing usable code very quickly

41 Libraries Are Your Friends One of the really cool things about the Arduino is the way you can integrate pre-written code libraries into your sketches A number of common libraries are automatically available from within the IDE. Any additional libraries you download are also accessible from within the IDE Libraries are one of the neatest things about the Arduino and Open Source. Everybody is sharing the libraries and hardware they create. The hardware and software for the Arduino is all Open Source And the best part A lot of this cool stuff is free. The IDE is free, the libraries are free. Even the PC board designs to build your own Arduino are free. The pre-built boards, shields, sensors are all low cost. It doesn t take a huge investment at all to get started with the Arduino

42 Libraries - The Dark Side Once you go beyond the standard libraries included in the Arduino IDE, there is an amazing number of libraries other people have created. This is both a wonderfully good thing and cause for potential headache By nature of the beast, Open Source software is created by people like you and me. In a few cases, the libraries you download don t do what you think they should, or have errors In the case of the Morse Code Library, it was not 100% accurate and would occasionally send the wrong character In the case of the PS/2 Keyboard Library, it didn t allow the use of the F- Keys Fortunately, libraries are written in C and easily modified. I m not a C programmer, but I was able to figure out how to modify these libraries to suit my needs in just a few days

43 The Arduino and Amateur Radio Amateur Radio and the Arduino go great together Since many Hams love to tinker and build things, the Arduino is that perfect tool for those quick projects we re always thinking up For example, I built a Morse Code (CW) keyboard as my first Arduino project. The actual project took longer to interface the keyboard and other components than it did the actual coding From start to finish, the project took about 2 weeks to get working and another week or two to add features and package it into a usable prototype Remember, this was my very first Arduino project

44 The CW Keyboard Uses an Arduino Uno and a PS/2-style Keyboard Sends the CW equivalent of what is typed on the keyboard and also displays it on the LCD display Added features include: Adjustable sending speed LCD backlight on and off Audible beep for code practice or a relay output to actually key a rig 5 user programmable memories with 40 characters each Uses standard PS/2 keyboard Runs off a 9-volt battery Total cost: about $30

45 Into The Unknown With an Arduino and a handful of inexpensive parts, we can build our own feature-rich Arduino-powered Transceiver

46 Arduino Transceivers Combining the Arduino with a low-cost 40m QRP CW transceiver board, a DDS, a Nokia display, and a rotary encoder should give us everything we need It could cover the entire 40 meter band How about adding dual-speed tuning? Why not give it dual-range RIT too? Theoretical Transceiver Block Diagram While we re dreaming, why not throw in a built-in Keyer (Iambic A, Iambic B, or Straight Keying) with adjustable speed?

47 40m CW Transceiver Board Available on ebay - $12 kit or $22 preassembled Based on the NoCal Forty-9er 1.8W Output Rockbound on MHz Direct Conversion NE602-based Receiver Easily built in a single afternoon The instructions alone are worth the price of admission Frog Sounds V3 40m QRP CW Transceiver Kit

48 Lost In Translation Read the instructions carefully, then put them aside, you won t need them. Here s why: This is the maximum power of frogs, at the same time suite power output using the American ring, so that the "Jungle" with the remote communication ability, enhance the "practical frogs"! The headset with the beat hair drops pattered generated audio Avoid prolonged shorting key launch, or D882 and dummy load fever large, carefully damaged Carefully adjusted, you will receive an unexpected effect. In the dissemination of good times with a signal on a distant contrast reception, this local effect is no difference between basic commodity machine, which makes unexpected Communication distance of about km more secure, to greater distance depends on the propagation environment and the operator's operating skills

49 Add An Arduino and A DDS And you now have a fully functional 40m QRP CW transceiver with a built-in 5-35 wpm Iambic keyer, and dual range tuning and RIT

50 But Wait - There s More Let s do what we did with the Ten-Tec Rebel and add JT65 to it By digitally shifting the DDS output frequency, we can precisely shift the carrier frequency, as we would with standard FSK. This carrier offset will cause the receiver to hear the frequency shifts just as if they were normal analog audio signals Instead of sending audio, the PC program sends command codes to select the desired carrier offset frequency This method could also be used to digitally generate RTTY, PSK31, and other digital mode transmissions

51 The World s First (?) Homebuilt Digital JT65 Transceiver Cost To Build: $65 Won Best in Show in QRP- ARCI Four Days in May homebrew contest at Dayton 2015

52 So We ll Say It Again When it comes to the Arduino, you are only limited by your imagination As long as it doesn t violate the laws of physics If it does violate the laws of physics, just use a bigger hammer

53 One Final Thing My first Arduino book, Arduino For Ham Radio contains 19 easy-tobuild Arduino projects created primarily for Hams and includes a thorough description of various Arduino boards and variants as well as many of the Arduino Shields, modules, and devices you may find useful in your Ham-related projects Because of the success of this book, ARRL has asked me to write a second Arduino book. This book is planned to contain 15 completely new Arduino projects and will include a thorough description of the latest Arduino boards, variants, shields, and modules. Some of the projects we discussed today will be in the new book Here s where we are with the new book

54 The PRoper Amount of Content has been Verified

55 What s In it? The Arduino Update Arduino Boards and Variants Arduino Shields and Devices Arduino I/O Methods Creating Arduino Projects Android and PC-side Applications Test Equipment and Construction Tips 15 Totally New Project Chapters

56 15 Brand New Projects Auto Power On/Off Station Power Monitor AC Current Monitor Load Tester Voice Memory Keyer Wireless Remote Coax Switch Wireless Remote Telemetry GPS-based Ethernet Network Time Protocol Server Yaesu FT-series Rotator Controller Interface Yaesu G450A/G-800SA Rotator Controller Rebuild Yaesu Rotator Controller Modification 1-30 MHz DDS VFO Antenna SWR Analyzer 40 meter QRP CW Transceiver 40 meter QRP JT65 Transceiver

57 A Sneak Peak

58 Some of The New Projects

59 Arduino Antenna Analyzer

60 Arduino Antenna Analyzer

61 Arduino Antenna Analyzer

62 In Summary The Arduino and its variants provide an inexpensive yet powerful platform to build all those projects you ve always wanted to, but thought they were too difficult to build and code With the Open Source Hardware and Software approach, there is a vast community of Arduino developers sharing their ideas and designs, saving you untold amounts of time and effort It s easy to program. It really is. There are complete tutorials and sample projects on the Arduino website to help you on your way

63 Our Journey s End Hams are builders, thinkers, creators, and inventors a perfect match for the Arduino Imagine the projects you could build with the Arduino, and then go make them happen It s now time for you to venture forth on your own Arduino journey, and above all, have fun

64 Arduino Resources The Arduino Web Site: Check out the Arduino playground it s full of documentation, tutorials, tips and links to other resources Online Arduino Simulator: web.simuino.com Littlebits.cc opensourcehardwaregroup.com/ Arduino Shield List Arduino Hardware: Google it, there s tons more Arduino stuff on the web Arduino For Ham Radio ISBN The Arduino Cookbook : ISBN Beginning Arduino : ISBN Practical Arduino: ISBN Ham Radio for Arduino and PICAXE ISBN Beginning C For Arduino ISBN Exploring Arduino ISBN Design Software Fritzing - Eagle PCB -

65 I m Done - Time for The Toys

66 Questions & Answers, or How Can I Do All This!?!

Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA

Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA N7ETA 6/1/2018 There are many SBC (Single Board Computer), and micro controllers that can be used with the control and operation

More information

Introduction to the Arduino

Introduction to the Arduino CHAPTER 1 Introduction to the Arduino The Arduino Uno. The Arduino has become wildly popular among the hobbyist community. In 2011, there were an estimated 300,000 Arduino boards in use, not counting the

More information

Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K.

Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K. Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K. Roberts Page 1 See Appendix A, for Licensing Attribution information

More information

Introduction to the Arduino Kit

Introduction to the Arduino Kit 1 Introduction to the Arduino Kit Introduction Arduino is an open source microcontroller platform used for sensing both digital and analog input signals and for sending digital and analog output signals

More information

Modernization of QRP RADIOS and Development of the QCX transceiver Hans Summers G0UPL

Modernization of QRP RADIOS and Development of the QCX transceiver Hans Summers G0UPL Modernization of QRP RADIOS and Development of the QCX transceiver Hans Summers G0UPL http://qrp-labs.com Introduction and 3 topics Introduction to the QCX transceiver Three topics: 1. Improving QRP radio

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

WifiBotics. An Arduino Based Robotics Workshop

WifiBotics. An Arduino Based Robotics Workshop WifiBotics An Arduino Based Robotics Workshop WifiBotics is the workshop designed by RoboKart group pioneers in this field way back in 2014 and copied by many competitors. This workshop is based on the

More information

SPECS FEATURES SUPPLIED ACCESSORIES. HF All Band Transceiver

SPECS FEATURES SUPPLIED ACCESSORIES. HF All Band Transceiver 718 HF All Band Transceiver RX 0.030-29.999999MHz* TX 1.800-1.999999 MHz** 3.500-3.999999 MHz** 7.000-7.300000 MHz 10.100-10.150000 MHz 14.000-14.350000 MHz 18.068-18.168000 MHz 21.000-21.450000 MHz 24.890-24.990000

More information

DESCRIPTION DOCUMENT FOR WiFi <-> RS485 <-> LoRa DEVICE BOARD HARDWARE REVISION 0.1

DESCRIPTION DOCUMENT FOR WiFi <-> RS485 <-> LoRa DEVICE BOARD HARDWARE REVISION 0.1 DESCRIPTION DOCUMENT FOR WiFi RS485 LoRa DEVICE BOARD HARDWARE REVISION 0.1 Department Name Signature Date Author Reviewer Approver Revision History Rev Description of Change A Initial Release

More information

JUMA-TRX2 DDS / Control Board description OH2NLT

JUMA-TRX2 DDS / Control Board description OH2NLT JUMA-TRX2 DDS / Control Board description OH2NLT 22.08.2007 General Key functions of the JUMA-TRX2 DDS / Control board are: - provide user interface functions with LCD display, buttons, potentiometers

More information

SynthNV - Signal Generator / Power Detector Combo

SynthNV - Signal Generator / Power Detector Combo SynthNV - Signal Generator / Power Detector Combo The Windfreak SynthNV is a 34.4MHz to 4.4GHz software tunable RF signal generator controlled and powered by a PC running Windows XP, Windows 7, or Android

More information

SNIOT702 Specification. Version number:v 1.0.1

SNIOT702 Specification. Version number:v 1.0.1 Version number:v 1.0.1 Catelog 1 Product introduction... 1 1.1 Product introduction... 1 1.2 Product application... 1 1.3 Main characteristics... 2 1.4 Product advantage... 3 2 Technical specifications...

More information

Software Radio, GNU Radio, and the USRP Product Family

Software Radio, GNU Radio, and the USRP Product Family Software Radio, GNU Radio, and the USRP Product Family Open Hardware for Software Radio Matt Ettus, matt@ettus.com Software Radio Simple, general-purpose hardware Do as much as possible in software Everyone's

More information

Welcome to Ham Radio 201 New General / Extra Session

Welcome to Ham Radio 201 New General / Extra Session Welcome to Ham Radio 201 New General / Extra Session Sponsored by Agenda New Technician / New Licensee 8:00 Kickoff 8:15 VHF/UHF Gear - George 9:00 VHF/UHF Operating - Beric 9:45 VHF Digital Voice George

More information

Development of the QSX transceiver kit

Development of the QSX transceiver kit Development of the QSX transceiver kit Norfolk Amateur Radio Club Wednesday 9-Jan-2019 Hans Summers, G0UPL http://qrp-labs.com QCX 5W CW transceiver kit QRP Labs CW Xcvr Introduced at YOTA 2017 summercamp

More information

LoRa Quick Start Guide

LoRa Quick Start Guide LoRa Quick Start Guide The Things Uno Tweetonig Rotterdam (English) v1.0 - written for Things Uno v4 Index LoRa Quick Start Guide 1 The Things Uno 1 Index 2 Specifications 3 CPU: ATmega32u4 3 Pin layout

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module 1. Description www.nicerf.com RF4432 RF4432 wireless transceiver module RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity

More information

What is it? What do I need? How do I use it? Randy Hall K7AGE

What is it? What do I need? How do I use it? Randy Hall K7AGE PSK-31 What is it? What do I need? How do I use it? Randy Hall K7AGE First, a little bit about me I was first licensed in 1968 I ve been around video since high school Built a TV camera as high school

More information

Transceiver selection and Specs.

Transceiver selection and Specs. Transceiver selection and Specs. Transceivers 1956-2018 From TUBES to SDR Covers 20-10 meters in 100Khz segments, 10 available, crystal needed for each. Plug in crystal holder. 100 Watts output, final

More information

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies CATALOG ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies UNION INTRUMENTS #17 & 18, 4 th floor, Hanumathra Arcade

More information

BUILD AN ARDUINO 101 DATA LOGGER WITH THE TI SENSORTAG

BUILD AN ARDUINO 101 DATA LOGGER WITH THE TI SENSORTAG page 1 / 5 page 2 / 5 build an arduino 101 pdf Arduino is a simple microcontroller board and open source development environment that allows you to make computers that drive both functional and creative

More information

What is it? What do I need? How do I use it? Randy Hall K7AGE

What is it? What do I need? How do I use it? Randy Hall K7AGE PSK-31 What is it? What do I need? How do I use it? Randy Hall K7AGE First, a little bit about me I was first licensed in 1968 I ve been around video since high school Built a TV camera as high school

More information

Getting Started with the micro:bit

Getting Started with the micro:bit Page 1 of 10 Getting Started with the micro:bit Introduction So you bought this thing called a micro:bit what is it? micro:bit Board DEV-14208 The BBC micro:bit is a pocket-sized computer that lets you

More information

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot*

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot* EEL5666C IMDL Spring 2006 Student: Andrew Joseph *Alarm-o-bot* TAs: Adam Barnett, Sara Keen Instructor: A.A. Arroyo Final Report April 25, 2006 Table of Contents Abstract 3 Executive Summary 3 Introduction

More information

Radio. ontrolli. ISM - Low Power Radio Devices. Short Form. Wireless Modules and Wireless Network Solutions. ASK/FSK Radio Modules

Radio. ontrolli. ISM - Low Power Radio Devices. Short Form. Wireless Modules and Wireless Network Solutions. ASK/FSK Radio Modules Radio and Wireless Network Solutions Rev. 1.5 ASKFSK Radio Modules IOT Modules WIFI Modules LORA Modules Bluetooth Modules Transceiver Modules Telemetry Security Systems Industrial Automation Home & Building

More information

Interfacing Sensors & Modules to Microcontrollers

Interfacing Sensors & Modules to Microcontrollers Interfacing Sensors & Modules to Microcontrollers Presentation Topics I. Microprocessors & Microcontroller II. III. Hardware/software Tools for Interfacing Type of Sensors/Modules IV. Level Inputs (Digital

More information

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture # ECEN 7 Electronics Design Laboratory Project Must rely on fully functional Lab circuits, Lab circuit is optional Can re do wireless or replace it with a different

More information

SOUTHERN AVIONICS COMPANY. SE125 Transmitter. SE125 Transmitter 1-1

SOUTHERN AVIONICS COMPANY. SE125 Transmitter. SE125 Transmitter 1-1 1-1 1 Introduction The SE Series transmitters are computer controlled systems designed around an embedded microprocessor. These systems are capable of remote monitoring and maintenance via Ethernet (optional).

More information

Arduino Uno Pinout Book

Arduino Uno Pinout Book Arduino Uno Pinout Book 1 / 6 2 / 6 3 / 6 Arduino Uno Pinout Book Arduino Uno pinout - Power Supply. There are 3 ways to power the Arduino Uno: Barrel Jack - The Barrel jack, or DC Power Jack can be used

More information

Robotic Development Kit. Powered using ATMEL technology

Robotic Development Kit. Powered using ATMEL technology Robotic Development Kit Powered using ATMEL technology Index 1. System overview 2. Technology overview 3. Individual dev-kit components I. Robot II. Remote III. IR-Pod IV. Base-Station V. RFID 4. Robonii

More information

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz

Preliminary GHz Transceiver-µController-Module. Applications PRODUCT SPECIFICATION FEATURES MICROCONTROLLER MHz PRODUCT SPECIFICATION 2.4 2.5 GHz e Applications 6 : 2 " 2! 2 2 + 2 7 + + Alarm and Security Systems Video Automotive Home Automation Keyless entry Wireless Handsfree Remote Control Surveillance Wireless

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

AN4392 Application note

AN4392 Application note Application note Using the BlueNRG family transceivers under ARIB STD-T66 in the 2400 2483.5 MHz band Introduction BlueNRG family devices are very low power Bluetooth low energy (BLE) devices compliant

More information

SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC

SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC Simple Circuits Inc. SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC 2 Meter Transceiver & TNC Simple Circuits Inc. 2015-2018 4/1/2018 Simple Raspberry Pi VHF Transceiver and TNC Introduction: This document

More information

RN-171 Data Sheet. WiFly GSX b/g Wireless LAN Module Features

RN-171 Data Sheet. WiFly GSX b/g Wireless LAN Module Features WiFly GSX 802.11 b/g Wireless LAN Module Features FCC / CE/ IC certified 2.4GHz IEEE 802.11b/g transceiver Small form factor: 1050 x 700 x 130 mil Controllable output power: 0dBm to 12 dbm RF pad connector

More information

RigExpert AA-30.Zero DIY HF Antenna Analyzer A M AT EUR EXTRA, CHEROKEE A M AT EUR R A DIO SOCIETY

RigExpert AA-30.Zero DIY HF Antenna Analyzer A M AT EUR EXTRA, CHEROKEE A M AT EUR R A DIO SOCIETY RigExpert AA-30.Zero DIY HF Antenna Analyzer MAT T PESCH-KK4NLK A M AT EUR EXTRA, CHEROKEE A M AT EUR R A DIO SOCIETY MARCH 10, 2018 DIY Antenna HF Analyzer AA-30.Zero RigExpert offers a DIY version of

More information

DESCRIPTION DOCUMENT FOR WIFI SINGLE DIMMER ONE AMPERE BOARD HARDWARE REVISION 0.3

DESCRIPTION DOCUMENT FOR WIFI SINGLE DIMMER ONE AMPERE BOARD HARDWARE REVISION 0.3 DOCUMENT NAME: DESIGN DESCRIPTION, WIFI SINGLE DIMMER BOARD DESCRIPTION DOCUMENT FOR WIFI SINGLE DIMMER ONE AMPERE BOARD HARDWARE REVISION 0.3 Department Name Signature Date Author Reviewer Approver Revision

More information

VHF Experiments. ...or Putting the Tech back on the Technician Bands. Rick Campbell KK7B. note page numbers for questions

VHF Experiments. ...or Putting the Tech back on the Technician Bands. Rick Campbell KK7B. note page numbers for questions VHF Experiments...or Putting the Tech back on the Technician Bands Rick Campbell KK7B note page numbers for questions 1 Here I am: KK7B/KH6 September 9 2 Here s my VHF Bench: while measuring temperature

More information

Muscle Shoals Amateur Radio Club. Extra License Class Training Session 2

Muscle Shoals Amateur Radio Club. Extra License Class Training Session 2 Muscle Shoals Amateur Radio Club Extra License Class Training Session 2 Review Test Pool Question Review Questions? Syllabus Week 1 9/4/18: Commission s Rules (6 question areas) Week 2 9/11/18: Operating

More information

LnR Precision, Inc. 107 East Central Avenue, Asheboro, NC

LnR Precision, Inc. 107 East Central Avenue, Asheboro, NC LD5 CW/SSB QRP Transceiver Quick guide manual Description: At the development base of the digital signal processing unit, an algorithm is embedded for IQ processing of the channels with phase suppression

More information

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY J. C. Álvarez, J. Lamas, A. J. López, A. Ramil Universidade da Coruña (SPAIN) carlos.alvarez@udc.es, jlamas@udc.es, ana.xesus.lopez@udc.es,

More information

HF SIGNALS ΜBITX. The QRP HF General Coverage Transceiver you can build. Buy Now Circuit Description Wireup Tune Up Help and Support BITX Hacks

HF SIGNALS ΜBITX. The QRP HF General Coverage Transceiver you can build. Buy Now Circuit Description Wireup Tune Up Help and Support BITX Hacks Page 1 of 5 HF SIGNALS ΜBITX The QRP HF General Coverage Transceiver you can build Buy Now Circuit Description Wireup Tune Up Help and Support BITX Hacks ($109 USD) Page 2 of 5 The µbitx is a general coverage

More information

Icom IC-9100 HF/VHF/UHF transceiver

Icom IC-9100 HF/VHF/UHF transceiver 263 Walsall Road, Great Wyrley, Walsall, WS6 6DL Established 1997. Open Monday - Friday 9am - 5pm and Saturday 9.30am - 4pm Tel: 01922 414 796 Fax: 01922 417829 Skype: radioworld_uk Icom IC-9100 HF/VHF/UHF

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

Technician License Course Chapter 5. Lesson Plan Module 11 Transmitters, Receivers and Transceivers

Technician License Course Chapter 5. Lesson Plan Module 11 Transmitters, Receivers and Transceivers Technician License Course Chapter 5 Lesson Plan Module 11 Transmitters, Receivers and Transceivers Generalized Transceiver Categories Mobile Single Band Dual Band All Band Multimode Handheld (HT) VHF/UHF

More information

Using NeoPixels and Servos Together

Using NeoPixels and Servos Together Using NeoPixels and Servos Together Created by Phillip Burgess Last updated on 2017-07-10 03:45:03 AM UTC Guide Contents Guide Contents The Issue The Root of the Problem Using an M0 Board? Introducing

More information

TC-3000C Bluetooth Tester

TC-3000C Bluetooth Tester TC-3000C Bluetooth Tester Product Instructions TC-3000C Bluetooth Tester is able to analyze the data of every packet that is transmitted to the upper application protocol layer using the protocol stack,

More information

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION Mr.Vasudevan, Ms.Aarthi.C, Ms.Arunthathi.M, Ms.Durgakalaimathi.L.T, Ms.Evangelin Darvia.P 1Professor, Dept. of ECE, Panimalar Engineering

More information

DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1

DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1 DESCRIPTION DOCUMENT FOR WIFI / BT HEAVY DUTY RELAY BOARD HARDWARE REVISION 0.1 Department Name Signature Date Author Reviewer Approver Revision History Rev Description of Change A Initial Release Effective

More information

3.3V regulator. JA H-bridge. Doc: page 1 of 7

3.3V regulator. JA H-bridge. Doc: page 1 of 7 Cerebot Reference Manual Revision: February 9, 2009 Note: This document applies to REV B-E of the board. www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The

More information

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual IT-24 RigExpert 2.4 GHz ISM Band Universal Tester User s manual Table of contents 1. Description 2. Specifications 3. Using the tester 3.1. Before you start 3.2. Turning the tester on and off 3.3. Main

More information

Index Terms IR communication; MSP430; TFDU4101; Pre setter

Index Terms IR communication; MSP430; TFDU4101; Pre setter Design and Development of Contactless Communication Module for Pre setter of Underwater Vehicles J.Lavanyambhika, **D.Madhavi *Digital Systems and Signal Processing in Electronics and Communication Engineering,

More information

MICRO-TRAK 8000 MANUAL VER 1.2

MICRO-TRAK 8000 MANUAL VER 1.2 MICRO-TRAK 8000 MANUAL VER 1.2 The Micro-Trak 8000 Version 1.0 is a miniature APRS (Automatic Position Reporting System) transmitter operating on the North American APRS frequency standard of 144.390 MHz.

More information

Welcome to Arduino Day 2016

Welcome to Arduino Day 2016 Welcome to Arduino Day 2016 An Intro to Arduino From Zero to Hero in an Hour! Paul Court (aka @Courty) Welcome to the SLMS Arduino Day 2016 Arduino / Genuino?! What?? Part 1 Intro Quick Look at the Uno

More information

MAKEVMA502 BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL

MAKEVMA502 BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL USER MANUAL 1. Introduction To all residents of the European Union Important environmental information about this product This symbol on the device

More information

Advanced RTK GPS / Compass module with 100x100 mm ground plane and 32-bit MCU

Advanced RTK GPS / Compass module with 100x100 mm ground plane and 32-bit MCU TGM100 Advanced RTK GPS / Compass module with 100x100 mm ground plane and 32-bit MCU Data Sheet Revision: 0.3 Date of Last Revision: 18 April 2017 True Flight Technology, Inc. ( TFT ) reserves the right

More information

Real Time Implementation of Power Electronics System

Real Time Implementation of Power Electronics System Real Time Implementation of Power Electronics System Prof.Darshan S.Patel M.Tech (Power Electronics & Drives) Assistant Professor,Department of Electrical Engineering Sankalchand Patel College of Engineerig-Visnagar

More information

ICS REPEATER CONTROLLERS

ICS REPEATER CONTROLLERS ICS REPEATER CONTROLLERS BASIC CONTROLLER USER MANUAL INTEGRATED CONTROL SYSTEMS 1076 North Juniper St. Coquille, OR 97423 Email support@ics-ctrl.com Website www.ics-ctrl.com Last updated 5/07/15 Basic

More information

Unit level 5 Credit value 15. Introduction. Learning Outcomes

Unit level 5 Credit value 15. Introduction. Learning Outcomes Unit 46: Unit code Embedded Systems A/615/1514 Unit level 5 Credit value 15 Introduction An embedded system is a device or product which contains one or more tiny computers hidden inside it. This hidden

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino Beginning Embedded Electronics for Botballers Using the Arduino Matthew Thompson Allen D. Nease High School matthewbot@gmail.com 1 Introduction Robotics is a unique and multidisciplinary field, where successful

More information

How Radio Works By Marshall Brain

How Radio Works By Marshall Brain How Radio Works By Marshall Brain Excerpted from the excellent resource http://electronics.howstuffworks.com/radio.htm Radio waves transmit music, conversations, pictures and data invisibly through the

More information

MICROPROCESSOR BASED CONTROLLERS

MICROPROCESSOR BASED CONTROLLERS MICROPROCESSOR BASED CONTROLLERS INPUTS Digital Analog TTL Pulse Keyboard Serial Microprocessor Based Controller OUTPUTS On/Off Analog PWM Serial Graphical Text RS232 Abstract: A controller is a system

More information

Technician Licensing Class. Lesson 4. presented by the Arlington Radio Public Service Club Arlington County, Virginia

Technician Licensing Class. Lesson 4. presented by the Arlington Radio Public Service Club Arlington County, Virginia Technician Licensing Class Lesson 4 presented by the Arlington Radio Public Service Club Arlington County, Virginia 1 Quiz Sub elements T6 & T7 2 Good Engineering Practice Sub element T8 3 A Basic Station

More information

Icom IC A Look Under the Hood Bruce Wampler - WA7EWC

Icom IC A Look Under the Hood Bruce Wampler - WA7EWC Icom IC-7300 A Look Under the Hood Bruce Wampler - WA7EWC The Icom IC-7300 is a brand new (April 2016), Direct Conversion, 100% SDR. It is the first SDR amateur radio transceiver by one of the major Japanese

More information

WIRES-X Portable Digital Node Function. Instruction Manual

WIRES-X Portable Digital Node Function. Instruction Manual Wide-Coverage Internet Repeater Enhancement System WIRES-X Portable Digital Node Function Instruction Manual Please read this Instruction Manual carefully for appropriate procedure. Preparation Procedure

More information

G3P-R232. User Manual. Release. 2.06

G3P-R232. User Manual. Release. 2.06 G3P-R232 User Manual Release. 2.06 1 INDEX 1. RELEASE HISTORY... 3 1.1. Release 1.01... 3 1.2. Release 2.01... 3 1.3. Release 2.02... 3 1.4. Release 2.03... 3 1.5. Release 2.04... 3 1.6. Release 2.05...

More information

RF4463F30 High Power wireless transceiver module

RF4463F30 High Power wireless transceiver module RF4463F30 High Power wireless transceiver module 1. Description RF4463F30 adopts Silicon Lab Si4463 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity

More information

For Experimenters and Educators

For Experimenters and Educators For Experimenters and Educators ARobot (pronounced "A robot") is a computer controlled mobile robot designed for Experimenters and Educators. Ages 14 and up (younger with help) can enjoy unlimited experimentation

More information

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr.

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Jonathan Chisum Table of Contents 1 Introduction 3 2 Problem Statement and Proposed Solution

More information

Welcome to the Tampa Amateur Radio Club!

Welcome to the Tampa Amateur Radio Club! Welcome to the Tampa Amateur Radio Club! We re glad you re here! This guide will give you information as to the configuration of TARC s HF Operations facility. The following information is provided: -

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

WIRES-X Portable Digital Node Function. Instruction Manual

WIRES-X Portable Digital Node Function. Instruction Manual Wide-Coverage Internet Repeater Enhancement System WIRES-X Portable Digital Node Function Instruction Manual Please read this Instruction Manual carefully for appropriate procedure. Preparation Procedure

More information

Chapter 15: Serial Controlled (HF) Radio Support

Chapter 15: Serial Controlled (HF) Radio Support 15-1 Chapter 15: Serial Controlled (HF) Radio Support This section describes the controller's interface for serial controlled radios. Most such radios are for the HF bands, but some such as the FT-736

More information

APDS-9960 RGB and Gesture Sensor Hookup Guide

APDS-9960 RGB and Gesture Sensor Hookup Guide Page 1 of 12 APDS-9960 RGB and Gesture Sensor Hookup Guide Introduction Touchless gestures are the new frontier in the world of human-machine interfaces. By swiping your hand over a sensor, you can control

More information

TRIUMPH TECHNOLOGY. Javad Ashjaee

TRIUMPH TECHNOLOGY. Javad Ashjaee TRIUMPH TECHNOLOGY Javad Ashjaee JAVAD GNSS www.javad.com International SatelliteNavigation Forum Moscow, April 7, 2008 TRIUMPH WE ARE BACK TO LEAD With TRIUMPH! 2 TRIUMPH Technology At the heart of our

More information

ZKit-51-RD2, 8051 Development Kit

ZKit-51-RD2, 8051 Development Kit ZKit-51-RD2, 8051 Development Kit User Manual 1.1, June 2011 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

Yavapai Amateur Radio Club 4 September 2008

Yavapai Amateur Radio Club  4 September 2008 Yavapai Amateur Radio Club http://www.w7yrc.org/ 4 September 2008 Having Fun with the Amateur Satellites by Patrick Stoddard http://www.wd9ewk.net/ Amateur satellite history, in brief OSCAR I launched

More information

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

More information

TURN-BY-TURN BPM SYSTEM USING COAXIAL SWITCHES AND ARM MICROCONTROLLER AT UVSOR

TURN-BY-TURN BPM SYSTEM USING COAXIAL SWITCHES AND ARM MICROCONTROLLER AT UVSOR TURN-BY-TURN BPM SYSTEM USING COAXIAL SWITCHES AND ARM MICROCONTROLLER AT UVSOR Tomonori Toyoda, Kenji Hayashi, and Masahiro Katoh, IMS, Okazaki, Japan Abstract A major upgrade of the electron storage

More information

EITF40 Digital and Analogue Projects - GNSS Tracker 2.4

EITF40 Digital and Analogue Projects - GNSS Tracker 2.4 EITF40 Digital and Analogue Projects - GNSS Tracker 2.4 Magnus Wasting 26 February 2018 Abstract In this report a mobile global navigation satellite system with SMS and alarm functionality is constructed.

More information

Stensat Transmitter Module

Stensat Transmitter Module Stensat Transmitter Module Stensat Group LLC Introduction The Stensat Transmitter Module is an RF subsystem designed for applications where a low-cost low-power radio link is required. The Transmitter

More information

The plan... CSE 6324 From control to actuators Michael Jenkin Office Hours: Sherman 1028 Wed 3-4. From the bottom up...

The plan... CSE 6324 From control to actuators Michael Jenkin Office Hours: Sherman 1028 Wed 3-4. From the bottom up... The plan... CSE 6324 From control to actuators Michael Jenkin jenkin@cse.yorku.ca Office Hours: Sherman 1028 Wed 3-4 Lectures this week No class next week Start building the week after (i) Need to sort

More information

RIZ DRM Compact Solution

RIZ DRM Compact Solution The RIZ DRM Compact Solution offers total solution in digitalization of AM broadcasting. It is applicable not only at the new generation of digital ready transmitters but also to the existing analogue

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

Project METEOR Instrumentation Platform P08101

Project METEOR Instrumentation Platform P08101 Project METEOR 07-08 Instrumentation Platform P08101 Team Members (from left to right): Christopher J. Fisher (Project Manager), David J. Semione, Gabriela Eneriz Pereira Nunes, Brian A. Hanna, Sergey

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Radio Basics: How to Choose Your First Radio

Radio Basics: How to Choose Your First Radio Radio Basics: How to Choose Your First Radio (and some other interesting stuff) April 2016 Communications Academy Instructor: Carl Leon, N7KUW Agenda Quick intros Stuff to consider New vs. used Research

More information

Micro-Trak All-In-One APRS Transmitter

Micro-Trak All-In-One APRS Transmitter Micro-Trak All-In-One APRS Transmitter Hardware version 1.1, Manual Version 1.1 The MT-AIO is a self-contained, water resistant APRS transmitter/gps receiver designed for portable use. The MT-AIO is computer

More information

SuitSat-2. Lou McFadin W5DID June 2009

SuitSat-2. Lou McFadin W5DID June 2009 SuitSat-2 Lou McFadin W5DID June 2009 Suitsat 1 ready for Deployment SuitSat-1 Mission and Capabilities Primary mission Voice message Commemorating the 175thAnniversary of Bauman state University Moscow.

More information

Microcomputers for Ham Radio

Microcomputers for Ham Radio Microcomputers for Ham Radio Glen Worstell SCCARC Short Skip May 4, 2015 Acknowledgements : Kerry, K3RRY, for information about the Arduino, and Matthias Koch for assistance with Mecrisp Forth. Introduction

More information

CAT-260 Repeater Controller Computer Automation Technology, Inc

CAT-260 Repeater Controller Computer Automation Technology, Inc CAT-260 Repeater Controller Computer Automation Technology, Inc 7378 W. Atlantic Blvd. #239 Margate, Florida 33063 Phone: (954) 978-6171 Fax: (561) 465-5891 Internet: http://www.catauto.com Table of Contents

More information

Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor

Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor Mechatronics Laboratory Assignment 3 Introduction to I/O with the F28335 Motor Control Processor Recommended Due Date: By your lab time the week of February 12 th Possible Points: If checked off before

More information

High Speed Multimedia in Albuquerque

High Speed Multimedia in Albuquerque High Speed Multimedia in Albuquerque Scott Westerman W9WSW With gratitude to: John Beadles N5OOM What is HSMM? HSMM, or High Speed Multimedia, is the name of an ARRL sponsored technical project to introduce

More information

Small RF Budget SRB MX145

Small RF Budget SRB MX145 Small RF Budget SRB MX145 V 1.0.0 Thank you for choosing the SRB Module Transmitter as an addition to your ham radio equipment! We hope it will turn into an important tool for you in the years to come.

More information

HAM RADIO. What s it all about?

HAM RADIO. What s it all about? HAM RADIO What s it all about? ELCTROMAGNETIC SPECTRUM LF Low Frequency 30 khz to 300 khz One Ham Band soon MF Medium Frequency 300 khz to 3 MHz. Two Ham Bands ( 160 m + one soon). HF High Frequency 3

More information

Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016!

Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016! Software Defined Radio! Primer + Project! Gordie Neff, N9FF! Columbia Amateur Radio Club! March 2016! Overview! What is SDR?! Why should I care?! SDR Concepts! Potential SDR project! 2! Approach:! This

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information