-
Sun 2021.09.12
Hi @lshk it appears you may be the first with this specific device functionality.
There seems to be an apparent mis-understanding of how Javascript timer events work in comparrison with Arduino delays.
While Arduino code continually loops and toggles a pin with a delay, the timeout L57-L61 that triggers the L58 shot() function, will run after the timeout interval has elapsed.
This will take a bit of finagling, but first check out with it's live online 'Try It' windows
Hi!
I have an IR intervalometer for a Sony a7 camera on an Arduino Nano. It works great, but I need to implement the same on esp32.
Arduino simplified code:
This is JS for Espruino, just for one shot:
And this code doesn't work... Where did I go wrong?