Search found 226 matches

by Shane
Thu Jul 21, 2011 7:58 am
Forum: Electronics & Electrical Engineering
Topic: Digital signal in FM frequency
Replies: 8
Views: 7736

Re: Digital signal in FM frequency

I found it is hard to make RF transceivers even with years of expereince. Even it is a kind of worthless when the working guaranteed modules are already available. nRF24L01.jpg NRF24L01 Wireless Transceiver Module is one good example. You can buy two of them for < $8 and I'm sure it will cost you mo...
by Shane
Wed Jul 06, 2011 10:33 am
Forum: Microcontrollers
Topic: Make a LED Clock with DS1387 RTC and PIC
Replies: 2
Views: 3104

Re: Make a LED Clock with DS1387 RTC and PIC

We have worked with DS1307 RTC which works over I2C. I guess DS1387 is also the same.
Have a look at How to interface Real Time Clock DS1307 to PIC16F84.
by Shane
Wed Jul 06, 2011 10:30 am
Forum: Microcontrollers
Topic: How to interface Real Time Clock DS1307 to PIC16F84
Replies: 3
Views: 7060

How to interface Real Time Clock DS1307 to PIC16F84

DS1307 is one of the devices that used widely in micrcontroller applications. It provide Serial Real Time Clock is a low–power, full BCD clock/calendar plus 56 bytes of nonvolatile SRAM. Address and data are transferred serially via the 2–wire bi–directional bus.The clock/calendar provides seconds, ...
by Shane
Mon Jul 04, 2011 10:11 pm
Forum: Microcontrollers
Topic: Musical DoorBell with PIC16F84A
Replies: 38
Views: 36770

Re: Musical DoorBell with PIC16F84A

You are correct. It is always good to find the cheapest micro that satisfy the minimum requirements. However when you are learning, it is very good to work with a micro with good help. PIC 16F877A is one of them and I remember I told you this before. Have you considered the oscillator in PIC12F629? ...
by Shane
Fri Jun 24, 2011 9:11 pm
Forum: Embedded Systems
Topic: How to control a Stepper Motor using ULN2003 & microcontror
Replies: 0
Views: 4242

How to control a Stepper Motor using ULN2003 & microcontror

This page shows an example on how to drive a unipolar stepper motor. These motors can be found in old floppy drives and are easy to control. The one we use has 6 connectors of which one is power (VCC) and the other four are used to drive the motor sending synchronous signals. ULN2003A driver chip ha...
by Shane
Fri Jun 24, 2011 8:45 pm
Forum: Arduino
Topic: How to connect EEPROM over SPI bus of microcontroller
Replies: 0
Views: 3495

How to connect EEPROM over SPI bus of microcontroller

In this tutorial, we will cover the basics of Arduino’s SPI (Serial Peripheral Interface) capabilities, as well as the AT25HP512 chip, which is a serial EEPROM, used to store data. This chip runs at 10MHz at 5V and is organized into 512 pages of 128 bytes each, giving us 65,536 bytes of data storage...
by Shane
Fri Jun 24, 2011 8:33 pm
Forum: Arduino
Topic: How to blink a LED using microcontrollers
Replies: 0
Views: 2933

How to blink a LED using microcontrollers

This is the simplest Arduino demo, used to verify that everything is working - and will result in a blinking LED connected to a DIGITAL IN/OUT pin on the Arduino. When a DIGITAL OUT pin on the Arduino is set HIGH, 5VDC will be sent out on the pin. 5VDC is too much voltage for a typical LED to handle...
by Shane
Fri Jun 24, 2011 7:38 am
Forum: Arduino
Topic: How to drive multiple LEDs on a single pin of a micro
Replies: 0
Views: 3561

How to drive multiple LEDs on a single pin of a micro

Each digital pin on the Arduino has an internal pull up resistor that can be turned on and off using the digitalWrite() command when it is configured as an output. When it is HIGH, 5V sent to the pin and can deliver 40mA of current. This is adequate to power an LED, but most devices that you will wa...
by Shane
Fri Jun 24, 2011 7:32 am
Forum: Arduino
Topic: How to handle high current DC devices using microcontroller
Replies: 0
Views: 3539

How to handle high current DC devices using microcontroller

You may want to use the Arduino to control a DC powered device that draws more current that the 2N3904 transistor can supply. A solution for this situation is to use an NPN Darlington Transistor designed for medium power linear switching applications. In this tutorial we will use a TIP122 transistor...
by Shane
Fri Jun 24, 2011 7:28 am
Forum: Microcontrollers
Topic: Connecting Multiple LED's/7Segment displays with MCU?
Replies: 1
Views: 3126

Re: Connecting Multiple LED's/7Segment displays with MCU.

Just posted something relevant for you :) Is it a coincidence?

You should use a LED driver to connect a 7-segment LED array to a microcontroller. Have a look at How to use MAX7221 to drive 7-segment LED set using a micro.

Good luck!

Go to advanced search