mathertel / DMXSerial

An Arduino library for sending and receiving DMX packets.
BSD 3-Clause "New" or "Revised" License
320 stars 76 forks source link

ESP32 resp. Odroid-GO for DMX-receiver #35

Open gustyfeinen opened 4 years ago

gustyfeinen commented 4 years ago

Hey I try to build a small monitoring for a DMX-line, before creating a controller. Therefore a ODROID-GO would be a nice device with an DMX-USB cable at its input. I try to use the library

include

but the compiler does not accept ... : exit status 1 Error compiling for board ODROID ESP32. Is there a work around for it ?

mathertel commented 4 years ago

Hi,

when you look into DMXSerial.cpp you see that it uses direct register access and interrupt service routines to the ATMEL 186 and similar chips to get control on communications. Today only these processors are supported but not the ESP32-WROOVER.

/ Matthias

Von: gustyfeinen notifications@github.com Gesendet: Dienstag, 4. Februar 2020 19:45 An: mathertel/DMXSerial DMXSerial@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Betreff: [mathertel/DMXSerial] ESP32 resp. Odroid-GO for DMX-receiver (#35)

Hey I try to build a small monitoring for a DMX-line, before creating a controller. Therefore a ODROID-GO would be a nice device with an DMX-USB cable at its input. I try to use the library

include

but the compiler does not accept ... : exit status 1 Error compiling for board ODROID ESP32. Is there a work around for it ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmathertel%2FDMXSerial%2Fissues%2F35%3Femail_source%3Dnotifications%26email_token%3DAAIJTFY22Y6F2NRALR3I6JTRBGZT7A5CNFSM4KP37CN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IK7QWPQ&data=02%7C01%7C%7Cd7a38a91f15645111ce408d7a9a263a2%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637164387225313874&sdata=fXtVNfryXtgJYqWeWTogeVUXQNWoads3g3Z78tV9jwI%3D&reserved=0, or unsubscribehttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAIJTF6G4JZDCN3VCB3IRN3RBGZT7ANCNFSM4KP37CNQ&data=02%7C01%7C%7Cd7a38a91f15645111ce408d7a9a263a2%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637164387225323879&sdata=4eyHX6ww8zeb0qZzJf%2BzBhH2rPtiFYwFsq7MkUBtDw4%3D&reserved=0.

Coddy2 commented 10 months ago

Hi, is there any news on ESP32 support? Thank you