What did you build today (Pictures) ?
-
I built a picoamp current source and tested a picoammeter that I built from Gyro's design that was posted on the EEVblog forum. It turns out it can measure even single digit picoamps to an accuracy of less than a picoamp (i.e. less than one trillionth of an amp!)

Today I finally found some time to put a few modules together.
A cheap solar cell (€1.35 a piece) with recharcheable battery which feeds via a step-up converter (€0.70 /pc) a pro-mini (5VDC). The DS18B20 is read every 5 minutes.
Now I’m Interested how long this sensor will do its job.
-
Hi, everybody. Yesterday I made a case for my new device with an e-ink display 2.7. the Case turned out to be quite thin. The dimensions of the device in the case are 86.5 mm X 59.5 mm X 11.5 mm. The new device is a continuation of the project - https://www.openhardware.io/view/629/EFEKTA-TempandHum-sensorver-nRF52-E-Ink-display

-
Man, things are starting to look very professional around here.
-
Made a prototype board for writing a software for one of my projects. Goal was to have everything needed on a board no bigger then a 1.54" eink display, and to make it doable at home by my own.
I was gladly surprised that everything worked (after a sleepless night of fighting through-layer connections, and soldering/desoldering FPC connectors) :) The only I've messed up is order of connector pins, so the display is connected the wrong way...


It also has pads for SHT30 sensor so it may be somehow useful after development is done.
-
Made a prototype board for writing a software for one of my projects. Goal was to have everything needed on a board no bigger then a 1.54" eink display, and to make it doable at home by my own.
I was gladly surprised that everything worked (after a sleepless night of fighting through-layer connections, and soldering/desoldering FPC connectors) :) The only I've messed up is order of connector pins, so the display is connected the wrong way...


It also has pads for SHT30 sensor so it may be somehow useful after development is done.
@monte said in What did you build today (Pictures) ?:
FPC
Excellent handwork. I also dealt with such FPC conectors :), here are the correct FPC conectors - https://aliexpress.ru/item/32794813863.html
-
@monte said in What did you build today (Pictures) ?:
FPC
Excellent handwork. I also dealt with such FPC conectors :), here are the correct FPC conectors - https://aliexpress.ru/item/32794813863.html
-
@berkseo Thanks!
Link doesn't open. I have the right ones, I've just messed up PCB layout. Somehow pins on the board goes in the wrong direction, so the most left pin is #24 instead of #1 :) -
@berkseo Thanks!
Link doesn't open. I have the right ones, I've just messed up PCB layout. Somehow pins on the board goes in the wrong direction, so the most left pin is #24 instead of #1 :) -
@monte By the way, this version of screens is discontinued, it is better to develop software for new versions
@berkseo thanks for mentioning that. But as I understand the change in software would be just including another header file, if I'm using GxEPD library. There is a mention on github that there is GDEH0154D67 model as a replacement for GDEP015OC. Or do you mean that they are discontinuing 1.54" displays completely?
-
@berkseo thanks for mentioning that. But as I understand the change in software would be just including another header file, if I'm using GxEPD library. There is a mention on github that there is GDEH0154D67 model as a replacement for GDEP015OC. Or do you mean that they are discontinuing 1.54" displays completely?
-
@monte said in What did you build today (Pictures) ?:
Or do you mean that they are discontinuing 1.54" displays completely?
Yes, I mean that these displays are no longer produced. And it is better to focus on new ones.
-
@monte said in What did you build today (Pictures) ?:
Or do you mean that they are discontinuing 1.54" displays completely?
Yes, I mean that these displays are no longer produced. And it is better to focus on new ones.
@berkseo said in What did you build today (Pictures) ?:
@monte said in What did you build today (Pictures) ?:
Or do you mean that they are discontinuing 1.54" displays completely?
Yes, I mean that these displays are no longer produced. And it is better to focus on new ones.
Just to clear up a potential misunderstanding: The 1.54" EPDs aren't going to vanish anytime soon. Only the GDEP015OC1 has been discontinued and the GDEH0154D67 may follow, too at some point.
But Dalian Good Display has just launched the GDEW0154M09 this month, which seems to be the successor of the GDEH0154D67 at first sight. There is also the GDEW0154M10, which supposedly has a better contrast due to a new manufacturing process. Waveshare seems to be still selling their version of the GDEH0154D67, but not any of the new ones.
I don't think you need to hoard them like other poeple hoard their live-long stock of toilet paper these days. ;)
-
My super simple NRF51 touch buttons. I mostly use these to toggle overhead lights that I've converted to Tasmota.



@ncollins Elegant. Does it talk to a gateway, which then talks to your Tasmota, or does it somehow talk directly to the Tasmota? So many things now have Bluetooth as part of them that the possibility of direct communication sometimes exists.
-
@ncollins Elegant. Does it talk to a gateway, which then talks to your Tasmota, or does it somehow talk directly to the Tasmota? So many things now have Bluetooth as part of them that the possibility of direct communication sometimes exists.
@NeverDie Buttons -> Mysensors Gateway -> OpenHab Rules -> Tasmota Switches / Outlets / Extension cords.
I am tempted to explore the BLE route. It seems to support a majority of my sensor use cases, I like the idea of standardizing on the GATT protocol, and there are already a ton of tools and connectors in place.
-
My super simple NRF51 touch buttons. I mostly use these to toggle overhead lights that I've converted to Tasmota.



-
@ncollins And this is my simple capacitive button, just a button:). Beginning of this story was like this:... once I bought a Chinese capacitive button and was very upset with the quality...

-
-
Just made a fun (and useful) sensor / device, using a arduino pro-micro (atmega32u4), and VL53L01 TOF distance sensor.
It's an auto lock device for my pc, I have mounted the VL53L01 to the bottom of my center monitor, and then have it measure the distance to my body, whenever it exceeds 1m (or is out of range), I increase a counter. When the counter reaches 20 (seconds) I send keypress GUI+L, to lock the screen (works equally well on ubuntu and windows).
When I return to the desk again, it is detected by the arduino (distance is now under 1m again). And it then sends CTRL+ALT+DEL to start login procedure.
The arduino sketch is available on https://gist.github.com/tbowmo/7e9934796d47566dc09e7b3bc5b2f208
next project should probably be to find a better enclosure, and build one for when I return to the office in a month or two, when the corona lockdown is lifted more


@tbowmo said in What did you build today (Pictures) ?:
atmega32u4
Next step: build an entire keyboard and flash QMK to it!
Nice project, I thought about something similar but to operate a fan, which is way harder than communicating with a computer, I should have started with that.
Very little nice sensor that one... -
@berkseo well, that's a shame. They are the perfect size for my purpose. I guess I need to stock few of them, while I can :) Thanks for the tip!
@monte Where do you buy that e-ink displays? they look awesome