Anton Viktorov

Results 101 comments of Anton Viktorov

Hi I don't think SavvyCAN supports SLCAN/LAWICEL protocol implemented by this library. At least under Windows. Which OS do you use? Please check SavvyCAN forum. https://savvycan.com/index.php/forum/welcome-mat/233-savvycan-with-canable-hardware-slcan-on-windows https://savvycan.com/index.php/forum/welcome-mat/208-new-can-usb-device-support-which-way-do-you-recommend

@Metaln00b hold on, i'm uploading new version with SavvyCAN GVRET protocol....

@Metaln00b okay, i tried to implement output in gvret serial protocol. one way only - from CAN bus to serial. try this branch https://github.com/latonita/arduino-canbus-monitor/tree/GVRET you shall uncomment this line in...

not sure how savvycan works, but it doesnt for me... however I see there is socketcan setting in the app - if you use linux, i believe you can set...

Hi. Please try to connect to mqtt server using some test tool like mqttspy or mqttlens and then try simple command line: ``` mosquitto_pub -h 192.168.1.104 -p 1883 -t "hello"...

@victorrb1 Hi. I wonder if you have any of your calculations/code still available. Trying to do similar for AS7343. Thanks

> @latonita your description says you want to merge to `next` because it is a new functionality, but your PR is trying to merge to `current`... Could you please fix...

> Looks good to me. Might need a rebase once the release is done, since there seem to be some extra files changed related to some other PRs that were...

> Had you considered generalising this to allow higher-order filters? @clydebarrow When I made these simple 1st order HPF/LPF I actually thought it might be generalized and made configurable. For...

> It seems that the HUSB238 chip is a little longer than the 30 ms time limit. I suppose it come from calling [Husb238Component::read_all_()](https://github.com/esphome/esphome/blob/54113ac5741a8eddbe6cdf629a14837a8bc7818c/esphome/components/husb238/husb238.cpp#L216) method. This generates permanent alerts in...