Posts in category "project" - page 6


  • Wiring Solar Panels, Solar Management Unit and UPS

    If you have been following my solar panel project story, you know what parts I needed to get started on the project. I ordered them from Amazon and they started arriving at my door step in due course. Once I had everything delivered, we carried the panel to the roof. I made some basic electrical measurements to make sure everything was in order. Next we ran the solar cables from the terrace to the ground floor. According to the manual, the wiring has to be done in a certain order. I will explain the connections in that order.

    ...continue reading
  • DIY Solar Panel Project - The Ingredients

    As I mentioned in the previous post, I decided to go with a hybrid charge controller solution for my solar panel setup. What that basically means is that I will need to buy some solar panels and a hybrid charge controller, since I have a UPS and batteries. I will then have to connect them all together. I wanted to start with something simple, so I decided to just buy one solar panel. At the same time I was intending to build it in such a way that it can be extensible to 3 panels in the future. The goal has always been to have a 1 KW setup.

    ...continue reading
  • Solar Panel Project - Do It Yourself

    I was finally ready to install solar panels. After having made all the calculations, I arrived at the fact that I could get the return on investment in 5 years. But I had an even better idea. I decided do build it myself. What better way to learn about solar power except by doing it yourself! I always prefer to do things myself rather than letting some one else do the job for me. My work will be subpar at best, but it not only gives me a great opportunity to learn something new, but is also a lot of fun.

    ...continue reading
  • Solar Panel Project - Inception

    I have been wanting to setup solar panels for several years now. It all started way back in August 2015 when for the first time the electricity bill touched Rs. 2,000. We don't even have air conditioner so what gives? At this point I started looking at the past bills and noticed the slow rise in unit rates. If you are interested, I already wrote a post on the inflation of electricity bill. That got me thinking if it is time for some solar panels.

    ...continue reading
  • Friends Roster – Presubmit, Continuous Integration, Deployment And Hosting

    This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1part 2part 3part 4part 5part 6part 7part 8 and part 9. I know it must be getting pretty boring reading about the app for so long. But I promise this is the last one in the series.

    ...continue reading
  • Friends Roster – Testing In Flutter

    This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1part 2part 3part 4part 5part 6part 7 and part 8. So far we have seen the code that runs the app. What about testing? Normally when I work on these hobby projects I don't write any tests (gasp!). I know. I sometimes did feel the need for tests, especially if it is a large project with lots of moving parts. They help you when making changes to the code. You can be confident that your changes will not unexpectedly break something.

    ...continue reading
  • Friends Roster – Responsive Layouts


    This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1part 2part 3part 4part 5part 6 and part 7. One of the nice features of Flutter is building responsive layouts is quite simple. It is certainly easier than building responsive layouts in HMTL or Android.

    ...continue reading
  • Friends Roster – Next Friend To Call

    This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1part 2part 3part 4part 5, part 6. To recap, I was describing how I built various screens using flutter.

    ...continue reading
  • Friends Roster – More Flutter Plugins

    This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1part 2part 3part 4 and part 5. To recap I was using the following plugins in Flutter to reduce the amount of code I need to write.

    ...continue reading
  • Friends Roster - Flutter Plugins

    This is the continuation of "how I built the Friends Roster app" saga. If you missed the previous parts in this series, do check them out — part 1part 2part 3 and part 4. In this post I will go into a little more details on how I built the screens with the help of Flutter plugins.

    ...continue reading