Scott C. Lemon

Results 22 issues of Scott C. Lemon

I'm looking at the best way to create an enhanced "println" that would also clear to the end of the row. I'm using the different rows to display different information,...

Hello, I found your library and wanted to use it as it seems much more efficient than the Adafruit libraries. When I try to run your example HelloOLED.ino, I am...

I'm curious if there is a way to add an option to add(), or a new call (push()?) that would *always* add to the queue by "pushing" the oldest item...

[X] I have read the Troubleshooting section of the ReadMe ## What type of issues is this? [ ] Request to support a new module [ ] Bug or problem...

While debugging my issues with the SIM7080G, I realized I was using an older version of TinyGSM - 0.10.9. But this was on a brand new install of the Arduino...

We now have numerous OpenHASP devices installed for our demonstration and testing. Each of them has different pages, and the pages are in different orders. For example, in one room...

enhancement
architecture

When I tried to install on a Raspberry Pi using the instructions here: https://deviceplane.com/docs/ `curl -fsSL https://get.docker.com | sh` It failed with the error: ``` pi@Device:~ $ curl -fsSL https://getdocker.com...

I'm trying to launch a Node-RED container on a Raspberry Pi via DevicePlane. My application is: ``` node-red: image: nodered/node-red:latest ports: - 1880:1880 volumes: - /home/pi/node-red-data:/data ``` Watching on the...

Hello, This appears to be EXACTLY what we have been looking for ... but I'm a little confused by the naming and examples. Will this run on a Arduino? Is...

I have a very simple Node-RED flow, and am using an Inject node to send the topic "update" into a temperature node. When I deploy, the Temperature node outputs correct...