Do you have a question about the FEZ Panda III and is the answer not in the manual?
Questions and answers
Summary of Contents for GHI electronics FEZ Panda III
Page 1
GHI Electronics 501 E. Whitcomb Ave. Madison Heights, Michigan 48071 Phone : (248) 397-8856 Fax: (248) 397-8890 www.GHIElectronics.com FEZ Panda III User Manual *** DRAFT *** Where Hardware Meets Software...
Page 2
System on Chip (SoC) at its heart. It runs .NET Micro Framework software platform; a tiny version of Microsoft .NET framework. The value of FEZ Panda III is not only in the hardware capabilities such as the Cortex-M4 processor, memory and peripherals, but also is in the integration between the hardware and the embedded software.
FEZ Panda III User Manual ***DRAFT *** April 29, 2015 Benefits Key Features G80 SoC at its core 256KByte of RAM 1MByte of Flash USB Host/Device with drivers 4-bit SD card interface Plenty of essential peripherals such as GPIO, SPI, UART, I2C, CAN, ADC, DAC and PWM.
FEZ Panda III User Manual ***DRAFT *** April 29, 2015 Specifications Dimensions W x L x H (mm) 26.67 x 38.1 x TBA Core System Hardware G80 SoC Processor 180 Mhz 32-bit Cortex-M4 FLASH Available/Free 1MB/256kB RAM Available/Free 256kB/152kB Color TFT Display Controller...
Page 5
FEZ Panda III User Manual ***DRAFT *** April 29, 2015 Pinout – 40 Pin Header Secondary Features Secondary Features 3.3 Volts Out Ground Digital In / Out Digital In / Out Analog In Digital In / Out Analog In Digital In / Out...
Page 6
FEZ Panda III User Manual ***DRAFT *** April 29, 2015 Pinout – Arduino-Compatible Headers Secondary Features Secondary Features Reset Input Optional battery for RTC VBAT 3.3 Volts Out Ground 5 Volts In / Out SPI1 SCK / PWM Ground SPI1 MISO / PWM...
April 29, 2015 FEZ Panda III and Arduino Comparison FEZ Panda III is not an Arduino board, but it makes use of the idea of having a stackable hardware platform. The similar form factor between FEZ Panda II and Arduino allows developers to use almost any of the available Arduino shields.
Page 8
FEZ Panda III User Manual ***DRAFT *** April 29, 2015 Fading an LED using System; using System.Threading; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; using GHI.Pins; public class Program public static void Main() LED = PWM(FEZPandaIII.PwmOutput.LED1, 10000, 0.1, false); double level = 0.5;...
Page 9
FEZ Panda III User Manual ***DRAFT *** April 29, 2015 LED.Write(state == 0); Reading a USB Keyboard using System; using System.Threading; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; using GHI.Pins; using GHI.Usb.Host; public class Program public static void Main() Controller.KeyboardConnected += Controller_KeyboardConnected; Controller.Start();...
Page 10
FEZ Panda III User Manual ***DRAFT *** April 29, 2015 private static AutoResetEvent evt = AutoResetEvent(false); static MassStorage massStorage = null; public static void Main() Controller.MassStorageConnected += Controller_MassStorageConnected; RemovableMedia.Insert += RemovableMedia_Insert; Controller.Start(); evt.WaitOne(); // Wait for it be inserted massStorage.Mount();...
GHI Electronics website http://www.ghielectronics.com/support Last but not least, the GHI Electronics community is a wealth of information and support. The engineers are GHI Electronics monitor and contribute to the community forums around the clock. The home of the most active .NET Micro Framework community on the web http://www.ghielectronics.com/community...
Need help?
Do you have a question about the FEZ Panda III and is the answer not in the manual?
Questions and answers