Loading...
  Show Posts
Pages: [1]
1  Using Arduino / Networking, Protocols, and Devices / Connecting the Arduino to the Internet on: February 13, 2013, 10:59:00 am
Hello, I have installed Windows 2003 and I have configured the DNS and the DHCP and tested if I am able to connect to the internet and I am able to. I have connected the Arduino with the Ethernet Shield and I have written the following code (you will find in the attachment). When I open the serial monitor it says connecting then it says connection failed any suggestion on how to connect to the internet with the arduino.

Thank You
2  Using Arduino / Networking, Protocols, and Devices / Re: Serial Communication on: November 15, 2012, 02:07:10 am
Thank you Rob for replying back, I know how to use the serial of the Arduino but I had some problems with sending HEX numbers through the Arduino. Thank you again for your reply it helped alot
3  Using Arduino / Networking, Protocols, and Devices / Serial Communication on: November 13, 2012, 11:35:15 pm
Hello, I know how to use the serial communication of the Arduino. I have this 12 Byte Hexadecimal number I want to send through the serial of the Arduino and I don't how to do so. The number is AA0Dh, 00h, 00h, 00h, 00h. Any suggestions on how to do so?

Thank You
4  Using Arduino / Microcontrollers / Bootloader Burning Error on: September 20, 2012, 08:06:23 pm
Hello, I want to burn a bootloader on a new ATMEGA328. I found this tutorial "http://arduino.cc/en/Tutorial/ArduinoToBreadboard" and I followed the instructions. When I tried to burn the bootloader I got this error message "avrdude: stk500_recv(): programmer is not responding". In the tutorial there is a resistor connected to the 5V and to the PIN 1, when I connected this resistor on my breadboard its a 10K OHM resistor, could this be the problem? If not, how can I solve this problem and be able to burn the bootloader on the new ATMEGA328?

Thank You
5  Using Arduino / Sensors / Re: Potentiometer with Seven Segment Problems on: September 13, 2012, 09:43:04 pm
thank you
6  Using Arduino / Sensors / Potentiometer with Seven Segment Problems on: September 13, 2012, 07:06:14 pm
Hello, I have been experimenting with the Analog Pins on the Arduino Uno. I connected a potentiometer and a seven segment. What I want to do is when I rotate the potentiometer the numbers on the seven segment increases. I have attached the code that I have typed. I was just testing with the numbers ONE and TWO on the seven segment and nothing happened when I compiled and uploaded the code. I need help.

Thank You
7  Using Arduino / Microcontrollers / Bootloader Downloading on Arduino on: September 03, 2012, 04:31:59 am
Hello, I have an Arduino UNO board (DIP) and I removed the ATMEGA328 from it which had a bootloader burned on it and I replaced it with another ATMEGA328 and I tried to burn the ARDUNIO Bootloader on it from the sketch and it failed. I want to burn the Arduino Bootloader on any ATMEGA328 but I don't know how, could you please tell me how to do so?

Thank You
8  Using Arduino / Microcontrollers / Arduino Hardware & Software on: January 31, 2012, 07:34:21 pm
Hello, I read that the Arduino UNO has a .5KB bootloader program in the memory. Is this bootloader important in the programming of the Arduino UNO or not? If I copied the Arduino UNO design and wanted to program it do I need a bootloader or not? If I don't need the bootloader would I be able to program my Arduino UNO copy design with the Arduino 1.0 IDE?

Thank You
Pages: [1]