I added a new feature to the website – the user can now edit books. Edits are automatically saved to the backend database.
I added a new feature to the website – the user can now edit books. Edits are automatically saved to the backend database.
Using React + Vite, I coded a small website that displays the information of any books I add to the database, sorted by status (“Currently Reading”, “Want to Read”, or “Finished”). In the future the barcode reader I make will be able to scan the ISBN codes and upload them to the FastAPI I made that adds the info of the book in question to the database. For now, I’m simulating that process using curl POST requests. My next thing to do for the website is revamp the CSS a bit and allow the user to make notes on a book to be saved to the database.
To start this project, I made a simple API with FastAPI + Python. I can POST an ISBN code (the identification code, usually paired with a barcode, on the back of all books) to the API. In turn, the API uses the openlibrary.org database to get data on the book (title, author, etc.) and save it to a sqlite database.
I finished the project! Soldered the components on perfboard, 3d-printed a case (I don’t have heatset inserts/screws so I just made it tight enough to friction fit), and finished the source code.
I cadded the case and wrote the firmware (I decided not to code my own firmware instead of using ZMK because I want my project to use the Xiao esp32c3 for its bluetooth functionality).
So far I’ve made the case, the schematic + PCB, and the firmware. Before I finish up the project design, I’m going to make sure the case is accurate and write a readme. I also want to make the case a little more interesting-looking :)
I fixed two major bugs and started working on a new feature.
I realized I won’t be able to have the PCB manufactured by my deadline (this weekend) so I’m going to assemble the project on perfboard.
I’ve worked on the source code and sent the PCB off for manufacturing.
I’ve created the schematic, the PCB, and cadded the case so far.
Today I re-did the PCB and schematic so that the MCU could be flipped to the other side of the board, saving space.
I started the project by making a simple schematic and PCB layout in kicad. I’m very new to kicad, so if I’ve made any glaring errors please point them out. Soon I’m going to route the board and design a case, as well as complete the code.