Author Topic: AVR USB-MiniBoard  (Read 3986 times)

kahnsoft

  • Newbie
  • *
  • Posts: 10
AVR USB-MiniBoard
« on: November 17, 2015, 08:14:51 am »
Hello,

i have Setup a new PC Windows10 and have installed Arduino die 1.6.6 , then i have install the Digispark package
via Preference Weblink and have selected the board (USB)

When i try to upload Arduino IDE post some warnings and do nothing:

The Board works and comminicate with my application, but not with arduino IDS 

Thank you for any Help
 Karsten from Berlin

ArduinoIDE Means that aftry try upload :

Warning: platform.txt from core 'Digistump AVR Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
Warning: platform.txt from core 'Digistump AVR Boards' contains deprecated recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mmcu={build.mcu} -o "{build.path}/{build.project_name}.elf" {object_files} "{build.path}/{archive_file}" "-L{build.path}" -lm, automatically converted to recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mmcu={build.mcu} -o "{build.path}/{build.project_name}.elf" {object_files} "{archive_file_path}" "-L{build.path}" -lm. Consider upgrading this core.
WARNING: Category '' in library SPI is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library OneWire is not valid. Setting to 'Uncategorized'


canterbury

  • Newbie
  • *
  • Posts: 9
Re: AVR USB-MiniBoard
« Reply #1 on: December 17, 2015, 08:10:38 am »
Hey I am new too, but have you found out by now maybe that you can't use Arduino IDE 1.6.6
 I have had to do this same thing I will explain here, but I have a further problem from buying on Ebay - Mine are counterfeit and have no bootloader, so...seeing as how I am now learning how to put bootloader on the ATtiny85 while it sits on the tiny PCB and have not programmed mine yet... I cannot attest to this, it is only what I have read.

Apparently it won't work with 1.6.6 - you must use Arduino IDE 1.6.5 r5 and I do know this as I am just doing this exact thing :-) you will have to get all your libraries sorted out for that install and your "Preferences - Weblink Packages" as you called them. (Board Management :-)

kahnsoft

  • Newbie
  • *
  • Posts: 10
Re: AVR USB-MiniBoard
« Reply #2 on: December 17, 2015, 09:02:43 am »
Hi,

yes ist works, install Arduino then go to Preferences,
for adiotional Boards enter in the TextBox this Data Link:
http://digistump.com/package_digistump_index.json

Goto Boards/BoardManager and select  Contributet, and install AVR8

Then select the Digispark Board named Digispark (16.5Mhz Default)

than the IDE is up to work.

if you Board as USB connected ist will jump into Hardwarclass named libusb
is that not there , u can select the Driver Manual by HardwareMonitor, use :
c:\Users\Schulz\AppData\Local\Arduino15\packages\digistump\tools\micronucleus\2.0a4\

As DriverTarget.

I use it as WinUSB without Libusb and AtmelStudio with USBasp, then u can have an digispark board without bootloader, but
for beginning do it so

best regards
 Karsten
   http://www.FlexxVision.de


« Last Edit: December 17, 2015, 09:27:04 am by kahnsoft »

Pinus

  • Newbie
  • *
  • Posts: 35
Re: AVR USB-MiniBoard
« Reply #3 on: January 05, 2016, 07:11:12 am »
Hello, I am new too.

I can confirm I get those libraries error messages in Arduino IDE 1.6.6, although Digispark in the end works just fine.

I do prefere to use DigistumpIDE1.5.8C, though, since it is a little faster on my Windows XP machine and it does not do library self update check, which is somehow annoying to me.