Show Posts
|
|
Pages: [1] 2
|
|
2
|
Using Arduino / General Electronics / Is my RX pin damaged?
|
on: March 12, 2011, 04:20:36 am
|
Hello everyone, The + lead of my 6 AA batteryholder with 6 AA NiMH batteries in it (a total voltage of 7.2 V) accidently has be connected to my Arduino' s Digital pin 0 (the RX Serial pin) . Is it damaged now? I didn't connect the - lead to the Arduino Board. Kind Regards, Superpelican 
|
|
|
|
|
4
|
Forum 2005-2010 (read only) / Troubleshooting / Re: Arduino IDE 002132bit Ubuntu 10.10
|
on: October 30, 2010, 03:52:06 am
|
It seems to be a problem with the new USB chip. RX (Receive), TX (Transmit) are Serial pins. Earlier the Arduino team also had problems with the RXTX. That was in v.20 when there was no version for Linux avaible. In v.21 the problems had to be fixed. May be the fix didn't have impact on your installation  . (I use Lubuntu 10.10, the LXDE version of Ubuntu, http://lubuntu.net/) I hope you now understand the things a bit more, Superpelican
|
|
|
|
|
5
|
Forum 2005-2010 (read only) / Troubleshooting / Re: Compiler error when try to upload Arduino examples
|
on: October 30, 2010, 01:26:51 am
|
Thanks, I thought I had AVR GCC installed. I'm gone a try to install AVR GCC again. Thanks, for the help, Superpelican  [edit]I checked AVR GCC = installed. It has to be an other problem...  [/edit][edit]I reinstalled the AVR GCC, the situation don't changes. The error shows some files in the Arduino IDE software folder. I found the files in the software folder. That means that al those"expected:...." are not in the examples or my programs, but in the Arduino IDE files! Hope that people now have more info about my problem, Superpelican [/edit]
|
|
|
|
|
6
|
Forum 2005-2010 (read only) / Troubleshooting / Compiler error when try to upload Arduino examples
|
on: October 29, 2010, 01:16:53 pm
|
Hello, everbody I am new at this forum. Today I received a Arduino Uno. I use Lubuntu Linux. I tried to upload both my own program and the LED blink example. Both times I get this error: In file included from /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_pulse.c:25: /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_private.h:28:20: error: avr/io.h: No such file or directory /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_private.h:29:27: error: avr/interrupt.h: No such file or directory /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_private.h:30:23: error: avr/delay.h: No such file or directory /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_private.h:31:19: error: stdio.h: No such file or directory In file included from /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_private.h:34, from /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_pulse.c:25: /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:29:20: error: stdlib.h: No such file or directory In file included from /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_private.h:34, from /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_pulse.c:25: /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:103: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'boolean' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:104: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'byte' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:112: error: expected ')' before 'mode' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:113: error: expected ')' before 'int' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:119: error: expected ')' before 'pin' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:121: error: expected ')' before 'dataPin' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:122: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'shiftIn' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring.h:124: error: expected ')' before 'void' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:28:26: error: avr/pgmspace.h: No such file or directory In file included from /home/superpelican/Desktop/arduino-0021/hardware/arduino/l:58: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'SS' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:59: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MOSI' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MISO' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:61: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'SCK' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PROGMEM' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:67: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PROGMEM' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:68: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PROGMEM' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PROGMEM' /home/superpelican/Desktop/arduino-/hardware/arduino/cores/arduino/pins_arduino.h:72: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PROGMEM' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/pins_arduino.h:73: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PROGMEM' /home/superpelican/Desktop/arduino-0021/hardware/arduino/cores/arduino/wiring_pulse.c:32: error: expected ')' before 'pin'
I don't have any experience with Arduino or electronics. Is this just a IDE error? Thanks, for any help, Superpelican 
|
|
|
|
|
14
|
Forum 2005-2010 (read only) / Interfacing / Re: Good "Hello World!" example for Dfrobot LCD 4bit
|
on: January 23, 2011, 10:49:19 am
|
Sorry, but I can't find a "Hello World!" example in your link  Googling also doesn't seem to help. But if there doesn't exists a Dfrobot- 4bit-library example, would someone like to help me with making one? I don't want to use the buttons, because they're terrible hard to program for. I want the LCD display to just display some text, like the original Hello World example written for the HD44780-Liquid Crystal library.
|
|
|
|
|
15
|
Forum 2005-2010 (read only) / Interfacing / Good "Hello World!" example for Dfrobot LCD 4bit
|
on: January 23, 2011, 07:38:47 am
|
Hello, does someone now a good "Hello World!" example for the Dfrobot LCD keypad shield, wich uses the LCD_4bit_mod library. I'm a real newbie and can't make one myself. They say the 4bit display is easy and doesn't uses much resources (pins). But in my opinion it's not so easy as they say. If there doesn't exists one would someone like to be so kind to make one? Thanks for any help, Superpelican 
|
|
|
|
|