What did you build today (Pictures) ?
-
Amazing! 😃
The case is 3d printable?
@franz-unix
This is made on SLA printer, but should normally print on FDM -
An updated version of my temperature and humidity sensor with e-ink. Now on nRF52840. Now it is not a module but a device in the case.
Replaced temperature sensor sht20 -- > > si7020
Added accelerometer.In the near future the project will be posted updated on the website openhardware.io








Video: https://youtu.be/T66y83lF-xg
@berkseo I'm quite interested in a schematic view showing how the epaper gets wired up, because priced just by itself epaper seems like an affordable solution.
or
On the other hand, if one has to rely on adafruit or similar for an epaper breakout board to make use of it, the effective price jumps by around 5-6x or so.
-
@berkseo I'm quite interested in a schematic view showing how the epaper gets wired up, because priced just by itself epaper seems like an affordable solution.
or
On the other hand, if one has to rely on adafruit or similar for an epaper breakout board to make use of it, the effective price jumps by around 5-6x or so.
-
https://github.com/dkjonas/Wavin-AHC-9000-mqtt
iron and toner transfer, then etched and soldered and finally acrylic spray on cobber so it won't corrode
-
Hello, as it was getting seriously off topic, I moved the discussion related to SLA printing of enclosure to here :
https://forum.mysensors.org/topic/10815/printing-enclosures-with-sla-printersFeel free to suggest a better title.
-
I've had surprisingly good luck buying cheap parts from Ali-express, but not this time. I bought an NRF52832 iBeacon that supposedly had an SHT30 temperature sensor and KX022 accelerometer. When the parts arrived, neither of those parts were populated. All the beacon has is a push button.
I was able to program it to work with MySensors, however. With only SWIO and SWCLK (no txt out), I took @scalz advice (in another topic) and used a J-Link EDU Mini so I could use the RTT app to get printf style debugging. That worked nicely and I learned a new tool.
Perhaps I can use the iBeacon button for a remote.

-
Yesterday I finished my new project. This is motion sensor (S16-L201D) + light sensor (MAX44009) + temperature and humidity sensor (SI7020). Рowered by nRF52840.

..upd
video - https://youtu.be/cbJYam4jo2g -
Another 8x8 matrix based display...
This is not a real project, just a try to hide the LEDs for better WAF.
Print still needs some impovements, but from a little distance you can't see the details.

-
My new project is finished today and put to the tests. This is a continuation of my other project - Wireless Module for Capacitive Soil Moisture Sensor v1.2.


video: https://youtu.be/2HM0y-D7QNo
-
Wow. All these recent creations are so professional. Really nice!
-
Another project of mine, the second revision is finished today and put to the test. This is an encoder with accelerometer, powered by nRF52811 chip (datasheet).


-
Another project of mine, the second revision is finished today and put to the test. This is an encoder with accelerometer, powered by nRF52811 chip (datasheet).


-
@berkseo nice piece! Do you mean accelerometer for an encoder, or a physical one? And if the latter, what for is it supposed to be used?
@monte said in What did you build today (Pictures) ?:
nice piece! Do you mean accelerometer for an encoder, or a physical one? And if the latter, what for is it supposed to be used?

I think the use cases quite a lot, I want to implement double tap. For example, there is a dimmable lamp with switching to cold and warm light. Here with the help of a double tap you can control the switch from cold to warm and back. In any case, I think this is a good extension of the functionality. -
@neverdie Thanks for rating. Especially pleased, so as nRF52 for me began with Your those on this forum.
-
Great idea @sundberg84
This prompted me to finally get started on something that I've put off for far too long, especially considering how little work it was.I'm still using dupont wires to connect my radios, despite better solutions such as the easypcb being available. But this quick little trick makes it easier to switch the radio modules.
Building a NRF24L01+ 8-pin connector for MySensors – 04:46
— Mikael FalkviddYou'll need:
- Dupont female-female wires (I use 10cm), https://www.aliexpress.com/item/Free-Shipping-1lot-40pcs-lot-10cm-2-54mm-1pin-femal-to-femal-jumper-wire-Dupont-cable/32329983091.html
- 4x2 jumper wire connector/header from a 620 pcs kit, https://www.aliexpress.com/item/620-Pcs-1-Set-Jumper-Wire-Cable-Pin-Header-Connector-Kit-Male-Crimp-Female-Pin-Terminal/32816829548.html
- NRF24L01+ radio module, https://www.aliexpress.com/item/Free-shiping-best-prices-10pcs-lot-NRF24L01-NRF24L01-Wireless-Module-2-4G-Wireless-Communication-Module/674686536.html
- Small screwdriver
In the future, I plan to build the other end of the connector for Pro Mini and Rasbperry Pi.
-
Another one of my brand new device is ready, today I finished the case for this device. This is a motion sensor on the S16-L221D-2. Also added a temperature and humidity sensor, it can be sht20-21, si7020-21, hd 1080, perhaps something else, now there are many sensors in such cases. Powered by a "nuclear" battery 2/AA (14250) 3.6 V. Powered by a chip nRF52811. I added support for this chip to the sandeepmistry boards.
Soon this sensor will be available at openhardware.io


-
Not hardware though, but I'm working on my dashboard solution for a wallmounted tablet.
I kind of already have this working in angular, but lately I have switched to react (joined a new project at work where they use react for frontend development), so wanted to see how "easy" it would be to create a something similar to my angular dashboard, but in react instead.
Made a small screencast of the dashboard, and are now playing around with "fully kiosk browser" on an old android tablet. Next step is to create a wooden frame, so it doesn't look like a tablet that is mounted on the wall (for WAF'ines).
home automation tablet view – 02:07
— Thomas Bowman MørchAll data, except weather forecast and channel lists, is from my mqtt broker, where I use mqtt over websockets.I have a bunch of python scripts, and a node-red instance, to wrap things up for the display, and also do a lot of magical stuff, like turning on TV and amplifiers automatically when casting youtube, and then turn the TV etc. off again, when I haven't streamed anything for a couple of minutes. (So the kids doesn't forget to turn off the TV when they're finished watching cartoons)
