Node | Description |
---|---|
parse-tabular-copy | Splits the incoming string line into parts depending on delimiter character. Outputs the specified part of string line |
parse-tabular-byte | No description |
string-namber-to-byte | Transforms a string into a number |
string-number-to-number | Transforms a string into a number |
parse-tabular-number | No description |
sd-write-esp32 | The node allows the ESP32 controller to write files to the SD card. Data is written at the beginning of the file. IT IS IMPORTANT THAT THE FILE NAME MUST BEGIN WITH A "/" CHARACTER. OTHERWISE OPENING OR CREATING THE FILE WILL BE A NODE ERROR. |
example-sd-card-esp32 | No description |
sd-read-esp32 | The node allows the ESP32 controller to read data from the SD card. IT IS IMPORTANT THAT THE FILE NAME MUST BEGIN WITH "/". OTHERWISE OPENING OR CREATING THE FILE WILL BE A NODE ERROR. |
sd-append-esp32 | The node allows the ESP32 controller to write files to the SD card. Data is added to existing content. IT IS IMPORTANT THAT THE FILE NAME MUST BEGIN WITH A "/" CHARACTER. OTHERWISE OPENING OR CREATING THE FILE WILL BE A NODE ERROR. |