Contents. What is Flowcode 3 What s new in Flowcode 8 9 Flowcode & Arduino 12 Flowcode in Education 13 Supported devices 15.

Size: px
Start display at page:

Download "Contents. What is Flowcode 3 What s new in Flowcode 8 9 Flowcode & Arduino 12 Flowcode in Education 13 Supported devices 15."

Transcription

1

2 Contents What is Flowcode 3 What s new in Flowcode 8 9 Flowcode & Arduino 12 Flowcode in Education 13 Supported devices 15 2

3 What is Flowcode? Flowcode is an advanced integrated development environment (IDE) for electronic and electromechanical system development targeting microcontrollers such as Arduino, PIC and ARM, and rugged industrial interfaces using protocols such as Modbus and CAN. Non-programmer friendly Those with little or no programming experience can use Flowcode without barriers. In a matter of minutes, beginners can start to develop electronics systems using the graphical programming modes available. Flowcode is perfect for teaching and learning key microcontroller system principles. Flowcode saves time Being an intuitive, graphical programming IDE gives Flowcode users the ability to develop complex systems quickly. Engineers use Flowcode because it allows for fast development, speeding up learning processes for microcontroller systems development. 3

4 Fast & easy graphical programming Choice of programming methods Being able to use graphical icons to develop your system makes Flowcode easy-to-use. If you re a firsttime developer or have little experience of developing electronic systems, Flowcode will make it easy for you to pick up the fundamentals and run with your designs without getting bogged down in syntax. Users can choose between two graphical methods of programming - flowcharts or Blocks - and two scripted coding modes - Pseudocode or C - making for a very flexible IDE. Fast system development Programming can be a complex, drawn out process and can often result in errors. Ensuring your code is accurate and precise takes skill and time. With Flowcode, your job becomes easier. Programs that previously took hours to design and perfect can be brought together in minutes. The added advantage of simulation also allows you to check and test your designs prior to compilation to a microcontroller. Learn and program using C code If you re a more advanced programmer or have prewritten code you want to embed into your design, Flowcode allows you to do just that. What s more, if you re using graphical icons, you can view and learn code side-by-side with your design, meaning academic users of Flowcode develop their learning over time. Convert your C code into graphical programs and your graphical programs into C to develop and grow your understanding. You can now even simulate your C code, too. 4

5 Test & Debugging Ghost Technology Ghost Technology is an advanced way of testing and debugging your electronic system. Using Matrix s range of E-blocks and E-blocks2 hardware, you can monitor every pin and every variable on your microcontroller and interpret serial data inputs and outputs. Flowcode includes an in-software oscilloscope and data recorder which both display feedback and information live from the hardware you re using. Simulation debugger For many engineers, a key requirement is to ensure the designs you have developed will work when you compile to your microcontroller. Flowcode allows you to do all you need in simulation using the simulation debugger. This becomes active during simulation and is used to monitor both the values of the variables in your program, and the macros which are being called. Flowcode 8 allows you to simulate your C code. Code profiling Code profiling shows the user when icons have been hit when the program is executed, distinguishing between sections of code that may be redundant and other parts which are executed often. This helps you improve program efficiency. 5

6 In-Circuit-Test and In-Circuit-Debugging In Circuit Debug (ICD) allows you to control the execution of your Flowcode program on E-blocks & E-blocks2 hardware. This allows you to Run, Step, Pause, use Breakpoints, and monitor and set variable values. In Circuit Test (ICT) allows you to monitor the signals on the pins of your microcontroller, providing you with a clear picture of what is happening on your hardware. ICT mode also allows you to decode communications signals including UART, SPI and I2C packets. 6

7 Simulation Simulate your code Prior to deploying your code to a microcontroller, you can simulate in Flowcode, to ensure your design is accurate and will run as you expect. This can be done not only for your flowchart, Blocks or Pseudocode projects, but even for your C code-based developments, too. Create simple designs Create simple actuators or valves or add simple shapes to your existing designs and use the built in API to control these creations during simulation. You can even use the Flowcode system panel tools to create your own simple 3D models. Import your designs from CAD packages Flowcode integration with third party drawing packages (such as Solidworks), through support for various file formats, means that you can easily import your 3D drawings and designs into Flowcode, then characterise and bring their electromechanical elements to life with the advanced simulation capabilities. Check out the how-to guide here. Multi-view system panel View your designs from different angles within the system panel. Split-screen capabilities means you can ensure you are happy with your electronic design. Furthermore, high-speed simulation means that your system works close to real-time - so you can verify your design live. 7

8 Component Library Pre-developed components A whole suite of electromechanical components exists in our large library of parts; from simple switches and LED s to more complex communications modules. These components are developed and grown with every release of Flowcode we launch, ensuring you have what you need to develop your electronic systems. Academic licences gain access to all components, with professional and standard users gaining access through the purchase of feature packs. Communications components Communications developments form a large part of modern day electronic education and understanding. Communications protocols including CAN bus, Bluetooth, USB, Ethernet and Wi-Fi are widely studied across the globe. All of these components are available within the Flowcode environment and come as standard with all academic licences. New components added Flowcode 8 contains hundreds components that can be used to create a wide range of electrical and electromechanical systems. These components can also be used as a basis for creating your own components or simulations. Version 8 includes a number of new components for system development and more are constantly being added via the dynamic update system. You can find a full list of components in the Flowcode datasheet. 8

9 What s new in Flowcode 8 New programming modes Flowcode is the perfect flowcharting language for platforms including Arduino, however users can now program in Blocks mode, Pseudocode as well as C code. C-code Conversion and Simulation You can now convert your most C code programs to other programming modes including flowcharts. Moreover, you can simulate C code with ease. Code folding & Icon grouping Users can improve the readability of their programs by using the new in-built facilities to collapse sections of their programs and group together specific icons. New programming modes Flowcode is the perfect flowchart language for platforms such as Arduino. However, users can now program in Blocks mode, Pseudocode as well as C code. Programming using Blocks can be likened to the way the Blockly library is used to create block programming languages such as Scratch or App Inventor, whilst Pseudocode gives users a new way to construct commands and build programs without the complexities of C. 9

10 C-code simulation and conversion You can now convert most C code to flowcharts and simulate C code with ease. Flowcode has always allowed users to turn flowcharts into C code, but the opposite has not been possible. Flowcode 8 changes this, and also allows users to not only switch between the four main programming modes, but to simulate C code for the first time. To convert to C code, simply click on and highlight the C-code icon you wish to convert into Flowcharts and press the new C conversion icon on the toolbar. The C code will then be parsed by Flowcode and transformed into the relevant flowchart icons. Hover over the picture on the left to see the C-code being transformed. Raspberry Pi as a Flowcode target For the first time, Flowcode 8 enables users to target the hugely popular Raspberry Pi board. Whether you are working with a Raspberry Pi model 2B(v1.2), 3B or 3B+, it s an intuitive way to program for you, either at home or in the classroom. Alongside this, our E-blocks2 hardware platform also supports the Raspberry Pi and the Raspberry Pi Shield is perfect for those who wish to integrate their Pi into the E-blocks system. 10

11 Code folding & Icon grouping Code Folding Code Folding is a new feature in Flowcode 8 which will improve the readability of your projects. By clicking on the [+] or [-] icon within the flowchart, this will collapse the preceeding icons, reducing the amount of clutter on the screen. Icon Grouping Icon Grouping will allow you to create custom groups of icons which you can then copy and paste to easily manage commonly used code within your projects. These two new features give you the ability to create compact, easy to follow projects for yourself, your students or colleagues. Auto ID your hardware Flowcode can be used by users of any hardware platform supported by the software. For example, Arduino or Raspberry Pi users can use their own boards as a direct target for the projects they develop in Flowcode. Users of E-blocks2 hardware can now benefit from a very impressive new feature in Flowcode 8, which is the ability to automatically identify the hardware boards they have connected to their laptop or PC via USB. This ensures that users can be clear about which boards they are using and not worry about the configuration of their hardware before compilation of their projects. 11

12 Arduino and Flowchart programming The Arduino prototyping hardware platform has a large following of educators and enthusiasts around the world. Flowcode can target and program Arduino hardware directly. E-blocks hardware is also available to provide access to modular plug and play circuitry as well as debugging support. Flowcode includes support for many of the AVR based Arduino boards available including the Deumilanove, Leonardo, LilyPad, Mega, Micro, Mini, Nano, Uno and more. Graphical Arduino programming in the form of flowcharts or blocks is possible using Flowcode's powerful development environment. This presents users with multiple benefits including: Syntax-free coding; users do not get bogged down with missing semi-colons any longer Drag and drop of coding icons and programming libraries Simulation of Arduino projects (including graphical and most C code programs) Inbuilt test-and-debug capabilities Multiple programming modes (visual and textual) and effortless conversion between them C code editing and conversion to graphical icons Simple porting between devices, including non-arduino targets Arduino and Education Matrix offers support to Arduino users via our hardware platform, E-blocks2 (see our Arduino microcontroller system development kit, right). We also offer both on-site training to your centre, and remote training through our curriculum provision. You can see our microcontroller systems course for free, or read more about how we support education with Arduino programming on our Education page. 12

13 Flowcode in Education Flowcode academic licences are available to schools, colleges, universities and training providers at a discounted rate in comparison to standard and professional licences. We offer single user, ten user and site licence versions. Prices can be obtained by contacting us directly, or by contacting one of our worldwide distributors. FREE Student licences For the first time, those academic institutions and training centres who are using Flowcode can license their students for home use of Flowcode completely free of charge, as long as you remain on the latest released version. BTEC Level 3, unit 6 The Edexcel BTEC NQF qualification at National level (3) unit 6; Microcontroller systems for engineers, states that specific hardware and software must be used by centres in their delivery. Amongst the software that can be used is Flowcode. Users can take advantage of the graphical capabilities of Flowcode when it comes to using the Arduino or PIC hardware. In addition to Flowcode, we have two hardware kits, perfect for delivery of this unit on either Arduino or PIC, plus a FREE BTEC approved course on Microcontrollers PIC Microcontroller System Development Kit Arduino Microcontroller System Development Kit FREE Micrcontroller Introduction course for BTEC BTEC Unit 6 forum support area Support & Training One of the huge benefits of academic and training institutions opting to work with us is the extensive support we can offer. You ll find more in the support pages of Flowcode, but if you want to know more about how you and your colleagues can benefit from using Flowcode and accessing our training courses, do not hesitate to get in touch. We are able to offer Flowcode users on-site Flowcode training, which can be delivered at your place of work/study at a competitive per day rate. Alternatively, we love having people to visit our HQ in Halifax, West Yorkshire for training. 13

14 Testimonials Teaching the BTEC L3 and L4 Microcontroller units to students with a mechanical engineering background using the Arduino IDE was a struggle for both the students and myself. Then I discovered Flowcode and life became so much easier. No worries about missing semicolons, round brackets where curly brackets should have been used etc. Flowcode is more than just an entry level tool to programming with the more able students tackling some really complex problems using timer interrupts, I2C peripherals and simple multi-tasking schemes. Eastleigh College, United Kingdom We have been using Flowcode since 2010 in our microcontroller laboratories. Flowcode is the ideal perfect system to teach the students a systematic and organized, but simple way of programming microcontrollers. Since Flowcode covers multiple microcontroller platforms, the students are not limited to one type of microcontroller. About three years ago, we updated our control laboratory, and we started using Flowcode for digital control on dspic microcontrollers. Flowcode is a great educational tool, updated frequently to keep up with the newest and most advanced technologies. Many of our students use Flowcode in the design and programming of their senior embedded system design projects. They love the advanced simulation and In Circuit Testing capability of Flowcode too (Ghost Technology). I cannot explain enough my appreciation and my students enjoyment and satisfaction of learning using Flowcode. I must also mention the prompt help and support provided by Matrix at all times. Finally, after using Flowcode for several years, flowcode proved to the best tool for programming several microcontroller platforms from entry level student projects to very advanced and sophisticated projects. George Breidy, ECCE Laboratory Supervisor, Notre Dame University, Lebanon In 2015, the department of electronic engineering began using a range of E-blocks hardware solutions for specific telecommunications programs to be taught at the University. I used Flowcode for the students in a module called Embedded Systems Engineering (MSc and MEng module). Some students have never used microcontrollers before and they were able to use Flowcode easily for basic microcontroller based embedded system design on a ping pong game. The students moved on to use Flowcode for a project on ZigBee based wireless network system for environment monitoring. The project was very successful. Hongying Meng, Brunel University, United Kingdom 14

15 Supported Devices Arduino programming One of the major benefits of using Flowcode, is that it simplifies the programming of Arduino platforms through its use of graphical programming. Arduino support means you can do more with your Arduino than you ever dreamed, and you can even integrate it into our E-blocks modules with our E-blocks2 Arduino Shield. E-blocks & E-blocks2 Use Flowcode to program Matrix s E-blocks; the perfect platform for learners, engineers and electronic system developers to quickly prototype your designs on a rugged set of hardware. Programming boards and peripheral downstream boards, ranging from input and output, to communications and prototyping makes this the ultimate development platform. Our new E-blocks2 range is out now, and features development boards and kits for Arduino, PIC MCUs, Raspberry Pi, ARM and more. MIAC The MIAC range from Matrix gives electronic engineers a rugged industrial platform on which to develop their designs. The MIAC range of hardware is fully supported by Flowcode and is available with a choice of Microcontroller brain: 8bit PIC, 16bit PIC or Arduino. Users have a PLC which is easy to program, reliable and perfect for harsh, industrial environments. 15

16 8Bit PIC Flowcode provides support for a range of 8-bit microcontrollers from Microchip, with an easy-to-use development environment, technical documentation and our hardware platform. 16Bit & 32bit PIC Flowcode also supports Microchip s 16-bit (also known as dspic or PIC24 devices) and 32-bit (PIC32) families of MCU s. The PIC32 family delivers 32-bit performance and more memory, to solve increasing complex embedded system design challenges. Raspberry Pi New in Flowcode 8, is the ability to control Raspberry Pi devices. For those wanting to integrate the Raspberry Pi into our new E-blocks2 range, we have also developed a hardware platform, the Raspberry Pi Shield, through which your Raspberry Pi becomes compatible with the whole new range of Eblocks2 boards. Perfect for those studying Computer Science or those who wish to develop using the Pi. Microchip templates Another new feature of Flowcode 7 is the inclusion of templates for a number of popular Microchip development boards including the Curiosity and Xpress boards. AVR & ARM Atmel s AVR devices and ARM MCUs including the popular STM32 ARM family are also supported in Flowcode. 16

17 Supported devices Free targets 16F18877.fcdx 16F1937.fcdx 16F84A.fcdx 16F877A.fcdx 16F88.fcdx 30F3014.fcdx 30F4013.fcdx 32MX320F128H.fcdx Arduino LilyPad 328.fcdx Arduino Uno PDIP.fcdx Arduino Uno R3 PDIP.fcdx Arduino Uno R3 SMD.fcdx Arduino Uno SMD.fcdx AT91SAM7S128.fcdx ATMEGA328P BL0011.fcdx BL0032.fcdx BL0036.fcdx BL0055.fcdx BL0061.fcdx BL0080.fcdx BL0086.fcdx ChipKIT uc32 PICKIT.fcdx ChipKIT Uno32 PICKIT.fcdx ChipKIT WF32 PICKIT.fcdx EB031.fcdx EB091.fcdx ECIO-28.fcdx ECIO-40.fcdx ECIO40P16.fcdx ECIOARM.fcdx Formula Allcode.fcdx Formula Flowcode Buggy.fcdx Locktronics PIC.fcdx Matrix Project Board (18F24K50).fcdx Matrix Proto Board (18F24K50). fcdx MIAC (Arduino-Compatible) System.fcdx MIAC (Arduino-Compatible). fcdx MIAC (dspic) System.fcdx MIAC (dspic).fcdx MIAC System.fcdx MIAC V2.fcdx MIAC.fcdx Microchip Curiosity.fcdx Microchip MPLABXpress.fcdx Microchip PICkit 44Pin Demo Board.fcdx Microchip PICkit Low Pin Count Demo.fcdx Arduino Arduino BT 168.fcdx Arduino BT 328.fcdx Arduino Duemilanove 168.fcdx Arduino Duemilanove 328P. fcdx Arduino Duemilanove168P.fcdx Arduino Ethernet.fcdx Arduino EtherTen.fcdx Arduino Fio.fcdx Arduino Leonardo.fcdx Arduino LilyPad 168.fcdx Arduino LilyPad 328.fcdx Arduino LilyPad Simple and Simple Snap.fcdx Arduino LilyPad Usb.fcdx Arduino Mega 1280.fcdx Arduino Mega 2560 R3.fcdx Arduino Mega 2560.fcdx Arduino Mega ADK 2560 R3.fcdx Arduino Mega ADK 2560.fcdx Arduino Micro.fcdx Arduino Mini.fcdx Arduino Nano 168.fcdx Arduino Nano 328.fcdx Arduino Pro 168 3V3.fcdx Arduino Pro 168 5V.fcdx Arduino Pro 328 3V3.fcdx Arduino Pro 328 5V.fcdx Arduino Pro Mini 3V3.fcdx Arduino Pro Mini 5V.fcdx Arduino RFu-328.fcdx Arduino Trinket.fcdx Arduino Uno PDIP.fcdx Arduino Uno R3 PDIP.fcdx Arduino Uno R3 SMD.fcdx Arduino Uno SMD.fcdx Arduino XinoRF.fcdx Arduino Yun.fcdx BL0055.fcdx MIAC (Arduino-Compatible) System.fcdx MIAC (Arduino-Compatible). fcdx ARM 32F0308Discovery.fcdx 32F030C6.fcdx 32F030C8.fcdx 32F030CC.fcdx 32F030F4.fcdx 32F030K6.fcdx 32F030Nucleo64.fcdx 32F030R8.fcdx 32F030RC.fcdx 32F031K6.fcdx 32F031Nucleo32.fcdx 32F042K6.fcdx 32F042Nucleo32.fcdx 32F051C8.fcdx 32F051Discovery.fcdx 32F051K8.fcdx 32F051R8.fcdx 32F070Nucleo64.fcdx 32F072Discovery.fcdx 32F072Nucleo64.fcdx 32F091Nucleo64.fcdx 32F302Nucleo64.fcdx 32F303CB.fcdx 32F303K6.fcdx 32F303Nucleo144.fcdx 32F303Nucleo32.fcdx 32F303Nucleo64.fcdx 32F303RD.fcdx 32F303RE.fcdx 32F303VC.fcdx 32F303VD.fcdx 32F303VE.fcdx 32F303ZD.fcdx 32F303ZE.fcdx 32F334K8.fcdx 32F334Nucleo64.fcdx 32F3Discovery.fcdx 32F401Nucleo64.fcdx 32F405IE.fcdx 32F405IG.fcdx 32F405RE.fcdx 32F405RG.fcdx 32F405VE.fcdx 32F405VG.fcdx 32F405ZE.fcdx 32F405ZG.fcdx 32F407IE.fcdx 32F407IG.fcdx 32F407RE.fcdx 32F407RG.fcdx 32F407VE.fcdx 32F407VG.fcdx 32F407ZE.fcdx 32F407ZG.fcdx 32F410Nucleo64.fcdx 32F411CC.fcdx 32F411CE.fcdx 32F411EDiscovery.fcdx 32F411Nucleo64.fcdx 32F411RC.fcdx 32F411RE.fcdx 32F411VC.fcdx 32F411VE.fcdx 32F429Discovery.fcdx 32F446Nucleo144.fcdx 32F446Nucleo64.fcdx 32F446ZE.fcdx 32F469Discovery.fcdx 32F746Discovery.fcdx 32F746Nucleo144.fcdx AT91SAM7S128.fcdx AT91SAM7S128_64.fcdx AT91SAM7S16.fcdx AT91SAM7S161.fcdx AT91SAM7S16_64.fcdx AT91SAM7S256.fcdx AT91SAM7S256_64.fcdx AT91SAM7S32.fcdx AT91SAM7S321.fcdx AT91SAM7S321_64.fcdx AT91SAM7S32_64.fcdx AT91SAM7S512.fcdx AT91SAM7S512_64.fcdx AT91SAM7S64.fcdx AT91SAM7S64_64.fcdx AT91SAM7S64_EK.fcdx AT91SAM7SE256.fcdx AT91SAM7SE32.fcdx AT91SAM7SE512.fcdx BL0061.fcdx EB031.fcdx ECIOARM.fcdx AVR AT90CAN128.fcdx AT90CAN32.fcdx AT90CAN64.fcdx AT90PWM1.fcdx AT90PWM2.fcdx AT90PWM216.fcdx AT90PWM2B.fcdx AT90PWM3.fcdx AT90PWM316.fcdx AT90PWM3B.fcdx AT90PWM81.fcdx AT90S2313.fcdx AT90S2323.fcdx AT90S2333.fcdx AT90S2343.fcdx AT90S4414.fcdx AT90S4433.fcdx AT90S4434.fcdx AT90S8515.fcdx AT90S8535.fcdx AT90USB1286.fcdx AT90USB1287.fcdx AT90USB162.fcdx AT90USB646.fcdx AT90USB647.fcdx AT90USB82.fcdx ATMEGA103.fcdx ATMEGA128.fcdx ATMEGA1280.fcdx ATMEGA1281.fcdx ATMEGA1284P.fcdx ATMEGA16.fcdx ATMEGA161.fcdx ATMEGA162.fcdx ATMEGA163.fcdx ATMEGA164A.fcdx ATMEGA164P.fcdx ATMEGA165.fcdx ATMEGA165P.fcdx ATMEGA168.fcdx ATMEGA168P.fcdx ATMEGA169.fcdx ATMEGA169P.fcdx ATMEGA16A.fcdx ATMEGA16M1.fcdx ATMEGA16U2.fcdx ATMEGA16U4.fcdx ATMEGA2560.fcdx ATMEGA2561.fcdx ATMEGA32.fcdx ATMEGA323.fcdx ATMEGA324A.fcdx ATMEGA324P.fcdx ATMEGA325.fcdx ATMEGA3250.fcdx ATMEGA3250P.fcdx ATMEGA325P.fcdx ATMEGA328.fcdx ATMEGA328P.fcdx ATMEGA328PTQFP.fcdx ATMEGA328TQFP.fcdx ATMEGA329.fcdx ATMEGA3290.fcdx ATMEGA3290P.fcdx ATMEGA329P.fcdx ATMEGA32C1.fcdx ATMEGA32M1.fcdx ATMEGA32U2.fcdx ATMEGA32U4.fcdx ATMEGA32U6.fcdx ATMEGA406.fcdx ATMEGA48.fcdx ATMEGA48P.fcdx ATMEGA64.fcdx ATMEGA640.fcdx ATMEGA644.fcdx ATMEGA644P.fcdx ATMEGA645.fcdx ATMEGA6450.fcdx ATMEGA6450P.fcdx ATMEGA645P.fcdx ATMEGA649.fcdx ATMEGA6490.fcdx ATMEGA6490P.fcdx ATMEGA649P.fcdx ATMEGA64C1.fcdx ATMEGA64M1.fcdx ATMEGA8.fcdx ATMEGA8515.fcdx ATMEGA8535.fcdx ATMEGA88.fcdx ATMEGA88P.fcdx ATMEGA8TQFP.fcdx ATMEGA8U2.fcdx ATTINY13.fcdx ATTINY167.fcdx ATTINY22.fcdx ATTINY2313.fcdx ATTINY24.fcdx ATTINY25.fcdx ATTINY26.fcdx ATTINY261.fcdx ATTINY4313.fcdx ATTINY44.fcdx ATTINY45.fcdx ATTINY461.fcdx ATTINY48.fcdx ATTINY84.fcdx ATTINY85.fcdx ATTINY861.fcdx ATTINY87.fcdx ATTINY88.fcdx ATTINY88TQFP.fcdx ATXMEGA128A1.fcdx ATXMEGA128A3.fcdx ATXMEGA128D3.fcdx ATXMEGA16A4.fcdx ATXMEGA16D4.fcdx ATXMEGA192A3.fcdx ATXMEGA192D3.fcdx ATXMEGA256A3.fcdx ATXMEGA256A3B.fcdx ATXMEGA256D3.fcdx ATXMEGA32A4.fcdx ATXMEGA32D4.fcdx ATXMEGA64A1.fcdx ATXMEGA64A3.fcdx ATXMEGA64D3.fcdx BL0086.fcdx [PIC - 8bit] 10F200.fcdx 10F202.fcdx 10F204.fcdx 10F206.fcdx 10F220.fcdx 10F222.fcdx 10F320.fcdx 10F322.fcdx 10LF320.fcdx 10LF322.fcdx 12C508.fcdx 12C508A.fcdx 12C509.fcdx 12C509A.fcdx 12C671.fcdx 12C672.fcdx 12CE518.fcdx 12CE519.fcdx 12CE673.fcdx 12CE674.fcdx 12F1501.fcdx 12F1571.fcdx 12F1572.fcdx 12F1612.fcdx 12F1822.fcdx 12F1840.fcdx 12F508.fcdx 12F509.fcdx 12F510.fcdx 12F609.fcdx 12F615.fcdx 12F617.fcdx 12F629.fcdx 12F635.fcdx 12F675.fcdx 12F683.fcdx 12F752.fcdx 12HV609.fcdx 12HV615.fcdx 12HV752.fcdx 12LF1501.fcdx 12LF1571.fcdx 12LF1572.fcdx 12LF1612.fcdx 12LF1822.fcdx 12LF1840.fcdx 16C716.fcdx 16C717.fcdx 16C72.fcdx 16C72A.fcdx 16C73.fcdx 16C73A.fcdx 16C73B.fcdx 16C74.fcdx 16C74A.fcdx 16C74B.fcdx 16C76.fcdx 16C77.fcdx 16C770.fcdx 16C771.fcdx 16C773.fcdx 16C774.fcdx 16C84.fcdx 16C923.fcdx 16C924.fcdx 16CR72.fcdx 16CR83.fcdx 16CR84.fcdx 16F1454.fcdx 16F1455.fcdx 16F1459.fcdx 16F1503.fcdx 16F1507.fcdx 16F1508.fcdx 16F1509.fcdx 16F15313.fcdx 16F15323.fcdx 16F15324.fcdx 16F15325.fcdx 16F15344.fcdx 17

18 18 16F15345.fcdx 16F15354.fcdx 16F15355.fcdx 16F15356.fcdx 16F15375.fcdx 16F15376.fcdx 16F15385.fcdx 16F15386.fcdx 16F1613.fcdx 16F1614.fcdx 16F1615.fcdx 16F1618.fcdx 16F1619.fcdx 16F1703.fcdx 16F1704.fcdx 16F1705.fcdx 16F1707.fcdx 16F1708.fcdx 16F1709.fcdx 16F1713.fcdx 16F1716.fcdx 16F1717.fcdx 16F1718.fcdx 16F1719.fcdx 16F1764.fcdx 16F1765.fcdx 16F1768.fcdx 16F1769.fcdx 16F1784.fcdx 16F1786.fcdx 16F1787.fcdx 16F1788.fcdx 16F1789.fcdx 16F1823.fcdx 16F1824.fcdx 16F1825.fcdx 16F1826.fcdx 16F1827.fcdx 16F1828.fcdx 16F1829.fcdx 16F18313.fcdx 16F18323.fcdx 16F18324.fcdx 16F18325.fcdx 16F18326.fcdx 16F18344.fcdx 16F18345.fcdx 16F18346.fcdx 16F1847.fcdx 16F18854.fcdx 16F18855.fcdx 16F18856.fcdx 16F18857.fcdx 16F18875.fcdx 16F18876.fcdx 16F18877.fcdx 16F1933.fcdx 16F1934.fcdx 16F1936.fcdx 16F1937.fcdx 16F1938.fcdx 16F1939.fcdx 16F1946.fcdx 16F1947.fcdx 16F505.fcdx 16F506.fcdx 16F527.fcdx 16F54.fcdx 16F57.fcdx 16F570.fcdx 16F59.fcdx 16F610.fcdx 16F616.fcdx 16F627.fcdx 16F627A.fcdx 16F628.fcdx 16F628A.fcdx 16F630.fcdx 16F631.fcdx 16F636.fcdx 16F639.fcdx 16F648A.fcdx 16F676.fcdx 16F677.fcdx 16F684.fcdx 16F685.fcdx 16F687.fcdx 16F688.fcdx 16F689.fcdx 16F690.fcdx 16F707.fcdx 16F716.fcdx 16F72.fcdx 16F720.fcdx 16F721.fcdx 16F722.fcdx 16F723.fcdx 16F724.fcdx 16F726.fcdx 16F727.fcdx 16F73.fcdx 16F737.fcdx 16F74.fcdx 16F747.fcdx 16F753.fcdx 16F76.fcdx 16F767.fcdx 16F77.fcdx 16F777.fcdx 16F785.fcdx 16F818.fcdx 16F819.fcdx 16F83.fcdx 16F84.fcdx 16F84A.fcdx 16F87.fcdx 16F870.fcdx 16F871.fcdx 16F872.fcdx 16F873.fcdx 16F873A.fcdx 16F874.fcdx 16F874A.fcdx 16F876.fcdx 16F876A.fcdx 16F877.fcdx 16F877A.fcdx 16F88.fcdx 16F882.fcdx 16F883.fcdx 16F884.fcdx 16F886.fcdx 16F887.fcdx 16F913.fcdx 16F914.fcdx 16F916.fcdx 16F917.fcdx 16F946.fcdx 16HV753.fcdx 16LF1454.fcdx 16LF1455.fcdx 16LF1459.fcdx 16LF1503.fcdx 16LF1507.fcdx 16LF1508.fcdx 16LF1509.fcdx 16LF15313.fcdx 16LF15323.fcdx 16LF15324.fcdx 16LF15325.fcdx 16LF15344.fcdx 16LF15345.fcdx 16LF15354.fcdx 16LF15355.fcdx 16LF15356.fcdx 16LF15375.fcdx 16LF15376.fcdx 16LF15385.fcdx 16LF15386.fcdx 16LF1613.fcdx 16LF1614.fcdx 16LF1615.fcdx 16LF1618.fcdx 16LF1619.fcdx 16LF1703.fcdx 16LF1704.fcdx 16LF1705.fcdx 16LF1707.fcdx 16LF1708.fcdx 16LF1709.fcdx 16LF1713.fcdx 16LF1716.fcdx 16LF1717.fcdx 16LF1718.fcdx 16LF1719.fcdx 16LF1764.fcdx 16LF1765.fcdx 16LF1768.fcdx 16LF1769.fcdx 16LF1784.fcdx 16LF1786.fcdx 16LF1787.fcdx 16LF1788.fcdx 16LF1789.fcdx 16LF1823.fcdx 16LF1824.fcdx 16LF1825.fcdx 16LF1826.fcdx 16LF1827.fcdx 16LF1828.fcdx 16LF1829.fcdx 16LF18313.fcdx 16LF18323.fcdx 16LF18324.fcdx 16LF18325.fcdx 16LF18326.fcdx 16LF18344.fcdx 16LF18345.fcdx 16LF18346.fcdx 16LF1847.fcdx 16LF18854.fcdx 16LF18855.fcdx 16LF18856.fcdx 16LF18857.fcdx 16LF18875.fcdx 16LF18876.fcdx 16LF18877.fcdx 16LF1902.fcdx 16LF1903.fcdx 16LF1904.fcdx 16LF1906.fcdx 16LF1907.fcdx 16LF1933.fcdx 16LF1934.fcdx 16LF1936.fcdx 16LF1937.fcdx 16LF1938.fcdx 16LF1939.fcdx 16LF1946.fcdx 16LF1947.fcdx 16LF627.fcdx 16LF627A.fcdx 16LF628.fcdx 16LF628A.fcdx 16LF648A.fcdx 16LF707.fcdx 16LF720.fcdx 16LF721.fcdx 16LF722.fcdx 16LF723.fcdx 16LF724.fcdx 16LF726.fcdx 16LF727.fcdx 16LF74.fcdx 16LF747.fcdx 16LF76.fcdx 16LF767.fcdx 16LF77.fcdx 16LF777.fcdx 16LF818.fcdx 16LF819.fcdx 16LF83.fcdx 16LF84.fcdx 16LF84A.fcdx 16LF87.fcdx 16LF870.fcdx 16LF871.fcdx 16LF872.fcdx 16LF873.fcdx 16LF873A.fcdx 16LF874.fcdx 16LF874A.fcdx 16LF876.fcdx 16LF876A.fcdx 16LF877.fcdx 16LF877A.fcdx 16LF88.fcdx 18F1220.fcdx 18F1230.fcdx 18F1320.fcdx 18F1330.fcdx 18F13K22.fcdx 18F13K50.fcdx 18F14K22.fcdx 18F14K50.fcdx 18F2220.fcdx 18F2221.fcdx 18F2320.fcdx 18F2321.fcdx 18F2331.fcdx 18F23K20.fcdx 18F23K22.fcdx 18F2410.fcdx 18F242.fcdx 18F2420.fcdx 18F2423.fcdx 18F2431.fcdx 18F2439.fcdx 18F2450.fcdx 18F2455.fcdx 18F2458.fcdx 18F248.fcdx 18F2480.fcdx 18F24J10.fcdx 18F24J11.fcdx 18F24J50.fcdx 18F24K20.fcdx 18F24K22.fcdx 18F24K40.fcdx 18F24K42.fcdx 18F24K50.fcdx 18F2510.fcdx 18F2515.fcdx 18F252.fcdx 18F2520.fcdx 18F2523.fcdx 18F2525.fcdx 18F2539.fcdx 18F2550.fcdx 18F2553.fcdx 18F258.fcdx 18F2580.fcdx 18F2585.fcdx 18F25J10.fcdx 18F25J11.fcdx 18F25J50.fcdx 18F25K20.fcdx 18F25K22.fcdx 18F25K40.fcdx 18F25K42.fcdx 18F25K50.fcdx 18F25K80.fcdx 18F2610.fcdx 18F2620.fcdx 18F2680.fcdx 18F2682.fcdx 18F2685.fcdx 18F26J11.fcdx 18F26J13.fcdx 18F26J50.fcdx 18F26J53.fcdx 18F26K20.fcdx 18F26K22.fcdx 18F26K40.fcdx 18F26K42.fcdx 18F26K80.fcdx 18F27J13.fcdx 18F27J53.fcdx 18F27K40.fcdx 18F27K42.fcdx 18F4220.fcdx 18F4221.fcdx 18F4320.fcdx 18F4321.fcdx 18F4331.fcdx 18F43K20.fcdx 18F43K22.fcdx 18F4410.fcdx 18F442.fcdx 18F4420.fcdx 18F4423.fcdx 18F4431.fcdx 18F4439.fcdx 18F4450.fcdx 18F4455.fcdx 18F4458.fcdx 18F448.fcdx 18F4480.fcdx 18F44J10.fcdx 18F44J11.fcdx 18F44J50.fcdx 18F44K20.fcdx 18F44K22.fcdx 18F4510.fcdx 18F4515.fcdx 18F452.fcdx 18F4520.fcdx 18F4523.fcdx 18F4525.fcdx 18F4539.fcdx 18F4550.fcdx 18F4553.fcdx 18F458.fcdx 18F4580.fcdx 18F4585.fcdx 18F45J10.fcdx 18F45J11.fcdx 18F45J50.fcdx 18F45K20.fcdx 18F45K22.fcdx 18F45K40.fcdx 18F45K42.fcdx 18F45K50.fcdx 18F45K80.fcdx 18F4610.fcdx 18F4620.fcdx 18F4680.fcdx 18F4682.fcdx 18F4685.fcdx 18F46J11.fcdx 18F46J13.fcdx 18F46J50.fcdx 18F46J53.fcdx 18F46K20.fcdx 18F46K22.fcdx 18F46K40.fcdx 18F46K42.fcdx 18F46K80.fcdx 18F47J13.fcdx 18F47J53.fcdx 18F47K40.fcdx 18F47K42.fcdx 18F6310.fcdx 18F6390.fcdx 18F6410.fcdx 18F6490.fcdx 18F6520.fcdx 18F6527.fcdx 18F6585.fcdx 18F65J10.fcdx 18F65J15.fcdx 18F65J50.fcdx 18F65K22.fcdx 18F65K40.fcdx 18F65K80.fcdx 18F6620.fcdx 18F6622.fcdx 18F6627.fcdx 18F6680.fcdx 18F66J10.fcdx 18F66J11.fcdx 18F66J15.fcdx 18F66J16.fcdx 18F66J50.fcdx 18F66J55.fcdx 18F66J60.fcdx 18F66J65.fcdx 18F66J90.fcdx 18F66J93.fcdx 18F66K22.fcdx 18F66K40.fcdx 18F66K80.fcdx 18F6720.fcdx 18F6722.fcdx 18F67J10.fcdx 18F67J11.fcdx 18F67J50.fcdx 18F67J60.fcdx 18F67J90.fcdx 18F67J93.fcdx 18F67K22.fcdx 18F67K40.fcdx 18F8310.fcdx 18F8390.fcdx 18F8410.fcdx 18F8490.fcdx 18F8520.fcdx 18F8527.fcdx 18F8585.fcdx 18F85J10.fcdx 18F85J15.fcdx 18F85J50.fcdx 18F85K22.fcdx 18F8620.fcdx 18F8622.fcdx

19 19 18F8627.fcdx 18F8680.fcdx 18F86J10.fcdx 18F86J11.fcdx 18F86J15.fcdx 18F86J16.fcdx 18F86J50.fcdx 18F86J55.fcdx 18F86J60.fcdx 18F86J65.fcdx 18F86J90.fcdx 18F86J93.fcdx 18F86K22.fcdx 18F8720.fcdx 18F8722.fcdx 18F87J10.fcdx 18F87J11.fcdx 18F87J50.fcdx 18F87J60.fcdx 18F87J90.fcdx 18F87J93.fcdx 18F87K22.fcdx 18F96J60.fcdx 18F96J65.fcdx 18F97J60.fcdx 18LF1220.fcdx 18LF1230.fcdx 18LF1320.fcdx 18LF1330.fcdx 18LF13K22.fcdx 18LF13K50.fcdx 18LF14K22.fcdx 18LF14K50.fcdx 18LF2220.fcdx 18LF2221.fcdx 18LF2320.fcdx 18LF2321.fcdx 18LF2331.fcdx 18LF23K22.fcdx 18LF2410.fcdx 18LF242.fcdx 18LF2420.fcdx 18LF2423.fcdx 18LF2431.fcdx 18LF2439.fcdx 18LF2450.fcdx 18LF2455.fcdx 18LF2458.fcdx 18LF248.fcdx 18LF2480.fcdx 18LF24J10.fcdx 18LF24J11.fcdx 18LF24J50.fcdx 18LF24K22.fcdx 18LF24K40.fcdx 18LF24K42.fcdx 18LF24K50.fcdx 18LF2510.fcdx 18LF2515.fcdx 18LF252.fcdx 18LF2520.fcdx 18LF2523.fcdx 18LF2525.fcdx 18LF2539.fcdx 18LF2550.fcdx 18LF2553.fcdx 18LF258.fcdx 18LF2580.fcdx 18LF2585.fcdx 18LF25J10.fcdx 18LF25J11.fcdx 18LF25J50.fcdx 18LF25K22.fcdx 18LF25K40.fcdx 18LF25K42.fcdx 18LF25K50.fcdx 18LF25K80.fcdx 18LF2610.fcdx 18LF2620.fcdx 18LF2680.fcdx 18LF2682.fcdx 18LF2685.fcdx 18LF26J11.fcdx 18LF26J13.fcdx 18LF26J50.fcdx 18LF26J53.fcdx 18LF26K22.fcdx 18LF26K40.fcdx 18LF26K42.fcdx 18LF26K80.fcdx 18LF27J13.fcdx 18LF27J53.fcdx 18LF27K40.fcdx 18LF27K42.fcdx 18LF4220.fcdx 18LF4221.fcdx 18LF4320.fcdx 18LF4321.fcdx 18LF4331.fcdx 18LF43K22.fcdx 18LF4410.fcdx 18LF442.fcdx 18LF4420.fcdx 18LF4423.fcdx 18LF4431.fcdx 18LF4439.fcdx 18LF4450.fcdx 18LF4455.fcdx 18LF4458.fcdx 18LF448.fcdx 18LF4480.fcdx 18LF44J10.fcdx 18LF44J11.fcdx 18LF44J50.fcdx 18LF44K22.fcdx 18LF4510.fcdx 18LF4515.fcdx 18LF452.fcdx 18LF4520.fcdx 18LF4523.fcdx 18LF4525.fcdx 18LF4539.fcdx 18LF4550.fcdx 18LF4553.fcdx 18LF458.fcdx 18LF4580.fcdx 18LF4585.fcdx 18LF45J10.fcdx 18LF45J11.fcdx 18LF45J50.fcdx 18LF45K22.fcdx 18LF45K40.fcdx 18LF45K42.fcdx 18LF45K50.fcdx 18LF45K80.fcdx 18LF4610.fcdx 18LF4620.fcdx 18LF4680.fcdx 18LF4682.fcdx 18LF4685.fcdx 18LF46J11.fcdx 18LF46J13.fcdx 18LF46J50.fcdx 18LF46J53.fcdx 18LF46K22.fcdx 18LF46K40.fcdx 18LF46K42.fcdx 18LF46K80.fcdx 18LF47J13.fcdx 18LF47J53.fcdx 18LF47K40.fcdx 18LF47K42.fcdx 18LF6310.fcdx 18LF6390.fcdx 18LF6410.fcdx 18LF6490.fcdx 18LF6520.fcdx 18LF6527.fcdx 18LF6585.fcdx 18LF65K40.fcdx 18LF65K80.fcdx 18LF6620.fcdx 18LF6622.fcdx 18LF6627.fcdx 18LF6680.fcdx 18LF66K40.fcdx 18LF66K80.fcdx 18LF6720.fcdx 18LF6722.fcdx 18LF67K40.fcdx 18LF8310.fcdx 18LF8390.fcdx 18LF8410.fcdx 18LF8490.fcdx 18LF8520.fcdx 18LF8527.fcdx 18LF8585.fcdx 18LF8620.fcdx 18LF8622.fcdx 18LF8627.fcdx 18LF8680.fcdx 18LF8720.fcdx 18LF8722.fcdx BL0011.fcdx BL0080.fcdx ECIO-28.fcdx ECIO-40.fcdx Formula Flowcode Buggy.fcdx Locktronics PIC.fcdx Matrix Project Board (18F24K50).fcdx Matrix Proto Board (18F24K50). fcdx MIAC System.fcdx MIAC V2.fcdx MIAC.fcdx Microchip Curiosity.fcdx Microchip FSUSB.fcdx Microchip MPLABXpress.fcdx Microchip PIC18 SK.fcdx Microchip PICkit 44Pin Demo Board.fcdx Microchip PICkit Low Pin Count Demo.fcdx RF12F675F.fcdx RF12F675H.fcdx RF12F675K.fcdx PIC - 16bit 24EP128GP202.fcdx 24EP128GP204.fcdx 24EP128GP206.fcdx 24EP128MC202.fcdx 24EP128MC204.fcdx 24EP128MC206.fcdx 24EP256GP202.fcdx 24EP256GP204.fcdx 24EP256GP206.fcdx 24EP256GU810.fcdx 24EP256GU814.fcdx 24EP256MC202.fcdx 24EP256MC204.fcdx 24EP256MC206.fcdx 24EP32GP202.fcdx 24EP32GP203.fcdx 24EP32GP204.fcdx 24EP32MC202.fcdx 24EP32MC203.fcdx 24EP32MC204.fcdx 24EP512GP806.fcdx 24EP512GU810.fcdx 24EP512GU814.fcdx 24EP64GP202.fcdx 24EP64GP203.fcdx 24EP64GP204.fcdx 24EP64GP206.fcdx 24EP64MC202.fcdx 24EP64MC203.fcdx 24EP64MC204.fcdx 24EP64MC206.fcdx 24F08KA101.fcdx 24F08KA102.fcdx 24F16KA101.fcdx 24F16KA102.fcdx 24F16KA301.fcdx 24F16KA302.fcdx 24F16KA304.fcdx 24F32KA301.fcdx 24F32KA302.fcdx 24F32KA304.fcdx 24FJ1024GA606.fcdx 24FJ1024GA610.fcdx 24FJ1024GB606.fcdx 24FJ1024GB610.fcdx 24FJ128DA106.fcdx 24FJ128DA110.fcdx 24FJ128DA206.fcdx 24FJ128DA210.fcdx 24FJ128GA006.fcdx 24FJ128GA008.fcdx 24FJ128GA010.fcdx 24FJ128GA106.fcdx 24FJ128GA108.fcdx 24FJ128GA110.fcdx 24FJ128GA202.fcdx 24FJ128GA204.fcdx 24FJ128GA306.fcdx 24FJ128GA308.fcdx 24FJ128GA310.fcdx 24FJ128GA406.fcdx 24FJ128GA410.fcdx 24FJ128GA412.fcdx 24FJ128GA606.fcdx 24FJ128GA610.fcdx 24FJ128GB106.fcdx 24FJ128GB108.fcdx 24FJ128GB110.fcdx 24FJ128GB202.fcdx 24FJ128GB204.fcdx 24FJ128GB206.fcdx 24FJ128GB210.fcdx 24FJ128GB406.fcdx 24FJ128GB410.fcdx 24FJ128GB412.fcdx 24FJ128GB606.fcdx 24FJ128GB610.fcdx 24FJ128GC006.fcdx 24FJ128GC010.fcdx 24FJ16GA002.fcdx 24FJ16GA004.fcdx 24FJ192GA106.fcdx 24FJ192GA108.fcdx 24FJ192GA110.fcdx 24FJ192GB106.fcdx 24FJ192GB108.fcdx 24FJ192GB110.fcdx 24FJ256DA106.fcdx 24FJ256DA110.fcdx 24FJ256DA206.fcdx 24FJ256DA210.fcdx 24FJ256GA106.fcdx 24FJ256GA108.fcdx 24FJ256GA110.fcdx 24FJ256GA406.fcdx 24FJ256GA410.fcdx 24FJ256GA412.fcdx 24FJ256GA606.fcdx 24FJ256GA610.fcdx 24FJ256GB106.fcdx 24FJ256GB108.fcdx 24FJ256GB110.fcdx 24FJ256GB206.fcdx 24FJ256GB210.fcdx 24FJ256GB406.fcdx 24FJ256GB410.fcdx 24FJ256GB412.fcdx 24FJ256GB606.fcdx 24FJ256GB610.fcdx 24FJ32GA002.fcdx 24FJ32GA004.fcdx 24FJ32GA102.fcdx 24FJ32GA104.fcdx 24FJ32GB002.fcdx 24FJ32GB004.fcdx 24FJ48GA002.fcdx 24FJ48GA004.fcdx 24FJ512GA606.fcdx 24FJ512GA610.fcdx 24FJ512GB606.fcdx 24FJ512GB610.fcdx 24FJ64GA002.fcdx 24FJ64GA004.fcdx 24FJ64GA006.fcdx 24FJ64GA008.fcdx 24FJ64GA010.fcdx 24FJ64GA102.fcdx 24FJ64GA104.fcdx 24FJ64GA106.fcdx 24FJ64GA108.fcdx 24FJ64GA110.fcdx 24FJ64GA202.fcdx 24FJ64GA204.fcdx 24FJ64GA306.fcdx 24FJ64GA308.fcdx 24FJ64GA310.fcdx 24FJ64GA406.fcdx 24FJ64GA410.fcdx 24FJ64GA412.fcdx 24FJ64GB002.fcdx 24FJ64GB004.fcdx 24FJ64GB106.fcdx 24FJ64GB108.fcdx 24FJ64GB110.fcdx 24FJ64GB202.fcdx 24FJ64GB204.fcdx 24FJ64GB406.fcdx 24FJ64GB410.fcdx 24FJ64GB412.fcdx 24FJ64GC006.fcdx 24FJ64GC010.fcdx 24FJ96GA006.fcdx 24FJ96GA008.fcdx 24FJ96GA010.fcdx 24FV16KA301.fcdx 24FV16KA302.fcdx 24FV16KA304.fcdx 24FV32KA301.fcdx 24FV32KA302.fcdx 24FV32KA304.fcdx 24HJ128GP202.fcdx 24HJ128GP204.fcdx 24HJ128GP206.fcdx 24HJ128GP206A.fcdx 24HJ128GP210.fcdx 24HJ128GP210A.fcdx 24HJ128GP306.fcdx 24HJ128GP306A.fcdx 24HJ128GP310.fcdx 24HJ128GP310A.fcdx 24HJ128GP502.fcdx 24HJ128GP504.fcdx 24HJ128GP506.fcdx 24HJ128GP506A.fcdx 24HJ128GP510.fcdx 24HJ128GP510A.fcdx 24HJ128GP802.fcdx 24HJ128GP804.fcdx 24HJ12GP201.fcdx 24HJ12GP202.fcdx 24HJ16GP304.fcdx 24HJ256GP206.fcdx 24HJ256GP206A.fcdx 24HJ256GP210.fcdx 24HJ256GP210A.fcdx 24HJ256GP610.fcdx 24HJ256GP610A.fcdx 24HJ32GP202.fcdx 24HJ32GP204.fcdx 24HJ32GP302.fcdx 24HJ32GP304.fcdx 24HJ64GP202.fcdx 24HJ64GP204.fcdx 24HJ64GP206.fcdx 24HJ64GP206A.fcdx 24HJ64GP210.fcdx 24HJ64GP210A.fcdx 24HJ64GP502.fcdx 24HJ64GP504.fcdx 24HJ64GP506.fcdx 24HJ64GP506A.fcdx 24HJ64GP510.fcdx 24HJ64GP510A.fcdx 24HJ64GP802.fcdx 24HJ64GP804.fcdx 30F1010.fcdx 30F2010.fcdx 30F2011.fcdx 30F2012.fcdx 30F2020.fcdx 30F2023.fcdx 30F3010.fcdx 30F3011.fcdx 30F3012.fcdx 30F3013.fcdx 30F3014.fcdx 30F4011.fcdx 30F4012.fcdx 30F4013.fcdx 30F5011.fcdx 30F5013.fcdx 30F5015.fcdx 30F5016.fcdx 30F6010.fcdx 30F6010A.fcdx 30F6011.fcdx 30F6011A.fcdx 30F6012.fcdx 30F6012A.fcdx 30F6013.fcdx 30F6013A.fcdx 30F6014.fcdx 30F6014A.fcdx 30F6015.fcdx 33EP128GM304.fcdx

20 20 33EP128GM306.fcdx 33EP128GM310.fcdx 33EP128GM604.fcdx 33EP128GM706.fcdx 33EP128GM710.fcdx 33EP128GP502.fcdx 33EP128GP504.fcdx 33EP128GP506.fcdx 33EP128MC202.fcdx 33EP128MC204.fcdx 33EP128MC206.fcdx 33EP128MC502.fcdx 33EP128MC504.fcdx 33EP128MC506.fcdx 33EP16GS502.fcdx 33EP16GS504.fcdx 33EP16GS505.fcdx 33EP16GS506.fcdx 33EP256GM304.fcdx 33EP256GM306.fcdx 33EP256GM310.fcdx 33EP256GM604.fcdx 33EP256GM706.fcdx 33EP256GM710.fcdx 33EP256GP502.fcdx 33EP256GP504.fcdx 33EP256GP506.fcdx 33EP256MC202.fcdx 33EP256MC204.fcdx 33EP256MC206.fcdx 33EP256MC502.fcdx 33EP256MC504.fcdx 33EP256MC506.fcdx 33EP256MU806.fcdx 33EP256MU810.fcdx 33EP256MU814.fcdx 33EP32GP502.fcdx 33EP32GP503.fcdx 33EP32GP504.fcdx 33EP32GS502.fcdx 33EP32GS504.fcdx 33EP32GS505.fcdx 33EP32GS506.fcdx 33EP32MC202.fcdx 33EP32MC203.fcdx 33EP32MC204.fcdx 33EP32MC502.fcdx 33EP32MC503.fcdx 33EP32MC504.fcdx 33EP512GM304.fcdx 33EP512GM306.fcdx 33EP512GM310.fcdx 33EP512GM604.fcdx 33EP512GM706.fcdx 33EP512GM710.fcdx 33EP512GP806.fcdx 33EP512MC806.fcdx 33EP512MU810.fcdx 33EP512MU814.fcdx 33EP64GP502.fcdx 33EP64GP503.fcdx 33EP64GP504.fcdx 33EP64GP506.fcdx 33EP64GS502.fcdx 33EP64GS504.fcdx 33EP64GS505.fcdx 33EP64GS506.fcdx 33EP64MC202.fcdx 33EP64MC203.fcdx 33EP64MC204.fcdx 33EP64MC206.fcdx 33EP64MC502.fcdx 33EP64MC503.fcdx 33EP64MC504.fcdx 33EP64MC506.fcdx 33FJ06GS101.fcdx 33FJ06GS102.fcdx 33FJ06GS202.fcdx 33FJ128GP202.fcdx 33FJ128GP204.fcdx 33FJ128GP206.fcdx 33FJ128GP206A.fcdx 33FJ128GP306.fcdx 33FJ128GP306A.fcdx 33FJ128GP310.fcdx 33FJ128GP310A.fcdx 33FJ128GP706.fcdx 33FJ128GP706A.fcdx 33FJ128GP708.fcdx 33FJ128GP708A.fcdx 33FJ128GP710.fcdx 33FJ128GP710A.fcdx 33FJ128GP802.fcdx 33FJ128GP804.fcdx 33FJ128MC202.fcdx 33FJ128MC204.fcdx 33FJ128MC506.fcdx 33FJ128MC506A.fcdx 33FJ128MC510.fcdx 33FJ128MC510A.fcdx 33FJ128MC706.fcdx 33FJ128MC706A.fcdx 33FJ128MC708.fcdx 33FJ128MC708A.fcdx 33FJ128MC710.fcdx 33FJ128MC710A.fcdx 33FJ128MC802.fcdx 33FJ128MC804.fcdx 33FJ12GP201.fcdx 33FJ12GP202.fcdx 33FJ12MC201.fcdx 33FJ12MC202.fcdx 33FJ16GP304.fcdx 33FJ16GS402.fcdx 33FJ16GS404.fcdx 33FJ16GS502.fcdx 33FJ16GS504.fcdx 33FJ16MC304.fcdx 33FJ256GP506.fcdx 33FJ256GP506A.fcdx 33FJ256GP510.fcdx 33FJ256GP510A.fcdx 33FJ256GP710.fcdx 33FJ256GP710A.fcdx 33FJ256MC510.fcdx 33FJ256MC510A.fcdx 33FJ256MC710.fcdx 33FJ256MC710A.fcdx 33FJ32GP202.fcdx 33FJ32GP204.fcdx 33FJ32GP302.fcdx 33FJ32GP304.fcdx 33FJ32GS406.fcdx 33FJ32GS606.fcdx 33FJ32GS608.fcdx 33FJ32GS610.fcdx 33FJ32MC202.fcdx 33FJ32MC204.fcdx 33FJ32MC302.fcdx 33FJ32MC304.fcdx 33FJ64GP202.fcdx 33FJ64GP204.fcdx 33FJ64GP206.fcdx 33FJ64GP206A.fcdx 33FJ64GP306.fcdx 33FJ64GP306A.fcdx 33FJ64GP310.fcdx 33FJ64GP310A.fcdx 33FJ64GP706.fcdx 33FJ64GP706A.fcdx 33FJ64GP708.fcdx 33FJ64GP708A.fcdx 33FJ64GP710.fcdx 33FJ64GP710A.fcdx 33FJ64GP802.fcdx 33FJ64GP804.fcdx 33FJ64GS406.fcdx 33FJ64GS606.fcdx 33FJ64GS608.fcdx 33FJ64GS610.fcdx 33FJ64MC202.fcdx 33FJ64MC204.fcdx 33FJ64MC506.fcdx 33FJ64MC506A.fcdx 33FJ64MC508.fcdx 33FJ64MC508A.fcdx 33FJ64MC510.fcdx 33FJ64MC510A.fcdx 33FJ64MC706.fcdx 33FJ64MC706A.fcdx 33FJ64MC710.fcdx 33FJ64MC710A.fcdx 33FJ64MC802.fcdx 33FJ64MC804.fcdx BL0032.fcdx EB091.fcdx ECIO40P16.fcdx Formula Allcode.fcdx MIAC (dspic) System.fcdx MIAC (dspic).fcdx PIC - 32bit 32MM0016GPL020.fcdx 32MM0016GPL028.fcdx 32MM0016GPL036.fcdx 32MM0032GPL020.fcdx 32MM0032GPL028.fcdx 32MM0032GPL036.fcdx 32MM0064GPL020.fcdx 32MM0064GPL028.fcdx 32MM0064GPL036.fcdx 32MX110F016B.fcdx 32MX110F016C.fcdx 32MX110F016D.fcdx 32MX120F032B.fcdx 32MX120F032C.fcdx 32MX120F032D.fcdx 32MX120F064H.fcdx 32MX130F064B.fcdx 32MX130F064C.fcdx 32MX130F064D.fcdx 32MX130F128H.fcdx 32MX130F128L.fcdx 32MX130F256B.fcdx 32MX130F256D.fcdx 32MX150F128B.fcdx 32MX150F128C.fcdx 32MX150F128D.fcdx 32MX150F256H.fcdx 32MX150F256L.fcdx 32MX170F256B.fcdx 32MX170F256D.fcdx 32MX170F512H.fcdx 32MX170F512L.fcdx 32MX210F016B.fcdx 32MX210F016C.fcdx 32MX210F016D.fcdx 32MX220F032B.fcdx 32MX220F032C.fcdx 32MX220F032D.fcdx 32MX230F064B.fcdx 32MX230F064C.fcdx 32MX230F064D.fcdx 32MX230F128H.fcdx 32MX230F128L.fcdx 32MX230F256B.fcdx 32MX230F256D.fcdx 32MX250F128B.fcdx 32MX250F128C.fcdx 32MX250F128D.fcdx 32MX250F256H.fcdx 32MX250F256L.fcdx 32MX270F256B.fcdx 32MX270F256D.fcdx 32MX270F512H.fcdx 32MX270F512L.fcdx 32MX320F032H.fcdx 32MX320F064H.fcdx 32MX320F128H.fcdx 32MX320F128L.fcdx 32MX330F064H.fcdx 32MX330F064L.fcdx 32MX340F128H.fcdx 32MX340F128L.fcdx 32MX340F256H.fcdx 32MX340F512H.fcdx 32MX350F128H.fcdx 32MX350F128L.fcdx 32MX350F256H.fcdx 32MX350F256L.fcdx 32MX360F256L.fcdx 32MX360F512L.fcdx 32MX370F512H.fcdx 32MX370F512L.fcdx 32MX420F032H.fcdx 32MX430F064H.fcdx 32MX430F064L.fcdx 32MX440F128H.fcdx 32MX440F128L.fcdx 32MX440F256H.fcdx 32MX440F512H.fcdx 32MX450F128H.fcdx 32MX450F128L.fcdx 32MX450F256H.fcdx 32MX450F256L.fcdx 32MX460F256L.fcdx 32MX460F512L.fcdx 32MX470F512H.fcdx 32MX470F512L.fcdx 32MX530F128H.fcdx 32MX530F128L.fcdx 32MX534F064H.fcdx 32MX534F064L.fcdx 32MX550F256H.fcdx 32MX550F256L.fcdx 32MX564F064H.fcdx 32MX564F064L.fcdx 32MX564F128H.fcdx 32MX564F128L.fcdx 32MX570F512H.fcdx 32MX570F512L.fcdx 32MX575F256H.fcdx 32MX575F256L.fcdx 32MX575F512H.fcdx 32MX575F512L.fcdx 32MX664F064H.fcdx 32MX664F064L.fcdx 32MX664F128H.fcdx 32MX664F128L.fcdx 32MX675F256H.fcdx 32MX675F256L.fcdx 32MX675F512H.fcdx 32MX675F512L.fcdx 32MX695F512H.fcdx 32MX695F512L.fcdx 32MX764F128H.fcdx 32MX764F128L.fcdx 32MX775F256H.fcdx 32MX775F256L.fcdx 32MX775F512H.fcdx 32MX775F512L.fcdx 32MX795F512H.fcdx 32MX795F512L.fcdx 32MZ0512EFE064.fcdx 32MZ1024ECG064.fcdx 32MZ1024ECG100.fcdx 32MZ1024ECG124.fcdx 32MZ1024ECG144.fcdx 32MZ1024ECH064.fcdx 32MZ1024ECH100.fcdx 32MZ1024ECH124.fcdx 32MZ1024ECH144.fcdx 32MZ1024ECM064.fcdx 32MZ1024ECM100.fcdx 32MZ1024ECM124.fcdx 32MZ1024ECM144.fcdx 32MZ1024EFE064.fcdx 32MZ1024EFE100.fcdx 32MZ1024EFE124.fcdx 32MZ1024EFE144.fcdx 32MZ1024EFF064.fcdx 32MZ1024EFF100.fcdx 32MZ1024EFF124.fcdx 32MZ1024EFF144.fcdx 32MZ1024EFG064.fcdx 32MZ1024EFG100.fcdx 32MZ1024EFG124.fcdx 32MZ1024EFG144.fcdx 32MZ1024EFH064.fcdx 32MZ1024EFH100.fcdx 32MZ1024EFH124.fcdx 32MZ1024EFH144.fcdx 32MZ1024EFK064.fcdx 32MZ1024EFK100.fcdx 32MZ1024EFK124.fcdx 32MZ1024EFK144.fcdx 32MZ1024EFM064.fcdx 32MZ1024EFM100.fcdx 32MZ1024EFM124.fcdx 32MZ1024EFM144.fcdx 32MZ2048ECG064.fcdx 32MZ2048ECG100.fcdx 32MZ2048ECG124.fcdx 32MZ2048ECG144.fcdx 32MZ2048ECH064.fcdx 32MZ2048ECH100.fcdx 32MZ2048ECH124.fcdx 32MZ2048ECH144.fcdx 32MZ2048ECM064.fcdx 32MZ2048ECM100.fcdx 32MZ2048ECM124.fcdx 32MZ2048ECM144.fcdx 32MZ2048EFG064.fcdx 32MZ2048EFG100.fcdx 32MZ2048EFG124.fcdx 32MZ2048EFG144.fcdx 32MZ2048EFH064.fcdx 32MZ2048EFH100.fcdx 32MZ2048EFH124.fcdx 32MZ2048EFH144.fcdx 32MZ2048EFM064.fcdx 32MZ2048EFM100.fcdx 32MZ2048EFM124.fcdx 32MZ2048EFM144.fcdx ChipKIT uc32 Bootloader.fcdx ChipKIT uc32 PICKIT.fcdx ChipKIT Uno32 Bootloader.fcdx ChipKIT Uno32 PICKIT.fcdx ChipKIT WF32 Bootloader.fcdx ChipKIT WF32 PICKIT.fcdx ChipKIT Wi-FIRE Bootloader. fcdx PIC32 StarterKit 32MX- 360F512L.fcdx PIC32 StarterKit 32MX795F512L. fcdx Raspberry Pi BL0036.fcdx RPI2.fcdx RPI3.fcdx

21 Matrix Technology Solutions Limited The Factory 33 Gibbet Street Halifax HX1 5BA United Kingdom t: +44 (0) f: +44 (0)

Making things happen for you. Case - Studies Professional & Educational

Making things happen for you. Case - Studies Professional & Educational Making things happen for you Case - Studies Professional & Educational Matrix Technology Solutions Ltd. is a premier, global provider of technology solutions. Since 1993, Matrix have developed a wide range

More information

MECHATRONICS IN A BOX

MECHATRONICS IN A BOX MECHATRONICS IN A BOX A Complete Mechatronics Solution for the Classroom amtekcompany.com Contents Introduction Programming Arduino microcontrollers Motor Control Training Course Flowcode 8 Formula AllCode

More information

Contents

Contents Contents 1. What is Flowcode 2. Flowcode design flow 3. Advantages of using Flowcode 4. Flowcode overview 5. Flowcode 7 features 6. Ghost technology 7. Flowcode support 8. Flowcode licensing 9. Flowcode

More information

Data sheet. MATRIX

Data sheet.  MATRIX Data sheet www.matrixtsl.com MATRIX ECIO-60-2.indd 1 10/3/2014 3:2:32 PM Contents Introduction 3 ECIO28P and ECIO40P ECIO40P16 4 ECRM40P 6 Flowcode 7 ECIO in use 8 FlowKit In Circuit Test board 9 Product

More information

RC5 Infrared board. EB060

RC5 Infrared board.   EB060 RC5 Infrared board www.matrixtsl.com EB060 Contents About this document 3 Board layout 3 General information 4 Circuit description 4 Protective cover 5 Circuit diagram 6 2 Copyright About this document

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

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

Arduino Guide READ ONLINE

Arduino Guide READ ONLINE Arduino Guide READ ONLINE Introduction: SIK RedBoard & Sparkfun Mini Inventor's Kit. The SparkFun Inventor s Guide is your map for navigating the waters of beginning embedded electronics. If you are just

More information

Teaching students science and engineering with high altitude balloons and ChipKits

Teaching students science and engineering with high altitude balloons and ChipKits Paper ID #10474 Teaching students science and engineering with high altitude balloons and ChipKits Mr. Matthew Nelson, Iowa State University My background and interests are in embedded systems and radio

More information

smraza Getting Start Guide Contents Arduino IDE (Integrated Development Environment)... 1 Introduction... 1 Install the Arduino Software (IDE)...

smraza Getting Start Guide Contents Arduino IDE (Integrated Development Environment)... 1 Introduction... 1 Install the Arduino Software (IDE)... Getting Start Guide Contents Arduino IDE (Integrated Development Environment)... 1 Introduction... 1 Install the Arduino Software (IDE)...1 Introduction... 1 Step 1: Get an Uno R3 and USB cable... 2 Step

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

ROBOTC: Programming for All Ages

ROBOTC: Programming for All Ages z ROBOTC: Programming for All Ages ROBOTC: Programming for All Ages ROBOTC is a C-based, robot-agnostic programming IDEA IN BRIEF language with a Windows environment for writing and debugging programs.

More information

Program.

Program. Program Introduction S TE AM www.kiditech.org About Kiditech In Kiditech's mighty world, we coach, play and celebrate an innovative technology program: K-12 STEAM. We gather at Kiditech to learn and have

More information

Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio

Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio Document Number: X94A-B-002-01 Status: Revision 1.0 Issue Date: 2015/07/30 SEIKO EPSON CORPORATION Rev. 1.0 Page 2 NOTICE No part of

More information

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

occam on the Arduino Adam T. Sampson School of Computing, University of Kent Matt C. Jadud Department of Computer Science, Allegheny College

occam on the Arduino Adam T. Sampson School of Computing, University of Kent Matt C. Jadud Department of Computer Science, Allegheny College occam on the Arduino Adam T. Sampson School of Computing, University of Kent Matt C. Jadud Department of Computer Science, Allegheny College Christian L. Jacobsen Department of Computer Science, University

More information

Design and Application of Architecture of Internet of Things Based on Open Source Hardware

Design and Application of Architecture of Internet of Things Based on Open Source Hardware 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 Design and Application of Architecture of Internet of Things Based on Open Source Hardware

More information

ZX Distance and Gesture Sensor Hookup Guide

ZX Distance and Gesture Sensor Hookup Guide Page 1 of 13 ZX Distance and Gesture Sensor Hookup Guide Introduction The ZX Distance and Gesture Sensor is a collaboration product with XYZ Interactive. The very smart people at XYZ Interactive have created

More information

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide 90002203 Revision Date Description A September 2014 Initial release. B March 2014 Updated

More information

Triscend E5 Support. Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM

Triscend E5 Support.   Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM www.keil.com Triscend Development Tools Update TM Triscend E5 Support The Triscend E5 family of Configurable System-on-Chip (CSoC) devices is based on a performance accelerated 8-bit 8051 microcontroller.

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

RUNNYMEDE COLLEGE & TECHTALENTS

RUNNYMEDE COLLEGE & TECHTALENTS RUNNYMEDE COLLEGE & TECHTALENTS Why teach Scratch? The first programming language as a tool for writing programs. The MIT Media Lab's amazing software for learning to program, Scratch is a visual, drag

More information

arduino networking F27EBFB1FE7F3F332D72989D873678CF Arduino Networking 1 / 6

arduino networking F27EBFB1FE7F3F332D72989D873678CF Arduino Networking 1 / 6 Arduino Networking 1 / 6 2 / 6 3 / 6 Arduino Networking Space Year. 2019 s Arduino Education thematic year: robots, satellites, radio communication systems, weather monitoring devices, maps, and more related

More information

Published in: Proceedings of the 8th International Conference on Tangible, Embedded and Embodied Interaction

Published in: Proceedings of the 8th International Conference on Tangible, Embedded and Embodied Interaction Downloaded from vbn.aau.dk on: januar 25, 2019 Aalborg Universitet Embedded Audio Without Beeps Synthesis and Sound Effects From Cheap to Steep Overholt, Daniel; Møbius, Nikolaj Friis Published in: Proceedings

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

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ 4.1 Lead-in activity Find the missing letters Reading A detailed explanation about Arduino. What is Arduino? Listening To acquire a basic knowledge about Arduino

More information

Tel: Fax: OMESH Networks Inc. 2011

Tel: Fax: OMESH Networks Inc. 2011 Section 1: Purpose OPM15 is a large-scale cognitive wireless networking module, providing great flexibility for a wide range of applications. Powered by the OPM optimized radio design and networking stack,

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. S4A - Scratch for Arduino Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. S4A - Scratch for Arduino Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl S4A - Scratch for Arduino Workbook 1) Robotics Draw a robot. Consider the following and annotate: What will it look like? What will it do? How will you

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

ARDUINO / GENUINO. start as professional. short course in a book. faculty of engineering technology

ARDUINO / GENUINO. start as professional. short course in a book. faculty of engineering technology ARDUINO / GENUINO start as professional short course in a book faculty of engineering technology Publisher Universiti Malaysia Pahang Kuantan 2017 Copyright Universiti Malaysia Pahang, 2017 First Published,

More information

ASCOM EF Lens Controller

ASCOM EF Lens Controller ASCOM EF Lens Controller ASCOM EF Lens Controller control unit for Canon EF/EF-S lenses. It allows you to control lens using the ASCOM platform tools. Features (supported by driver): focus control; aperture

More information

Arduino Programming In 24 Hours Sams Teach Yourself Sams Teach Yourself 24 Hours Paperback

Arduino Programming In 24 Hours Sams Teach Yourself Sams Teach Yourself 24 Hours Paperback Arduino Programming In 24 Hours Sams Teach Yourself Sams Teach Yourself 24 Hours Paperback ARDUINO PROGRAMMING IN 24 HOURS SAMS TEACH YOURSELF SAMS TEACH YOURSELF 24 HOURS PAPERBACK PDF - Are you looking

More information

Arduino Setup & Flexing the ExBow

Arduino Setup & Flexing the ExBow Arduino Setup & Flexing the ExBow What is Arduino? Before we begin, We must first download the Arduino and Ardublock software. For our Set-up we will be using Arduino. Arduino is an electronics platform.

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

Advanced Mechatronics 1 st Mini Project. Remote Control Car. Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014

Advanced Mechatronics 1 st Mini Project. Remote Control Car. Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014 Advanced Mechatronics 1 st Mini Project Remote Control Car Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014 Remote Control Car Manual Control with the remote and direction buttons Automatic

More information

ULS24 Frequently Asked Questions

ULS24 Frequently Asked Questions List of Questions 1 1. What type of lens and filters are recommended for ULS24, where can we source these components?... 3 2. Are filters needed for fluorescence and chemiluminescence imaging, what types

More information

Afterschool Clubs & One Day Workshops Create. Code. Innovate.

Afterschool Clubs & One Day Workshops Create. Code. Innovate. Afterschool Clubs & One Day Workshops Create. Code. Innovate. Kids & Teens Learning Tech Skills for Life. Fire Tech Camp has introduced me to much more about computers and coding than anything I have ever

More information

THE ARDUINO ENGINEERING KIT INFORMATION GUIDE ARDUINO.CC/EDUCATION

THE ARDUINO ENGINEERING KIT INFORMATION GUIDE ARDUINO.CC/EDUCATION THE ARDUINO ENGINEERING KIT INFORMATION GUIDE ARDUINO.CC/EDUCATION Includes 1-year individual user license of: In collaboration with: INSPIRING TEACHING & EMPOWERING TABLE OF CONTENTS ARDUINO EDUCATION

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS This board can be used for the evaluation and range testing of the following LPRS RF Modules: era400, era900, eric4, eric9, era-lora, eric-lora and eric-sigfox. The board is provided with a u-blox GNSS

More information

DC Motor and Servo motor Control with ARM and Arduino. Created by:

DC Motor and Servo motor Control with ARM and Arduino. Created by: DC Motor and Servo motor Control with ARM and Arduino Created by: Andrew Kaler (39345) Tucker Boyd (46434) Mohammed Chowdhury (860822) Tazwar Muttaqi (901700) Mark Murdock (98071) May 4th, 2017 Objective

More information

Project Proposal. Underwater Fish 02/16/2007 Nathan Smith,

Project Proposal. Underwater Fish 02/16/2007 Nathan Smith, Project Proposal Underwater Fish 02/16/2007 Nathan Smith, rahteski@gwu.edu Abstract The purpose of this project is to build a mechanical, underwater fish that can be controlled by a joystick. The fish

More information

ROBOTICS & IOT. Workshop Module

ROBOTICS & IOT. Workshop Module ROBOTICS & IOT Workshop Module CURRICULUM STRUCTURE DURATION : 2 day (16 hours) Session 1 Let's Learn Embedded System & Robotics Description Under this topic, we will discuss basics and give brief idea

More information

ROBOTICS & IOT. Workshop Module

ROBOTICS & IOT. Workshop Module ROBOTICS & IOT Workshop Module CURRICULUM STRUCTURE DURATION : 2 day (16 hours) Session 1 Let's Learn Embedded System & Robotics Description Under this topic, we will discuss basics and give brief idea

More information

1Getting Started SIK BINDER //3

1Getting Started SIK BINDER //3 SIK BINDER //1 SIK BINDER //2 1Getting Started SIK BINDER //3 Sparkfun Inventor s Kit Teacher s Helper These worksheets and handouts are supplemental material intended to make the educator s job a little

More information

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY M. Papoutsidakis Dept. of Automation Engineering, Piraeus University A.S., Athens, Greece Rajneesh Tanwar Dept. of Information

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

Design and Development of Smart. Harmonic Analyzer

Design and Development of Smart. Harmonic Analyzer Chapter - 4 Design and Development of Smart Harmonic Analyzer 4.1 Introduction: There is steady evolution in the field of generation, distribution, and use of electricity since many years. New methods

More information

Downloading the Code. Contacting the Author. xxvi

Downloading the Code. Contacting the Author. xxvi Introduction I first discovered the Arduino in 2008 when I was looking for ways to connect temperature sensors to my PC so I could make a cloud detector. I wanted to try out a cloud detection concept I

More information

Lesson 3: Arduino. Goals

Lesson 3: Arduino. Goals Introduction: This project introduces you to the wonderful world of Arduino and how to program physical devices. In this lesson you will learn how to write code and make an LED flash. Goals 1 - Get to

More information

UART2PPM. User s Guide. Version 2.04 dated 02/20/16. Gregor Schlechtriem

UART2PPM. User s Guide. Version 2.04 dated 02/20/16. Gregor Schlechtriem UART2PPM User s Guide Version 2.04 dated 02/20/16 Gregor Schlechtriem www.pikoder.com UART2PPM User s Guide Content Overview 3 PCC PiKoder Control Center 5 Getting started... 5 Real-time Control... 7 minissc

More information

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS AC 8-1513: THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS Michael Holden, California Maritime Academy Michael Holden teaches in the department of Mechanical Engineering at

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

Getting Started With Arduino Make Projects

Getting Started With Arduino Make Projects GETTING STARTED WITH ARDUINO MAKE PROJECTS PDF - Are you looking for getting started with arduino make projects Books? Now, you will be happy that at this time getting started with arduino make projects

More information

Abstract. Beyerle, Werner Karat EDV Ltd & Co KG, Koessen, Tyrol and WIFI NÖ

Abstract. Beyerle, Werner Karat EDV Ltd & Co KG, Koessen, Tyrol and WIFI NÖ 3rd International Conference on Higher Education Advances, HEAd 17 Universitat Politècnica de València, València, 2017 DOI: http://dx.doi.org/10.4995/head17.2017.5102 An affordable and modular development

More information

EDUCATORS INFORMATION GUIDE

EDUCATORS INFORMATION GUIDE EDUCATORS INFORMATION GUIDE TABLE OF CONTENTS Arduino Education: Inspiring, Teaching and Empowering What is Arduino? 5 The Education Team And Its Mission 5 Current Use Cases in Education 5 Features and

More information

Arduino An Introduction

Arduino An Introduction Arduino An Introduction Hardware and Programming Presented by Madu Suthanan, P. Eng., FEC. Volunteer, Former Chair (2013-14) PEO Scarborough Chapter 2 Arduino for Mechatronics 2017 This note is for those

More information

Arduino Programming In 24 Hours Sams Teach Yourself

Arduino Programming In 24 Hours Sams Teach Yourself ARDUINO PROGRAMMING IN 24 HOURS SAMS TEACH YOURSELF PDF - Are you looking for arduino programming in 24 hours sams teach yourself Books? Now, you will be happy that at this time arduino programming in

More information

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi. POWER LINE CARRIER COMMUNICATION FOR DISTRIBUTION AUTOMATION SYSTEM M.Sinduja,S.Ranjitha Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

More information

IQRF and IQMESH protocol

IQRF and IQMESH protocol IQRF and IQMESH protocol Vladimír Šulc, MICRORISC s.r.o. IQRF is a development platform connecting any device to Internet through wireless mesh networks. Simply. Wireless ecosystem connecting any device

More information

Arduino Platform Capabilities in Multitasking. environment.

Arduino Platform Capabilities in Multitasking. environment. 7 th International Scientific Conference Technics and Informatics in Education Faculty of Technical Sciences, Čačak, Serbia, 25-27 th May 2018 Session 3: Engineering Education and Practice UDC: 004.42

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

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING Aaron R. Rababaah* 1, Ahmad A. Rabaa i 2 1 arababaah@auk.edu.kw 2 arabaai@auk.edu.kw Abstract Traditional

More information

ARDUINO BASED WIRELESS POWER METER CORNELL UNIVERSITY

ARDUINO BASED WIRELESS POWER METER CORNELL UNIVERSITY page 1 / 6 page 2 / 6 arduino based wireless power pdf IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 Bluetooth and Zigbee Based Wireless

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

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers Chapter 4 Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers 4.1. Introduction Data acquisition and control boards, also known as DAC boards, are used in virtually

More information

MICROCONTROLLERS BASIC INPUTS and OUTPUTS (I/O)

MICROCONTROLLERS BASIC INPUTS and OUTPUTS (I/O) PH-315 Portland State University MICROCONTROLLERS BASIC INPUTS and OUTPUTS (I/O) ABSTRACT A microcontroller is an integrated circuit containing a processor and programmable read-only memory, 1 which is

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

Digital Devices in the Digital Technologies curriculum

Digital Devices in the Digital Technologies curriculum Digital Devices in the Digital Technologies curriculum VCAA Webinar Thursday 7 th June 2018 Sean Irving VCAA Specialist Teacher (Digital Coding) Lockington Consolidated School Copyright Victorian Curriculum

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

Introducing 32-bit microcontroller technologies to a technology teacher training programme

Introducing 32-bit microcontroller technologies to a technology teacher training programme 2 nd World Conference on Technology and Engineering Education 2011 WIETE Ljubljana, Slovenia, 5-8 September 2011 Introducing 32-bit microcontroller technologies to a technology teacher training programme

More information

Lab 2: Blinkie Lab. Objectives. Materials. Theory

Lab 2: Blinkie Lab. Objectives. Materials. Theory Lab 2: Blinkie Lab Objectives This lab introduces the Arduino Uno as students will need to use the Arduino to control their final robot. Students will build a basic circuit on their prototyping board and

More information

Embedded & Robotics Training

Embedded & Robotics Training Embedded & Robotics Training WebTek Labs creates and delivers high-impact solutions, enabling our clients to achieve their business goals and enhance their competitiveness. With over 13+ years of experience,

More information

Blackfin Online Learning & Development

Blackfin Online Learning & Development Presentation Title: Introduction to VisualDSP++ Tools Presenter Name: Nicole Wright Chapter 1:Introduction 1a:Module Description 1b:CROSSCORE Products Chapter 2: ADSP-BF537 EZ-KIT Lite Configuration 2a:

More information

Devastator Tank Mobile Platform with Edison SKU:ROB0125

Devastator Tank Mobile Platform with Edison SKU:ROB0125 Devastator Tank Mobile Platform with Edison SKU:ROB0125 From Robot Wiki Contents 1 Introduction 2 Tutorial 2.1 Chapter 2: Run! Devastator! 2.2 Chapter 3: Expansion Modules 2.3 Chapter 4: Build The Devastator

More information

BAssist (Banjo Assist Robot) Fatemeh Gholizadeh David Hatch Shiva Khanal Gavin Philips

BAssist (Banjo Assist Robot) Fatemeh Gholizadeh David Hatch Shiva Khanal Gavin Philips BAssist (Banjo Assist Robot) Fatemeh Gholizadeh David Hatch Shiva Khanal Gavin Philips Abstract Playing musical instruments is a specialized skill requiring years of practice and dedication to master.

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

Dynamic Wireless Decorative Lights

Dynamic Wireless Decorative Lights Dynamic Wireless Decorative Lights John W. Peterson March 6 th, 2008 Updated August 2014 Overview Strings of holiday lights add a nice accent to indoor and outdoor spaces. Many businesses use them to create

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

Features: 1. User friendly interfacing. 2. Controls high voltage water pumps. 3. Identification of water pumps through RFID technology.

Features: 1. User friendly interfacing. 2. Controls high voltage water pumps. 3. Identification of water pumps through RFID technology. Construction of Central Control Unit for Irrigation water pumps. Cost effective method to control entire villager s water pumps with user level authentication. Illiterate s friendly system. This project

More information

Homework 9: Software Design Considerations

Homework 9: Software Design Considerations Homework 9: Software Design Considerations Team Code Name: Treasure Chess Group No. 2 Team Member Completing This Homework: Parul Schroff E-mail Address of Team Member: pschroff @ purdue.edu Evaluation:

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

ENGI1020. Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - Winter 2019

ENGI1020. Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - Winter 2019 ENGI1020 Lab 0 Introduction to Arduino IDE and Hardware Lori Hogan, Lab Instructor - lehogan@mun.ca Winter 2019 What are we doing today? Overview of lab procedures, schedules, assessment Introduction to

More information

DEVKIT-S12ZVC QUICK START GUIDE (QSG)

DEVKIT-S12ZVC QUICK START GUIDE (QSG) DEVKIT-S12ZVC QUICK START GUIDE (QSG) ULTRA-RELIABLE MCUS FOR INDUSTRIAL AND AUTOMOTIVE EXTERNAL USE Get to know the DEVKIT-S12ZVC The DEVKIT-S12ZVC is an ultra-low-cost development platform for S12 Microcontrollers.

More information

U.S. Water Rockets. User Manual

U.S. Water Rockets. User Manual U.S. Water Rockets User Manual Introduction: The ServoChron 2 is a low cost time delayed dual servo controller designed for use as a parachute deployment or staging actuator mechanism for Water Rockets,

More information

Adafruit 16-channel PWM/Servo Shield

Adafruit 16-channel PWM/Servo Shield Adafruit 16-channel PWM/Servo Shield Created by lady ada Last updated on 2018-08-22 03:36:11 PM UTC Guide Contents Guide Contents Overview Assembly Shield Connections Pins Used Connecting other I2C devices

More information

Programming Arduino Next Steps: Going Further With Sketches PDF

Programming Arduino Next Steps: Going Further With Sketches PDF Programming Arduino Next Steps: Going Further With Sketches PDF Take your Arduino skills to the next level! In this practical guide, electronics guru Simon Monk takes you under the hood of Arduino and

More information

nrf24l01+ Transceiver Hookup Guide

nrf24l01+ Transceiver Hookup Guide Page 1 of 6 nrf24l01+ Transceiver Hookup Guide Introduction These breakout boards provide SPI access to the nrf24l01+ transceiver module from Nordic Semiconductor. The transceiver operates at 2.4 GHz and

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

SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION

SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION SHAPING THE FUTURE OF IOT: PLATFORMS FOR CO-CREATION, RAPID PROTOTYPING AND SUCCESSFUL INDUSTRIALIZATION Dr. Julian Bartholomeyczik Head of Software Development Bosch Connected Devices and Solutions GmbH

More information

UC DAVIS CENTER FOR INTEGRATED COMPUTING AND STEM EDUCATION (C STEM) Implementation Brochure /2018. c-stem.ucdavis.edu

UC DAVIS CENTER FOR INTEGRATED COMPUTING AND STEM EDUCATION (C STEM) Implementation Brochure /2018. c-stem.ucdavis.edu UC DAVIS CENTER FOR INTEGRATED COMPUTING AND STEM EDUCATION (C STEM) Implementation Brochure - 2017/2018 Transforming math education through computing. c-stem.ucdavis.edu ABOUT C STEM The UC Davis C-STEM

More information

Arduino Lesson 1. Blink. Created by Simon Monk

Arduino Lesson 1. Blink. Created by Simon Monk Arduino Lesson 1. Blink Created by Simon Monk Guide Contents Guide Contents Overview Parts Part Qty The 'L' LED Loading the 'Blink' Example Saving a Copy of 'Blink' Uploading Blink to the Board How 'Blink'

More information

Arduino

Arduino Arduino Class Kit Contents A Word on Safety Electronics can hurt you Lead in some of the parts Wash up afterwards You can hurt electronics Static-sensitive: don t shuffle your feet & touch Wires only

More information

Arduino Starter Kit Manual Example Code Ebook

Arduino Starter Kit Manual Example Code Ebook Arduino Starter Kit Manual Example Code Ebook The Official Arduino Starter Kit is here! This kit 12 : KNOCK LOCK tap out the secret code to open the door Arduino Starter Kit example Project 7 Keyboard.

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

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

Practical Assignment 1: Arduino interface with Simulink

Practical Assignment 1: Arduino interface with Simulink !! Department of Electrical Engineering Indian Institute of Technology Dharwad EE 303: Control Systems Practical Assignment - 1 Adapted from Take Home Labs, Oklahoma State University Practical Assignment

More information

ivu Plus Quick Start Guide P/N rev. A -- 10/8/2010

ivu Plus Quick Start Guide P/N rev. A -- 10/8/2010 P/N 154721 rev. A -- 10/8/2010 Contents Contents 1 Introduction...3 2 ivu Plus Major Features...4 2.1 Demo Mode...4 2.2 Sensor Types...4 2.2.1 Selecting a Sensor Type...5 2.3 Multiple Inspections...6 2.3.1

More information

Implementation of Automatic meter reading system using zigbee- Integrated Raspberry Pi,GSM Network

Implementation of Automatic meter reading system using zigbee- Integrated Raspberry Pi,GSM Network International Journal of Advances in Engineering, 2015, 1(3), 169-173 ISSN: 2394-9260 (printed version); ISSN: 2394-9279 (online version); url:http://www.ijae.in RESEARCH ARTICLE Implementation of Automatic

More information