#attiny88 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #attiny88, aggregated by home.social.
-
A teaser. I got the ATTiny88 to work. This video teaser goes live on my YouTube in a week or so...
-
A teaser. I got the ATTiny88 to work. This video teaser goes live on my YouTube in a week or so...
-
A teaser. I got the ATTiny88 to work. This video teaser goes live on my YouTube in a week or so...
-
A teaser. I got the ATTiny88 to work. This video teaser goes live on my YouTube in a week or so...
-
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.
-
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.
-
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.
-
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.
-
Rather than a "Hello world!" first post, here are some of the microcontrollers, hubs, etc. that I'm making blink as I learn MicroPython, PyBricks, and NXC.
I'm excited to get back to being creative after a lot of change in my life.
#pybricks #micropython #NXC #minisamm4 #attiny85 #attiny88 #raspberrypipicow #arduinonano #d1tiny #raspberrypi4 #raspberrypibuildhat #NXT #EV3 #technichub #burningmanmikeminifig
-
Rather than a "Hello world!" first post, here are some of the microcontrollers, hubs, etc. that I'm making blink as I learn MicroPython, PyBricks, and NXC.
I'm excited to get back to being creative after a lot of change in my life.
#pybricks #micropython #NXC #minisamm4 #attiny85 #attiny88 #raspberrypipicow #arduinonano #d1tiny #raspberrypi4 #raspberrypibuildhat #NXT #EV3 #technichub #burningmanmikeminifig
-
Rather than a "Hello world!" first post, here are some of the microcontrollers, hubs, etc. that I'm making blink as I learn MicroPython, PyBricks, and NXC.
I'm excited to get back to being creative after a lot of change in my life.
#pybricks #micropython #NXC #minisamm4 #attiny85 #attiny88 #raspberrypipicow #arduinonano #d1tiny #raspberrypi4 #raspberrypibuildhat #NXT #EV3 #technichub #burningmanmikeminifig
-
Gosh... I put 4 videos up today on http://www.britishtechguru.org.
-
Gosh... I put 4 videos up today on http://www.britishtechguru.org.
-
Gosh... I put 4 videos up today on http://www.britishtechguru.org.
-
Gosh... I put 4 videos up today on http://www.britishtechguru.org.
-
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 pointI'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
-
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 pointI'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
-
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 pointI'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
-
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 pointI'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". -
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". -
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". -
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.
-
"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.
-
"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.
-
"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.
-
DIY Button Matrix Lights Up And Speaks I2C - [David Johnson-Davies] always wanted an illuminated button matrix for projects, but cost was never... more: https://hackaday.com/2019/05/17/diy-button-matrix-lights-up-and-speaks-i2c/ #illuminatedbuttons #microcontrollers #buttonmatrix #attinyhacks #ledmatrix #ledhacks #attiny88 #attiny #i2c