mapmot / arduino-overlay

Arduino IDE overlay for gentoo linux
https://bugs.gentoo.org/525882
GNU General Public License v2.0
2 stars 2 forks source link

arduino blink sketch compil but nothing happen #15

Closed bdouxx closed 3 years ago

bdouxx commented 6 years ago

Hi,

I have bought this card: https://fr.aliexpress.com/item/Pro-Mini-ATmega328P-Board-Pro-Mini-UNO-Shield-Adapter-CH340G-USB-to-TTL-Programmer-easy-to/32782075100.html

device is recognized:

[ 6977.077291] usb 1-2: new full-speed USB device number 7 using xhci_hcd [ 6977.258806] usb 1-2: New USB device found, idVendor=1a86, idProduct=7523 [ 6977.258808] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 6977.258809] usb 1-2: Product: USB2.0-Serial [ 6977.259481] ch341 1-2:1.0: ch341-uart converter detected [ 6977.259910] usb 1-2: ch341-uart converter now attached to ttyUSB0

here the programm: Blink.txt

On my lenovo T460 (dualboot with windows 10),

It's ok for windows, code compile and card blink: arduino_windows.txt but nothing blink with linux: arduino_linux.txt

It's my first test with arduino's world, so I have no idea where is the problem.

can you help me?

mapmot commented 6 years ago

Did you install ctags from the overlay? Any other ctags installed in your system? What is the output of eselect ctags list?

bdouxx commented 6 years ago

thanks a lot

It was version 20161028 which doesn't work but with version 99999999 from this overlay it's ok.