Email or username:

Password:

Forgot your password?
­

Things are going well with the weather station project 🌦️

My header pins didn't fit into the unusually small holes on the microcontroller, but luckily my colleague threw me a bunch of fitting ones. Soldering went well after I've figured out that the soldering sponge isn't supposed to be wet 😅 Otherwise, the tip instantly oxidizes and solder doesn't melt.

I also had to remake the header pins on the display adapter, since the original ones were Г - shaped, so the board was inserted vertically into the breadboard. There was no way to plug the display cable in there, unless I put the whole breadboard on its side.

Working with Rust is a pleasure. tinybpm crate can read an image in BinaryColor format. However, it can't be displayed directly, because the display doesn't get what BinaryColor::On and Off mean, it's not applicable for a display that's not even On :)

But the conversation is as easy as calling .color_converted(), since all necessary traits are already implement.

#rust #devlog

3 comments
DELETED

@bemyak отличная клавиатура!

Masta Live
@bemyak Wait, what? Sponge for soldering iron must be dry?
My life is a lie :neofox_googly_shocked:
­

@masta0f1eave Don't take my word for it! It's called a wet sponge and most posts on the internet say that it should be wet.

However, I watched some soldering tutorial on YouTube and the guy casually mentioned that it should be dry. I tried, and indeed that worked better for me: I didn't have to cleanse the tip with flux and solder as often as before.

Go Up