Giter Club home page Giter Club logo

arduinodebugger's Introduction

Overview:

  • This project will allow you to set a breakpoint in your sketch and step through it
  • Proper wiring to each device is supported and expected in some cases
  • Actual Arduino libraries such as Keypad.cpp are used wherever possible.

Supported Projects/Component:

Project File Components Description
LEDSwitch.txt LED, Momentary Depress Switch LED goes on when switch is pressed
Resistor5VSwitch.txt LED, Resistor, Momentary Depress Switch LED goes on when switch is pressed
Blinky.txt LED LED goes on/off automatically
Digit3.txt 3 Digit 7 segment display, Momentary Depress Switch 7 segment display updates when momentary depress switch presed
Keypad.txt 4x4 matrix keypad Serial output updates upon key press
KeypadDisplay.txt 4x4 matrix keypad, LCD Display LCD display updates upon key press
LCDDisplay.txt LCDDisplay, Momentary Depress Switch LCD display updates when switch is pressed
SevenSeg.txt 7 segment display of single digit 7 segment digit increments upon switch press
RotaryDip.txt Rotary Dip switch Serial output updates when one of 3 rotary dip switches are changed
ShiftRegister.txt 74HC595 Shift Register, LED, Momentary Depress Switch LEDs connected to shift register update when switch is pressed
Multiplexer.txt 4051 Multiplexer When switch is depressed multiplexer chooses other input

Free CPP Compiler:
The free cpp compiler that was used to build this project can be downloaded from http://sourceforge.net/projects/orwelldevcpp/

Build/Run instructions:

  • clone ArduinoDebugger
  • Compile and Run, Open a project
  • Rebuild All if the sketch.ino changes
  • Set breakpoints, Debug

Online videos that demonstrate usage:

Last Tested 6/7/2013 on Windows OS: Windows 8

Last Tested with Arduino libraries from version 1.0.2

Questions/Comments [email protected]

Help with projects I can help with projects

I sell on Tindie

I have recently discovered TDD which dictates that all code changes be preceded by a test case enhancement. While I don't have that many test-cases, I do have a suite of projects which are loaded and tested before every release.

Design Notes

  • SimUtilities Class
    • Contains utilities to list all connections and set a value on the connection
  • Pull-up Resistor
    • pinMode (pinNumber,INPUT);
    • digitalWrite (pinNumber,1); // Set pull-up resistor
    • Will have constValue.value = 1, and constValue.resistance = 20000

arduinodebugger's People

Contributors

albfan avatar paulware avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.