This project is “NanoUtils Xtal” – a crystal oscillator breakout board. The board is designed to be interfaced with microcontrollers that have their oscillator pins next to a ground pin. [via]
This board is a breakout containing a SMD crystal, two caps and a resistor meant to be used in breadboards when building something with an Atmel ATmega or a Microchip PIC that have the two crystal pins next to a GND pin. For instance the atmega328 or pic18f2550.
Crystal oscillator breakout - [Link]
dangerousprototypes.com writes:
Palma made a USB development board for the PIC18F2550. These chips are really popular, and there is a bunch of projects floating around the internet with them, even our own USB IR Toy, and USB LCD Backpack use them.
This board is basically a breakout board, with decoupling capacitors, and a USB jack. We like that all the broken-out pins are connected two 2 pins of the dual row female header, making it easier to connect one pin to a more then one external component.
You can also check out our PIC18F2550 Breakout Board, build in the “blade” style, having all the breakout pins on one side of the board.
PIC18F2550 USB development board - [Link]
Steve @ semifluid.com writes:
Using the PIC18F2550 GLCD Text Test as a basis for further experimentation, I put together a simple and accurate graphical oscilloscope using a PIC18F2550 microcontroller and a AGM1264F graphical LCD. The oscilloscope measures the average voltage, the maximum voltage, the minimum voltage, the peak-to-peak voltage, and the zero-crossing frequency for a DC signal over 100 samples. The oscilloscope has a built in edge trigger function that can be set to capture on rise or fall (or disabled altogether). The time scale for the display is variable and can be easily redefined using the changeTimeDivision function. Likewise, the voltage range can be change to 0-5V, 0-2.5V, and 0-1.25V. The main limitations of this oscilloscope include relatively slow acquisition time and sampling rate (~60kHz) and the fact that the inputs are limited by the constraints of the internal ADC. However, it is a very nice display and I highly suggest you view the videos to see it in action.
PIC18F2550 KS0108 Graphical LCD Oscilloscope - [Link]
Dilshan developed a 8 channel USB digital signal generator and an open source Windows application called Kidgo Player to drive it. The hardware is basically just a PIC18F2550 USB breakout board used to provide 8 digital outputs for his software. The Kidgo Player’s source is available on GitHub, and has the following features – [via]
- Save waveforms and settings as binary file (KDF file) or export waveform as a text file
- Playback controls such as “Play to segment”, “Play from segment”, “Step back”, “Step next” and “Clear”
- Shifting and rotating waveforms
- Invert, Reset, Clocking and Binary Generator functions
- Copy and Paste waveforms
- Mute function to each individual channel
- Launch without any installation or configuration (design to work as portable Windows application)
Kidogo: 8 channel USB Digital Signal Injector - [Link]
This is a development board for the PIC18F2550, I designed this board inspired by the TP-2550 development board by Giovanni Lafebre (site is in Spanish). Main difference between the original and my design is the size, mine is 10×8 cm, so it has less elements. This is because I created this board using the free version of Eagle, so I adjusted to its restrictions. [via]
Eaglefree18f2550 features:
- 8 LEDs.
- 4 push buttons with pull-down 220Ω resistors.
- 2 potentiometers.
- 1 relay with an active LED indicator. For using the relay, you must provide an external power supply.
- 1 H bridge.
- 1 barrel connector for H bridge power supply.
- The board can be supplied from the USB or from an external supply (jumper selectable).
- 5V regulator onboard.
- ICSP port for PIC programming.
- Jumper for enabling/disabling programmer voltage. This allows for the programmer to be powered from the board supply, so we can have the programmer plugged to the board all the time.
Eaglefree PIC18F2550 development board - [Link]
This is a DIY USB programer for Altera FPGAs. It only uses a PIC uC and a few discrete components to provide a JTAG interface with a FPGA. Somun found it on a Japanese site (machine translation), and with the help of Google Translate he built one for himself.
There are two versions available. The older one pictured above uses a PIC18f2550 chip, while the newer one uses a cheaper PIC18F14K50. If anyone is interested drop a comment in the forum and Somun will provide the eagle files for his build. [via]
FPGACheap DIY Altera FPGA USB programmer - [Link]
dangerousprototypes.com writes:
Geoff designed this USB PC case fan controller. It is used to control the speed of your fans depending on the temperatures in your case. Software that was developed for this project allows you to customize the temperature profiles for your computer.
The project is based on the PIC18F2550 that is connected to the computer via the USB and uses the standard Molex 4pin connector to access computer’s power supply. It has 4 analog inputs for temp sensors, and can control up to 8 fans.
One thing to note is that all the fan outputs work with 3 pin fans, while two are universal and work even with 4 pin PWM versions. The 3 pin fans are driven with a buck convertor. The UDN2981 provides the high side switch and diode that are driven from PIC’s PWM signals. A 100uH inductor and a 479uF capacitor complete the buck topology, thus providing variable analog output for the 3 pin fans.
Intelligent Fan Controller - [Link]
circuitvalley.com writes:
More and more experiments are now ‘PC-assisted.’ Also conventional acquisition systems are very expensive. Since portable PCs are today common and a USB link is a better solutionhere we present an oscilloscope using USB port of the PC that operates at up to 10 kHz with ±16V input voltage. It has much more improved features than the PC-based oscilloscope . The oscilloscope uses IC PIC18F2550 from Microchip as the main controller, which makes the oscilloscope compact as there is no need of additional power supply for the entire circuit board.
Two-Channel PC Based Oscilloscope USB - [Link]
In this tutorial, Embedded Lab describes the basics of I2C communication protocol, its addressing scheme, and the way of connecting multiple devices on a common I2C bus. The technique has been demonstrated with PIC18F2550 microcontroller, to which two serial EEPROMS and one temperature sensor have been connected on a common I2C bus.
Inter-Integrated Circuit (I2C) communication - [Link]
embedded-lab.com writes: [via]
MikroEleketronika demonstrates how to build a simple home alarm system that has the capability of sending SMS to a predefined cell phone number when intrusion is detected. This project is based on StartUSB for PIC board, a small development board for PIC18F2550, which is preprogrammed with an USB bootloder so that no additional programmer is required to load the firmware. The SMS portion uses a SmartGM862 Board, which is a full-featured development tool for the Telit’s GM862 GSM/GPRS module. All the boards required for this project can be purchased as SMS Home Alarm Kit from mikroElektronika. A demonstration software for PIC is also available for free. They are offering free shipping now.
Make your own motion sensor alarm with SMS feature – [Link]

















































