Hi,
I'm a hobbyst and I like to play with electronics.
I don't like to build clocks and simple stuff but I love to hack and create devices that are more complex. (Dammit)
Watching the latest vides on Youtube I wanted to contribute with my sh!tty schematics and pcb boards files.
Last summer I started the development of a SBC it was based around the Allwinner A33.
Ths SBC should be the Main Board of my FCThermostat project an IOt enabled Smart thermostat. It should combine a thermostat and a smart speaker inside a small package that can be embedded in a wall. (The dimensions of the wall box it should contain the device:
https://images-na.ssl-images-amazon....tL._SX466_.jpg)
Here a fiew more information on the steps I've done so far:
https://hackaday.io/project/159654-f...red-iot-device(Please keep in mind that the SBC design was made using Circuit Maker so no X-Signal, and Length matcing wasn't done due to the tool limits. The idea was to export the project and continue with another EDA but the PCB pricing was a huge problem so i cancelled the development of this specific design, i'll use a off the shelf SOM and i'll design a carrier board around the SOM i'll pick.
Some components are still not placed. As said it is a dead project so schematic polishing and the full PCB is also not done/completed.)
Convenient file sharing. Think of it as Pastebin for files. Registration is not required. Large files are supported.
If you think that I'm crazy check out the next project!
The second project I'm working on is a board addon for my chromebook (An Acer C720P). The idea is to substitute an SD Card IO Board with a more advanced one:
- Add an PCIe USB 3.1 Host controller
- Add USB-A 3.1 to replace the available 2.0
- Add USB-C with PD and Acessory Audio
- Keep the previous functionality
The Chromebook is quite old but it's good for my needs, a friend of mine told me: "Hey the kensington slot is quite similar to USB-C" and than we started to think how we could implement a USB-C into the chromebook.
Why the chromebook? Easy:
- We have the schematics, you can find them on the web for free. (Query: Quanta Computer ZHN)
- The EC Firmware is opensource so if I have to hack into that I have the source code
- The BIOS/EFI is also OpenSource and I already managed to enable back a couple of USBs and PCI-E lines
- The Mainboard have a NGFF slot (Key B) PCI-e unpopulatedand around the CPU there also a secondary PCI-e line not used but with testpoints!
- I'ts one of the fiew chromebooks that have a replacable SSD, with the modified firmware by the community I'm able to run Linux and Windows 10.
The board i'm creating would replace the IO Board in the left in the following photo:
Image immagine hosted in ImgBB
The main plan is to create a castellated board to place on top (or bottom) of the mainboard with a custom shape to connect the PCI-e testpoint to a single FFC/FPC connector. From there a flat flex cable will connect the new IO Board to the mainboard. Power wires will be routed separately using wires. (Not perfect for my standsrds, maybe in future I'll design a new Mainboard for that based on some ARM SoC)
For more info about this chromebook, take a look:
Please note that this project is still WIP and I'm working on the schematic right now. I also have started the design of the PCB to see if the available space was enought to place all the required components!
Convenient file sharing. Think of it as Pastebin for files. Registration is not required. Large files are supported.
My only concern so far is how to transfer the pcie-e signal safely between the CPU and the IO board! (I was looking for some shielded FFC cables used for HDMI, I know that the bast way would be SATA wires but I don't have the thickness available)
Have a nice day,
Hitech95