Aron het Lam

Results 55 comments of Aron het Lam

Not much as I as mentioned don't have a m5stack unit with a display. On the D1 mini the option with dip-swithces isn't possible, as there aren't enough pins left...

Here's a link to the branch https://github.com/AronHetLam/ATEM_tally_light_with_ESP8266/tree/tallyNo_btn Click the green `Code` button and select "Download ZIP" ![IMG_20210706_102825.jpg](https://user-images.githubusercontent.com/5564813/124568303-0f8de800-de45-11eb-919f-a3da8ff918a8.jpg)

Seems like somethings missing from your email here on GitHub. It's better if you post the comments on GitHub directly 🙂

Do you have a datasheet for it? I'm not sure what the difference is from a D1 mini. Also, have you selected the correct board in the board manager? It's...

According to [this](https://arduino-esp8266.readthedocs.io/en/latest/faq/a02-my-esp-crashes.html#watchdog) your program probably stalls for too long, causing the hardware watchdog to trigger a reset.

@rotulet, I'm not sure what exactly you are unsure about, but I'll explain the problem i had. When I ran the script for the ESP-wroom-02 board i got an exception...

Sadly i have no experience withe the MStack modules, but i might be able to point you in the right direction. In the ATEMbase lib it's specified to use the...

Hmm.. any idea how far it gets through the initialization process? You can make it print more debug info or put some extra print statements in yourself.

Also, are you able to get UDP working over ethernet with other Arduino programs?

@GSAL85 How much do you know about programming arduino? Basically you need to replace/add to the code that updates the LEDs with code that updates the display or M5Stick LED...