Pinned Repositories
FastLED_XYMatrix_Lamp
Lamp Based on ESP8266 module and WS8212b 16x16 Full Color LED Matrix.
SSVAnySensor
Simple class to incorporate logic of practically any sensor. You have to define functions to perform measurement and reporting a far as parameters to schedule measurement and reporting. Also incorporates simple statistical calculations - average, min, max, count, sum, stddev, so on...
SSVLongTime
Singleton class to return UpTime in seconds. Does not overfloat as fast as millis().
SSVNTPCoreClass
NTP client for ESP8266. Based on core function configTime(). Supports DST auto-switching per time-zone.
SSVQueueStackArray
Queue/Stack storage based on array ring buffer. Also may act as array, accessing items by index. Includes advanced example to exercise Queue/Stack over serial port.
SSVRGBGradientCalc
Simple class to calculate RGB Color Gradient based on FastLED library.
SSVTimer
One more non-blocking Timer class.
SSVWaitForStringInStream
Simple class to compare coming characters one by one, on the fly, from any stream and compare it with predefined string constants. Get characters from stream, one by one, perform non-blocking comparison with predefined string constants, on the fly. Return true if match found. May perform case sensitive or case in-sensitive comparison. Allow multiple instances and re-assigning string constants.
SSVXYMatrix
Library to handle 2D matrix display. Based on FastLED. Required SSVRGBGradientCalc class. Demo video: https://www.youtube.com/watch?v=11CmWvtNJ90&feature=youtu.be
SSVXYMatrixText
Class to display text (english and UTF8 russian) on 2D Led matrix. Based on FastLED. Required SSVXYMatrix class.
SergeSkor's Repositories
SergeSkor/SSVXYMatrix
Library to handle 2D matrix display. Based on FastLED. Required SSVRGBGradientCalc class. Demo video: https://www.youtube.com/watch?v=11CmWvtNJ90&feature=youtu.be
SergeSkor/SSVRGBGradientCalc
Simple class to calculate RGB Color Gradient based on FastLED library.
SergeSkor/FastLED_XYMatrix_Lamp
Lamp Based on ESP8266 module and WS8212b 16x16 Full Color LED Matrix.
SergeSkor/SSVAnySensor
Simple class to incorporate logic of practically any sensor. You have to define functions to perform measurement and reporting a far as parameters to schedule measurement and reporting. Also incorporates simple statistical calculations - average, min, max, count, sum, stddev, so on...
SergeSkor/SSVXYMatrixText
Class to display text (english and UTF8 russian) on 2D Led matrix. Based on FastLED. Required SSVXYMatrix class.
SergeSkor/SSVLongTime
Singleton class to return UpTime in seconds. Does not overfloat as fast as millis().
SergeSkor/SSVNTPCoreClass
NTP client for ESP8266. Based on core function configTime(). Supports DST auto-switching per time-zone.
SergeSkor/SSVQueueStackArray
Queue/Stack storage based on array ring buffer. Also may act as array, accessing items by index. Includes advanced example to exercise Queue/Stack over serial port.
SergeSkor/SSVTimer
One more non-blocking Timer class.
SergeSkor/SSVWaitForStringInStream
Simple class to compare coming characters one by one, on the fly, from any stream and compare it with predefined string constants. Get characters from stream, one by one, perform non-blocking comparison with predefined string constants, on the fly. Return true if match found. May perform case sensitive or case in-sensitive comparison. Allow multiple instances and re-assigning string constants.