mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
docs
This commit is contained in:
BIN
docs/Assignments/week_15_wildcard_week/image-7.jpg
Normal file
BIN
docs/Assignments/week_15_wildcard_week/image-7.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
@@ -1,5 +1,6 @@
|
||||
# Wildcard week - Compositing
|
||||
|
||||
## Group assignment
|
||||
For this week we started out on compositing. First I didn't really know what it was and a bit confused. But through the day I started picking up more and more and starting to find it more fun.
|
||||
|
||||
In the morning I didn't know anything about compositing aside from Neil's lecture from yesterday. So I started clicking links on the compositing page.
|
||||
@@ -29,4 +30,10 @@ We used little coffee sticks to spread the epoxy on the fabrics.
|
||||
|
||||
After that we put it in the chamber
|
||||

|
||||
And now we wait for 24 hours till it is fully hardened
|
||||
And now we wait for 24 hours till it is fully hardened
|
||||
|
||||
### The result
|
||||
The result
|
||||
|
||||

|
||||
I expected the result to be stiff and more compact like in Neil's compositing lecture from 2016 but then I probably would've needed to use the vacuum bag.
|
@@ -402,14 +402,15 @@ These are the 2 pcb's I designed I first thought it would be handy to make them
|
||||
## Matrix subsystem
|
||||
|
||||
### Power
|
||||
I tested the power consumption on the matrix by setting the brightness to 100 and the colors to white since white consumes the most amount of power.
|
||||

|
||||
|
||||

|
||||
|
||||
The result of this is that a single matrix consumed 3,8 amps at 5 volt. With 4 ESC's providing a total of 12 amps at 5 volts I should be easily able to power the mcu's and the matrixes.
|
||||
## Assembly
|
||||
|
||||
## Kaboom
|
||||
Killed esp C6 due to short in between the PWM output pin of the mcu and the 5v inputs of all electronic speed controllers. The first few tests I was lucky that I didn't plug anything into the shorted connector but when connecting everything the mcu got killed.
|
||||
I accidentally killed an esp C6 due to short in between the PWM output pin of the mcu and the 5v inputs of all electronic speed controllers. That's 5V 12Amps running through the mcu. The first few tests I was lucky that I didn't plug anything into the shorted connector but when connecting everything the mcu got killed. I sadly can't repair the board since there is hot glue everywhere to keep the connectors on the board.
|
||||

|
||||
|
||||
## TODO
|
||||
|
@@ -4,8 +4,8 @@
|
||||
|
||||
const int MAXPWMVALUE = 1000;
|
||||
const int MINPWMVALUE = 2000;
|
||||
const uint8_t broadcastAddress[] = {0x8C, 0xBF, 0xEA, 0xCC, 0x8E, 0x5C};
|
||||
|
||||
const uint8_t broadcastAddress[] = {0x8C, 0xBF, 0xEA, 0xCC, 0x8B, 0x18};
|
||||
//8c:bf:ea:cc:8b:18
|
||||
//=====================================================================================//
|
||||
// Struct declarations
|
||||
typedef struct struct_message
|
||||
|
Reference in New Issue
Block a user