What did you build today (Pictures) ?
-


I use raspberry for watching television, movies etc. Today I build raspberry hat to turn on from remote control. Attiny85 recognizes programmed remote code and by optocoupler short circuit on pins.
@scalpel how do You program the ir code for the power button ? can it be programed from the linux running in the rpi ? or it is just hardcoded into atiny code ?
-
@scalpel yeah, I did this kind of project also and I wonder if there is a software for that :) It would be fun to be able to set the wakeup ir code from the linux os, with for example i2c or 1-wire interface.
-
@scalpel yeah, I did this kind of project also and I wonder if there is a software for that :) It would be fun to be able to set the wakeup ir code from the linux os, with for example i2c or 1-wire interface.
-
rarely, but still it would be fun to make such thing :)
-
@dbemowsk while you are at it..consider :)
The dishwasher can be added as well. My devices dishwasher / washing machine / dryer send messages to all tvs that are turned on. Identifying themselves and invite you to come and clean them :). It comes in handy and absolutely jaw dropping on your visitors.
If you turn on the stove air circulation system in the kitchen... Why not greet the wife with automatically start the TV in the kitchen and play her favourite radio channel at her preferred volume...
@sincze said in What did you build today (Pictures) ?:
her favourite radio channel at her prefer
@sincze hi, could you elaborate a bit more the TV messages, do you have any link with more info? Was that the LG tv with Mqtt that was mentioned on the forum?(or I mixed forums)
-
@sincze said in What did you build today (Pictures) ?:
her favourite radio channel at her prefer
@sincze hi, could you elaborate a bit more the TV messages, do you have any link with more info? Was that the LG tv with Mqtt that was mentioned on the forum?(or I mixed forums)
@dakipro we use kodi on al lgl tvs. The libreelec TV box has cec and can turn on the TV via hdmi. If TV is on I am able to control the volume via the LG webserver. Kodi (api) can display the notifications for Me :). Not that fancy but it works like a charm.
-
Side note. I did a quick search, there is a cec library for arduino!
https://github.com/stefslon/cec-arduino -
@dakipro we use kodi on al lgl tvs. The libreelec TV box has cec and can turn on the TV via hdmi. If TV is on I am able to control the volume via the LG webserver. Kodi (api) can display the notifications for Me :). Not that fancy but it works like a charm.
-
Back to topic! Last night I made some changes to my ATX Power supply because the variable settings was to sensitive:


-
Back to topic! Last night I made some changes to my ATX Power supply because the variable settings was to sensitive:


@sundberg84 Did you find that taking the cover off improved the accuracy at all ?
:laughing: -
I built a lithophane lamp for my grandson. The electronics is basically only a pro mini and 36 neopixels. Sadly this version is not mysensorized but maybe I'll do that in version 2 :)




-
@gohan said in What did you build today (Pictures) ?:
I have seen a video where you can convert your pictures and print them using a 3D printer
Correct, these are 3D printed lithophanes (https://en.wikipedia.org/wiki/Lithophane). I used http://3dp.rocks/lithophane/ to convert jpg files to STL files for printing.
-
After failing to assemble a completely functional version of my new livolo switch board, I assembled a first prototype of my new "22" sensor board. Unfortunately I didn't receive the sensors yet so it only has a switch, a hall sensor for door and a led, but that's enough for the first testing.
Board is made to cut headers when it will be finished, but meanwhile I can use the headers to make it a breakout board for the nrf51 module or for each of the sensors.

-
:+1: Have you settled yet on what kind of connector you're going to use on future boards?
-
@Nca78 nice :+1: it looks like familiar to me, i don't know why ;) I agree with you, I prefer rounded square shape as it fits more easily everywhere than circles
@scalz said in What did you build today (Pictures) ?:
@Nca78 nice :+1: it looks like familiar to me, i don't know why ;)
Not sure which one you're talking about, as it's some kind of child between @NeverDie 's board (same nrf51 module and small size) and your aeos (shape, on board sensors). But it's more like a challenge to me, make the smallest board possible (22*22mm) with as many sensors as possible (at the moment, door, TH, light, accelerometer) and I have a bit of margin to add more like the leak detection from @NeverDie it's really nice to be able to do it with such a tiny sensor.
I'll do a more complete and flexible 33 board later, I will try to make it some kind of a hand-solderable version of aeos ;)