Arduino PIC 32

What do you think of using the good old pic in a 32 Ardino? This would boost their projects, leaving the Arduino 5 times faster, increasing by four times the memory and still leave the Arduino cheaper. This is a new concept ByPic development of microcontrollers, it is not necessary IDE, no complex code in C, no compiling, no programmer is required, only a serial interface. 

The ByPic is ideal for beginners and lovers of rapid prototyping.ByPic PIC32MX150F uses the IC-128 has 128K Flash, 32K RAM and operates at 40MHz. It is a kit of parts that allows you to build, you only need a soldering iron. building when the device is fully programmable by simply using the serial interface. 

Once built the controller it will be able to adapt to many projects with servo controllers, stepper motor controllers, robots, Projects clock, timer, times, alarms, automation, etc. ..No software is needed, beyond what is in the IC. He self compiles the text you write and download to the serial port. Programs can be saved to flash once debugged in RAM.Conheça with Arduino PIC 32

Meet with Arduino PIC 32


Meet with Arduino PIC 32


The BV500 is a PIC32 device (PIC32MX150F128B) in a DIL package.
Max Speed MHz 40
Program Memory Size (KB) 128
RAM (KB) 32
Temperature Range (C) -40 to 105
Operating Voltage Range (V) 2.3 to 3.6
DMA Channels 4
SPITM 2
I2CTM Compatible 2
CODEC Interface (I2S,AC97) Yes
Peripheral Pin Select (PPS) Crossbar Yes
CTMU Yes A/D channels 10
Max A/D Sample Rate (KSPS) 1100
Input Capture 5
Output Compare/Std. PWM 5
16-bit Digital Timers 5
Parallel Port PMP
Comparators 3
Internal Oscillator 8 MHz, 32 kHz
RTCC Yes I/O Pins 21 Pin Count 28

You only need an external programmer, or at least an adapter USB-to-TTL.
Read More

AT MEGA 328 Arduino pinout Circuit Diagram

Here are diagrams that show the pinout of the micro controller Arduino Atmega and most basic circuit diagram with the crystal. Also a pinning and tqpf ATmega328 with Arduino bootloader code. Many times we lost to the passage of Arduino + breadboard to design on paper and then on the PCB.

AT MEGA 328 Arduino pinout Circuit Diagram

AT MEGA 328 Arduino pinout Circuit Diagram

Arduino bootloader


Arduino bootloader


Port B has pins B0 to B5

Port C pins have C0 to C5

Port D has pins D0 to D7

Arduino AT MEGA328 Pinout TQFP

Arduino AT MEGA328 Pinout TQFP


Read More

How to connect LCD Display on the Arduino using only 2 pins

Generally for connecting an LCD display to an Arduino using 7 strands, it usually breaks the leg that has any projects that remain few ports to be used. But there is a way, using an IC 74LS164 (8-bit serial shift register), a resistor and a diode, but it's not just hardware, you have to use a library.

This Arduino library for connection of 2-wire or 3-wire using HD44780 compatible LCD display via shiftregisters. This circuit is considered "deprecated", but it's worth testing.

LCD Display on the Arduino Circuit 

LCD Display on the Arduino

Read More