|
Post Title |
Forum |
|
RE: Using OLD iPhone as Webcam
By Hans, 13 hours ago
|
iOS Devices |
|
Hi Neolok!
Welcome to the forum 😊
Finding apps for an old iPhone can indeed be quite a pain. It is very unfortunate that Apple removes "old" apps, rending old iPhone useless, even though an a... |
|
Using OLD iPhone as Webcam
By noelok, 13 hours ago
|
iOS Devices |
|
Hi all from a newbie!!
There are LOTS of app solutions for using an iPhone as a webcam, but I'm struggling to find one that will work with an old iPhone.
My old phone is a model 4S - model A1387 - run... |
|
RE: LED Effects - A challenging 'Fire' effect problem
By Hans, 14 hours ago
|
Arduino |
|
Hi Mark,
So, if I understand this right, you'd like to use all 300 LEDs for the "fire", as in: one flame over all 300 LEDs?
If so, then really the easiest option is to connect both strips instead of t... |
|
RE: LED Effects - Star Trek Phaser Array
By janesmouse, 14 hours ago
|
Arduino |
|
Just need to slide the Clock wire to Pin 2 and it will be fine.
Currently playing with Adafruit Trinket M0, lovely little board. |
|
RE: LED Effects - Star Trek Phaser Array
By Hans, 18 hours ago
|
Arduino |
|
Posted by: @janesmouse
Solved it!
Awesome!For adding randomness back, you could try calling the random seed calls before setting up the LED strip or use a different pin for the random value. I belie... |
|
LED Effects - A challenging 'Fire' effect problem
By Mark, 20 hours ago
|
Arduino |
|
Hi - I’m hoping someone can give me a steer on how to approach modifying Hans' excellent ‘fire’ sketch for a stage prop I’m putting together. (Now hopefully posted in the right place!)
Put simply, I ... |
|
RE: LED Effects - Star Trek Phaser Array
By janesmouse, 1 day ago
|
Arduino |
|
Hi Hans,
Solved it!
I was using Pin 0 for Data and Pin 1 as Clock for the leds. Commented out the randomseed commands and it works fine now.
I'll change the pins to add the random back in. Next part ... |
|
RE: LED Effects - Star Trek Phaser Array
By janesmouse, 1 day ago
|
Arduino |
|
Hi Hans,
Not sure of the problem, it compiles correctly, uploads to the board but no display. I've tried the mods you suggested but nothing changed.
So far I have had it running on a 30 led strip and ... |
|
Account Activation bug fixed!!!
By Hans, 2 days ago
|
Website Updates |
|
It took me a few days to find the culprit, but I finally managed to fix the problem where new users would never get their activation email.I've passed the fix on to the mankers of the forum who will i... |
|
RE: LED Effects - Star Trek Phaser Array
By Hans, 2 days ago
|
Arduino |
|
Posted by: @janesmouse
I have been trying to adapt this to work with a 60 LED Dotstar ring with little success. I was able to use a standard 24 LED Neopixel ring with no problem and my Dotstar ring i... |
|
RE: LED Effects - Star Trek Phaser Array
By janesmouse, 2 days ago
|
Arduino |
|
HI,
I have been trying to adapt this to work with a 60 LED Dotstar ring with little success. I was able to use a standard 24 LED Neopixel ring with no problem and my Dotstar ring is working with a sel... |
|
RE: a toggle button that updates a webserver status
By Hans, 2 weeks ago
|
Arduino |
|
👍 Awesome! 😁 |
|
RE: Google Chrome - Disable Chrome's Windows 8 mode ...
By Hans, 2 weeks ago
|
Windows Software |
|
If you're looking for a browser that uses less memory, while remaining compatible with Google and Chrome plugins, then consider using Brave Browser.It also contributes to safer browsing and blocks ads... |
|
RE: Google Chrome - Disable Chrome's Windows 8 mode ...
By petersmith98, 2 weeks ago
|
Windows Software |
|
In my opinion gg chrome is a lot of ram, my machine 8g is not enough for me to use. Does anyone have a lightweight browser. |
|
RE: a toggle button that updates a webserver status
By murad, 2 weeks ago
|
Arduino |
|
Posted by: @hans
I think the problem could be that "&state=1" is seen as an array of characters, where as we want to add this to a String (with capital "S").So this should (hopefully) fix that
... |