Not showing Port while trying to use attiny85 (I'm a begginer) #879
Replies: 3 comments 3 replies
-
I've also just bought a Digispark board, the driver install via Arduino worked but the object isn't appearing as a COM item for me either. Under Device manager it's listed as "libusb-win32 devices -> Digispark Bootloader". |
Beta Was this translation helpful? Give feedback.
-
The digispark bootloader nor the Micronucleus bootloader that comes with Attinycore show as a COM port After burning Micronucleus onto the attiny85, which you need an Arduino as ISP for it shows up as "Unknown Device" (at least on my PC). |
Beta Was this translation helpful? Give feedback.
-
Does this mean that one cannot use the Serial Monitor to view output from
the Digispark?
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
…On Mon, Dec 16, 2024 at 12:35 PM Hans ***@***.***> wrote:
I have never seen that.
These bootloaders do not work with an upload method that involves a serial
COM port.
You press "upload" and when told to connect the digispark, only then
connect it.
Connecting it too soon will make the upload fail, as the bootloader is
waiting only for a very brief moment until moving on to the code.
—
Reply to this email directly, view it on GitHub
<#879 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UAGDSAYTVAMOPSXAIC432F4FOZAVCNFSM6AAAAABPGTHBM2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJYGQYDGNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I've recently been trying to program my digispark attiny85 on my Linux (Debian based). I installed Micronucleus (and put the board "ATtiny85(Micronucleus/DigiSpark)" ), but the Arduino IDE doesn't show the port option (It doesn't even let me click to see the options). So I did some research and the only thing I could find out is that I need to install the drivers so that they recognize my port. But the digistump drivers are no longer available and I don't know any other way to do it.
*When I try to upload some code to my attiny85, Micronucleus runs 100%, but it doesn't seem to work (my attiny doesn't do anything). I think it's because I didn't put the port.
I'm a total beginner in this subject, I understand that it may be a silly question, but I couldn't find anything that would help me with this problem.
I would be extremely grateful if someone could help me.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions