Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D Case for Digispark Attiny85 por ManelTo no Printables

Descrição

This is a simple box for the Digispark AtTiny 85 device. Simple and easy.

I have used the Attiny85 to create a small device that would prevent my computer from going into sleep mode when connected and running macros on remote computers.

Just move the mouse a little every 20 seconds. In order to load the code, you need the arduino IDE and configure it as I show in the image.

There is a remix from this design because this one doesn't work on some of my laptops ([https://www.prusaprinters.org/es/prints/53317-case-for-attiny85-version-2](https://www.prusaprinters.org/es/prints/53317-case-for-attiny85-version-2)).

The code is:


include <DigiMouse.h>

define led 1

define move_interval 3

define loop_interval 20 // en segundos

void setup() {
DigiMouse.begin();
randomSeed(analogRead(1));
pinMode(led, OUTPUT);
}

void loop() {
digitalWrite(led,HIGH);
int distance = random(100, 800);
int x = random(3) - 1;
int y = random(3) - 1;
for (int i = 0; i < distance; i++) {
DigiMouse.move(x, y, 0);
DigiMouse.delay(move_interval);
}

for (int t = 0; t < loop_interval; t++) {
DigiMouse.delay(500);
digitalWrite(led,LOW);
DigiMouse.delay(500);
}
}


I recommend the PETg filament because it is a bit flexible and will help to get the device into the box.

See images for help

Print Recommendation:

PETG filament
layer height 0.2 mm
nozzle 0.6 or 0.4 mm
15% - 20% filling
without supports
Orient the X on the bed

Print instructions

Category: Computer Summary

This is a simple box for the Digispark AtTiny 85 device. Simple and easy.
I recommend the PETg filament because it is a bit flexible and will help to get the device into the box.

See PDF for help

Recommendation:

PETG filament
layer height 0.2 mm
nozzle 0.6 or 0.4 mm
15% - 20% filling
without supports
Orient the X on the bed

Print Settings

Printer Brand:

Prusa

Printer:

I3 MK3S

</div>Rafts:

No

Supports:

No

</div>Resolution:

0.2

Infill:

20%

</div>
Filament:

Prusament PETG Red

Notes:

Care must be taken when inserting the device to avoid damaging any chip or component.
See PDF for help

Printables

Case for Digispark Attiny85

Publicado em 16 de jan de 2021

18
Curtidas
306
Downloads
2
Impressões
Categoria Computers
Tags
mouse arduino digispark attiny85 thingiverse
Licença Creative Commons — Attribution
Arquivos (1)
attiny_x.stl 11.8 KB
Ver no Printables (abre em nova aba)

Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.

Criar conta