Tisham Dhar

Results 93 comments of Tisham Dhar

Please send me a PR from your fork to review the diff and comment. On Mon., 5 Nov. 2018, 23:32 Lucas Coelho Figueiredo < [email protected] wrote: > @jdeglavina thanks, your...

This is great. Would love to have this in a PR. Testing all versions of libraries against real hardware is a bit impossible. I am looking at setting up some...

The energy register is cleared on read. So wait for status to be 2801 before reading.

Have you changed the checksum value to match your new calibration parameters? One of easiest approaches is to apply a multiplier in your Arduino firmware. On Wed, Apr 24, 2019...

Please look at the other issues here and the code. Yes the ATM90E26 calculates it, if you read the docs please implement the same in Arduino code .. On Wed,...

Perhaps there are multipliers in the Arduino code not present in the registers. Then you need to apply the Arduino multipliers to data read from the energy register as well.

Would you be able to supply details of the board you tried. SPI is very time sensitive and softspi may fail if timing is not guaranteed. On Mon., 26 Nov....

This is a generic way of passing an arbitrary UART by pointer rather than creating a specific hardware or software UART.

An authoritative how to on this with working Zappa policies to allow deployment with manual init would be great. Till then I have to use throwaway accounts to fiddle with...

My solution is to use [RMate extension](https://github.com/whatnick/Onion_Feather/blob/master/software/README.md) with Python Rmate server on the OpenWRT device. Similar [Rmate server with in C](https://github.com/hanklords/rmate.c) can also be used.