I was thinking about all the problems I'm having using #Linux or more specifically #LinixMint and the #ardunio #ide.
It seems that the #attiny88 works best with the #atmel software which is only avaulable for Windoze.
I currently run two Asus laptops. A 14 inch that I use for video work and keep as a backup. That runs Linux Mint and the one i'm using now which might be on its last legs. It's 5 years old and somebody looked at the data from one of the syslogs they asked for and said the SSD looked like it was about to fail. I can't remember what data that was now.
So... It might be time to get myself a nice new laptop but this one will come with Windoze and if the Arduino stuff and ATTiny88 stuff works on it then it'll be a good purchase. Since Best Buy has one at $190 then it'll be worthwhile for just microcontroler coding.
I did look at Chromebooks but as usual they have no software that makes them at all useful. They make good Frisbees though.
Gosh... I put 4 videos up today on http://www.britishtechguru.org.
Technology and survival in today's challenging times. Here I talk about technology, electronics and technology that I have designed, experiments in technology, the challenges of technology and survival. The focus is mainly on technology but can drift into survivalism and politics. As the channel develops, I might add contact information or I might not. I might leave comments up or just block them - that depends on how well viewers behave themselves. Largely electronics will be based on the successful Raspberry Pi Pico microcontroller with programming mostly done in Micro Python though there might be excursions into C++, C or other languages. My background is in computer science having spent 6 years as a further education student of computing, emerging with an OND, HNC and HND in computing followed by (for variety) a bachelor's degree in humanities which did include the Russian language. I've always been an oddball, following my own path and my own ideas.
I'm thinking I need to do a speed test for my Tiny88, Pi Pico and Arduino Nano Every. My initial thought is to do something like..
Zero timer and counter
start timer
Main point
Add to counter
If timer greater than 10 seconds print counter and quit
Else go back to main point
I'm thinking I should stick to C++ on the Nano and 88 but python on the pi, simply because it will reflect how people actually use the SBCs. Not many want to jump through the hoops needed to do c++ on the Pico.
#sbc #arduino #nano #every #python #cpp #tiny88 #attiny88 #pi #pico #pipico
Yay! I finally discovered how to make the ATTiny88 work. Very un-intuitive process.
It is NOT compatible with the Arduino Nano as claimed by most sellers.
This core can be installed using the boards manager. The boards manager URL is:
http://drazzy.com/package_drazzy.com_index.json
File->Preferences on a PC, or Arduino->Preferences on a Mac, enter the above URL in "Additional Boards Manager URLs
Tools -> Boards -> Boards Manager...
Select "ATTinyCore by Spence Konde" and click "Install".
"device with unknown new version of Micronucleus detected.This tool doesn't know how to upload to this new device. Updates may be available.Device reports version as: 2.2"
That's a really interesting error message. I'm getting that when I try to use my ATTiny88 on my Linux Mint laptop using the Arduino IDE .
Hmm.... This $2 SBC from China is proving most problematic! I'll probably give it another day or two before putting it in the box of problem devices which I'll probably go though in a couple of years when software has all caught up and rendered them useful.
To me, if it doesn't work pretty quickly then it's not worth more of my time as I could be spending that time on other devices that will work.