Search found 3 matches
- Mon Apr 19, 2010 9:26 am
- Forum: Microcontrollers
- Topic: List of Common Microcontrollers
- Replies: 19
- Views: 25860
Re: List of Common Microcontrollers
Pay a visit to 1st cross street, pettah, and try your luck at various electronic component shops. Some of them have PIC chips, but don't be too smart asking for PIC or Microconrollers. Because you will get NO for an answer for sure. If you can be specific and ask for 16F84, then they will know. If y...
- Tue Jan 12, 2010 2:45 pm
- Forum: Microcontrollers
- Topic: Strange issue in 16F877
- Replies: 3
- Views: 6217
Re: Strange issue in 16F877
Working with microcontrollers needs bit of reading, planning and proper circuit design, even for a simple project. These devices are extremely susceptible to electrical noise, min/max voltages, signal thresholds, and not least the usage of proper and matching interconnecting devices. As an example, ...
- Tue Jan 12, 2010 1:19 pm
- Forum: Microcontrollers
- Topic: MCU Restart , when it is going to operate a Relay..
- Replies: 4
- Views: 11590
Re: MCU Restart , when it is going to operate a Relay..
As neo correctly stated, this is a very common problem which has many solutions depending on your design requirements. A very good design practice for any microcontroller is to have output isolation (whether built-in isolation is provided or not). This essentially means NOT connecting output pins DI...