Dan Julio

Results 33 comments of Dan Julio

The Arduino library was written with conditional code for the ESP8266 allowing specifying the I2C pins in the begin() method so it won't compile with that code for the ESP32....

Hey Jonas, I had looked at this but I don't have any experience with changing the Sync phase delay, sorry. I assume you're using the Flir C SDK (IDD) library...

A good question that sent me back to the design to refresh my memory how it works :-) I think the answer could be yes - if the LiPoFe4 battery...

Yes. My first approach was just to modify an existing board. However if you want to attack the problem via firmware then it should be possible to a) suppress temperature...

Also, possibly adjust V_LOAD_ON, V_LOAD_OFF and V_BAD_BATTERY because the LifePo4 might have different valid values for when you should turn on or off due to battery voltage and what constitutes...

Thank you. The difficulty might be the software control of the MPPT DC-DC converter. It has relatively slow response time. This is ok if the output is connected to a...

Hello Gael, The camera can communicate with any device using WiFi (or with the Rev 4 version, the hardware interface comprised of serial and SPI slave ports). You should be...

Hello Gilles, It is technically possible to add an external antenna to the WROVER module on tCam-Mini - but it's delicate and you risk destroying the antenna connection and rendering...

Thank you for the kind words. I understand how the FFC might confuse a motion detection algorithm (and the few seconds after as the Lepton settles back down). It should...

I haven't. I did write a toy web server that is designed to connect to one or more cameras and store images when certain temperature criteria are met. I played...