Posted on Leave a comment

26.2.2018

Today is a very important day. I have agreed with the owner of a company specialized in making mobile applications, that they will create the app based on my specification and based on their estimate, it should take them 3 months in total. Sadly, they will not reuse anything from the previous projects, only the specification created by me. This comes hardly as a surprise though at this point.

I can only hope, this cooperation will be more fruitful than any previous. Wish us luck please.

Posted on Leave a comment

16.1.2018

Despite of the horrible state with the mobile application, we continue to work on the HW side of the project. We have defined the required changes for next generation of the device, solving a couple of troubles:

  1. Some changes to ESP32 PIN association
  2. Moving the buttons on the device closer to the edge of the PCB, so they are accessible via a hole in the side panels
  3. Changing battery holder
  4. Changing the connector of the temperature sensot to 2.5mm jack
  5. Wifi antenna location change
  6. Visibility of the status LED
Posted on Leave a comment

12.1.2018

Today I have finally decided to end cooperation with Sergey. Despite of the promises, his discipline was getting even worse. Moreover, I have performed a deep review of the code Sergey was providing and it really did not match the general standards. This is a major blow to the project, let’s see how we can deal with such situation.

Posted on Leave a comment

8.1.2018

We have discovered that we need to change from the SSDP protocol for device discovery to mDNS protocol. This technical issue has no direct impact on usability of the device, but it will slow us down in the implementation. The reason for this change is that we have not been able to find a working implementation of the SSDP for ESP32 chip. Probable reason is that the mDNS is newer protocol and will eventually replace the SSDP.