Discussion Title | Created date |
---|---|
Eeprom Programming Hi everyone, I'm looking to be able to program the eeprom with some parameters for different modes of operation for the AVR micro. I have tried goggling a... |
Tuesday, 16 May 2017 - 22:51 |
Variable Input Voltage Hi Everyone, I am working on a project that I need to switch one of the IO Pins from a voltage range from 9V to 32V. It is for an automotive project that could be fitted to... |
Sunday, 14 May 2017 - 23:57 |
Basic Voltage reg circuit. Hi All, Can someone please take a quick look at this basic circuit to make sure it will work before I go out and buy the parts to test it. I have 32V AC supply and need to convert... |
Wednesday, 20 February 2013 - 03:11 |
Simple Controller Board Hi all I am looking for a simple board similar to the Auduino boards with the suface mount processor and the basics around the micro. But looking for something for the smaller... |
Friday, 30 October 2009 - 03:40 |
Need PWM help PLZ Hi all I have been playing with this for a few days and not getting anywhere. All i am trying to do is get a little bit a code working to just dull an LED. I have looked through... |
Monday, 12 October 2009 - 05:32 |
LED flasher using timer. Hi all, Having a little problem with this bit of code. #include int main (void) { DDRB |= (1 << 0); // Set LED as output TCCR1B |= (1 << CS10); // Set... |
Friday, 9 October 2009 - 02:40 |
Flashing timer Hi all I need to build a simple flashing led circuit. What needs to happen is that when it is powered up the LED flashes for 10 seconds then turns off but the power will still be... |
Tuesday, 6 October 2009 - 02:00 |
Code symbols Hi all, Its been a while since i have played with code for the AVR so just a simple question. Where will I be able to find a definition of the seperators for code like this... |
Thursday, 1 October 2009 - 06:36 |
My first real project Hi Everyone, I need some help with a circuit design, now this is my first attempt at making something to last not just a bit of fun and learning to be kind please. Basically it... |
Wednesday, 23 September 2009 - 23:39 |
Interfacing Current Shunt Hi all Just a couple of simple questions. I am trying to interface a current shunt (300A 75mV FSD) to the ADC but i know that the voltage is too low and I need to amplify it. I... |
Monday, 14 September 2009 - 01:15 |