View allAll Photos Tagged gpio
The Pmod8LD is a set of 8 high-bright LEDs that are each individually driven by a logic-level transistor.
Sanguino is an open source Arduino-compatible microcontroller board that is based on the Arduino, and inspired by the Boarduino form-factor. It uses the atmega644P chip which has 4x the memory, ram and 12 more GPIO pins than the Arduino's atmega168.
More info: make.sanguino.cc/1.0
Sanguino is an open source Arduino-compatible microcontroller board that is based on the Arduino, and inspired by the Boarduino form-factor. It uses the atmega644P chip which has 4x the memory, ram and 12 more GPIO pins than the Arduino's atmega168.
More info: make.sanguino.cc/1.0
The joint test action group (JTAG)-SMT2 is a compact, complete and fully self-contained surface-mount programming module for Xilinx® field-programmable gate arrays (FPGAs). The module can be accessed directly from all Xilinx tools, including iMPACT™, ChipScope™, and EDK. The JTAG-SMT2 uses a 3.3V main power supply and a separate Vref supply to drive the JTAG signals. All JTAG signals use high speed, 24mA, three-state buffers that allow signal voltages from 1.8V to 5V and bus speeds of up to 30MBit/sec. The module uses a standard Type-A to Micro-USB cable available for purchase from Digilent, Inc.
store.digilentinc.com/jtag-smt2-surface-mount-programming...
Sanguino is an open source Arduino-compatible microcontroller board that is based on the Arduino, and inspired by the Boarduino form-factor. It uses the atmega644P chip which has 4x the memory, ram and 12 more GPIO pins than the Arduino's atmega168.
More info: make.sanguino.cc/1.0
The Pmod SSR is a solid state relay that features IXYS' CPC1908J. The Pmod SSR uses a switch controlled by a single GPIO pin and is rated to block up to 48 Volts and switch up to 6 Amps (rms) continuous current.
store.digilentinc.com/pmod-ssr-solid-state-relay-electron...
Neostation 3000 thin client - top
Components:
Left to right, top to bottom.
Mouse, Keyboard, Ethernet, Parallel, Reset switch (solder pads, functional), Serial & USB, VGA & Sound, Power & Serial.
ISA/PCI, Floppy, RAM0 (DIMM), PATA, Power.
RAM1 (SO-DIMM), Fan power, CPU.
CMOS Battery & BIOS, DoC address selector, DoC socket, Network LED, Power LED, HD LED, GPIO LEDs.
Sanguino is an open source Arduino-compatible microcontroller board that is based on the Arduino, and inspired by the Boarduino form-factor. It uses the atmega644P chip which has 4x the memory, ram and 12 more GPIO pins than the Arduino's atmega168.
More info: make.sanguino.cc/1.0
The PmodAD1 is an analog-to-digital converter module powered by the Analog Devices AD7476A. Users can simultaneously receive 12 bits of resolution for 2 individual channels at up to 1 MSPS by communicating with the module through an interface similar to SPI.
For those keeping score at home, that's one RPi 1B and five 3s, inside some of the multipi thingies from modmypi.com. Why the one 1B? Because I still had it lying around. The five 3s are brand new though :-)
Also, yes, the GPIOs on the 1B are somewhat bent. Please ignore :-)
The joint test action group (JTAG)-SMT2 is a compact, complete and fully self-contained surface-mount programming module for Xilinx® field-programmable gate arrays (FPGAs). The module can be accessed directly from all Xilinx tools, including iMPACT™, ChipScope™, and EDK. The JTAG-SMT2 uses a 3.3V main power supply and a separate Vref supply to drive the JTAG signals. All JTAG signals use high speed, 24mA, three-state buffers that allow signal voltages from 1.8V to 5V and bus speeds of up to 30MBit/sec. The module uses a standard Type-A to Micro-USB cable available for purchase from Digilent, Inc.
store.digilentinc.com/jtag-smt2-surface-mount-programming...
Sanguino is an open source Arduino-compatible microcontroller board that is based on the Arduino, and inspired by the Boarduino form-factor. It uses the atmega644P chip which has 4x the memory, ram and 12 more GPIO pins than the Arduino's atmega168.
More info: make.sanguino.cc/1.0
Sanguino is an open source Arduino-compatible microcontroller board that is based on the Arduino, and inspired by the Boarduino form-factor. It uses the atmega644P chip which has 4x the memory, ram and 12 more GPIO pins than the Arduino's atmega168.
More info: make.sanguino.cc/1.0
The joint test action group (JTAG)-SMT2 is a compact, complete and fully self-contained surface-mount programming module for Xilinx® field-programmable gate arrays (FPGAs). The module can be accessed directly from all Xilinx tools, including iMPACT™, ChipScope™, and EDK. The JTAG-SMT2 uses a 3.3V main power supply and a separate Vref supply to drive the JTAG signals. All JTAG signals use high speed, 24mA, three-state buffers that allow signal voltages from 1.8V to 5V and bus speeds of up to 30MBit/sec. The module uses a standard Type-A to Micro-USB cable available for purchase from Digilent, Inc.
store.digilentinc.com/jtag-smt2-surface-mount-programming...
The PmodRJ45 connector modules can offer an extended wired connection between two different systems. Shipped as a pair of male and female modules, users can connect the two together with a classic "ethernet cable" to communicate via the ethernet protocol or as simple GPIO lines.
The PmodTPH2 offers 12 external pin headers so that users can easily test the GPIO signals passing through each of the pins.
The PmodAD1 is an analog-to-digital converter module powered by the Analog Devices AD7476A. Users can simultaneously receive 12 bits of resolution for 2 individual channels at up to 1 MSPS by communicating with the module through an interface similar to SPI.
The PmodAD1 is an analog-to-digital converter module powered by the Analog Devices AD7476A. Users can simultaneously receive 12 bits of resolution for 2 individual channels at up to 1 MSPS by communicating with the module through an interface similar to SPI.
The scope probe is jabbed into the Chip Select / Write Enable strobe on the EvGNibBus (pronounced 'evnibus', like omnibus), on the PIC that connects to PIANA Performer 0.
The 128us interval is 8 single byte write cycles to each of 8 PIANA Performer nodes. A single write is 16 us, given by a 12us low nibble time (which has to account for PIC interrupt latency and some checks before the nibble is strobed in) then 4us of high nibble time (the ISR just sits and spins on CS, waiting for it to go low before it captures the nibble).
This will absolutely torch the CPU on the Conductor Pi. It will evaporate at least 35% of my CPU cycles as it needs to sit in a busy loop in a high priority thread. But once it's up and running I can experiment with how badly it suffers from running lower down in the priority queue, I may be able to get away with some nasty lash up, but it will always have to be a busy loop and it will always have to run at higher priority than the OpenGL thread.
But I might be able to buy something back, time will tell.
Playing around with the GPIO with Python. SO has a lot more understanding of the electrical stuff that I do. Oscium oscilloscope on the iPad.
www.raspberrypi-spy.co.uk/2012/05/install-rpi-gpio-python...
The most interesting part of this unit, this board is common to most modern Ferrograph displays, including public transport information displays. It is far more sophisticated than the good old FDS-101 that I am used to working with, and is based on a H8 microcontroller, with 1MB flash and 128KB RAM; message data is presumably stored in the flash for non-volatility. The DIP switches can be accessed through a hole in the rear of the casing, but other controls and displays are hidden, so once assembled, you cannot access the reset button or the 7 segment display or comms LEDs.
The board provides lots of interfaces, including both external and internal temperature sensors, ambient light photocell, impact sensor (to detect vandals beating the hell out of the unit, I presume), several comms ports, GPIO, and even an unpopulated audio amplifier section. There's also a handy diagnostic 7 segment display and LEDs for comms activity (though the TX LED indicates data being received by the unit, and the RX LED presumably indicates data being sent). In this particular unit, there is no battery fitted for the RTCC, and the temperature sensor calibration pots are also omitted, as they are presumably not used for this internal display.
The PmodKYPD is a 16-button keypad arranged in a hexidecimal format (0-F). By digitally driving a column line to a logic low level and digitally reading each of the rows, users can determine which button is currently pressed.
The joint test action group (JTAG)-SMT2 is a compact, complete and fully self-contained surface-mount programming module for Xilinx® field-programmable gate arrays (FPGAs). The module can be accessed directly from all Xilinx tools, including iMPACT™, ChipScope™, and EDK. The JTAG-SMT2 uses a 3.3V main power supply and a separate Vref supply to drive the JTAG signals. All JTAG signals use high speed, 24mA, three-state buffers that allow signal voltages from 1.8V to 5V and bus speeds of up to 30MBit/sec. The module uses a standard Type-A to Micro-USB cable available for purchase from Digilent, Inc.
store.digilentinc.com/jtag-smt2-surface-mount-programming...
The PmodCON4 allows users to connect their system to two RCA audio jacks. GPIO signals can be transferred in either direction through the audio jacks with jumper blocks to adjust signal routing.
Single port UHF RFID Reader Module, R500 RF chip
With LBT function, and dense reader mode (DRM)
The reading distance is 7 meters connected to 8dBi antenna.
Suitable for portable RFID reader, USB RFID reader, healthcare, access
and other complex applications
FCC/CE
RF Parameter
Protocol: EPC Class1 Gen2/ISO18000-6C
RF chip: Impinj Indy R500
RF power: 5~30dBm, adjustable by software with 1 dB stepped
Reading distance: 7m/8dBi Antenna (effect by antenna, RF power, and working environment)
Inventory speed: > 200 tags/second
Basic Parameter
Size (L x W x H): 56×36×7.4mm
Weight: 60g (Including heat sink)
DC power: 3.6V~5.5V
Physical Interface: 12pin ZIF interface / FCC cable (Including power, communication, GPIO, USB)
Antenna connector: MMCX with VSWR < 1.5:1 @ 50 ohms
Working temp: -20~+70℃
Storage temp: -40~+85℃
Relative humidity: 10%~90%RH
The PmodCON3 is a module designed to connect up to four servo motors. Users can control each of the motors individually through GPIO as well as powering them from an external power source.