Binder Tronics

Results 11 comments of Binder Tronics

Error has been corrected in a04802432d6a62a27bae91e9e4d337a281316e0c

PR created #53. Assuming adding this to `To do` is a green lite.

Would recommend RS485. Had enough industrial equipment on farms cause issues from EMI. Bi-directional communication becomes a pain then. RS422 is bi-directional but the it is sometimes expensive basically 2x...

I would suggest doing the configuration via UART. This will have the advantage of not locking the platform in a single line of MCUs. This becomes relevant when other transport...

@timmbogner I have somewhat given up on the idea of not locking the project into the esp. I like having RTOS available if I need it. Already have seen some...

On second though only the Gateway's need to be locked into ESP platform. The sensor can be whatever.

For data acknowledgement. A message type data field will be required. To tell the device how interpret the data. A message ID will also be required. Some simple counter will...

Yes this is possible. All you need to do is wrap the send block in a if on change block. It will look something like this. ``` void loop() {...

Assign the buttons to a bit in the data field of the packet. Since it is a float you can have up to 32 buttons. ``` float data = readButton1()

Can confirm this behaviour. It will reclusively create folders in folders. Windows 11 Using version V4.0.0 Command used. ``` html-minifier --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --minify-css true --minify-js...