digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
932 stars 377 forks source link

link not working http://digistump.com/package_digistump_index.json #167

Open Murugesh-Hobbyist opened 4 months ago

Murugesh-Hobbyist commented 4 months ago

unable to add board in arduino IDE http://digistump.com/package_digistump_index.json not working.

vafaronaghi commented 3 months ago

Try this one:

https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json

Murugesh-Hobbyist commented 2 months ago

Try this one:

https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json

Not working. So Digistump is down? No other ways to program the boards?

pfeerick commented 2 months ago

You should be able to use that url since all the resources it links are on github, not the digistump website. Otherwise. https://github.com/digistump/DigistumpArduino/issues/169#issuecomment-2092778200 for other BSP cores.

pfeerick commented 2 months ago

I just loaded up a new copy the Arduino IDE, added https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json via the File => Preferences dialog, then went to Tools => Boards Manager and was able to install the digistump avr boards package, and it is able to compile a blank sketch without any errors. Make sure you removed the http://digistump.com/package_digistump_index.json one if you still have that there.