Giter VIP home page Giter VIP logo

arduino's Introduction

Arduino electronics hacking

Most of the code here corresponds to electronics hardware that is documented on my personal homepage.

The code that I wrote and/or collected in this repository is mostly a mash-up of Arduino code snippets and examples that I found at various places on the internet. There are pieces where I am not even sure if I could be considered the original author. For the pieces of code here in which I invested more substantial (creative) efforts, I am happy to share back to the community without restrictions. So unless otherwise stated, please consider the code here to be in the public domain, i.e. you can do with it what you want. See https://fairuse.stanford.edu/overview/public-domain/welcome/

Please let me know if you see code here for which you consider yourself to be the creator and for which I have not properly credited you, for example through an issue or pull request.

Note that the code for the ESP8266-based ArtNet to DMX512 module that is documented here is not part of this repository any more but has moved to a stand-alone esp8266_artnet_dmx512 repository.

arduino's People

Contributors

cmoore42 avatar fortl avatar robertoostenveld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arduino's Issues

ArduinoJson 5 in esp8266_artnet_dmx512.ino

Hi,

While compiling The artnet-DMX-512 project i got the following message

esp8266_artnet_dmx512:206: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6

 StaticJsonBuffer<300> jsonBuffer;

       ^

exit status 1
StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6

I solved this by downgrading ArduinoJson 6 to 5. However, i think it is desireable if a rewrite to A-JS 6 is made.

With Kind Regards,

Menno

missing String.h library

Arduino IDE (1.8.5) compilation is failing:

In file included from /home/simon/robertoostenveld.arduino/esp8266_artnet_dmx512/esp8266_artnet_dmx512.ino:17:0: sketch/setup_ota.h:6:20: fatal error: String.h: No such file or directory #include <String.h>

I'm compiling to "WeMos D1 mini Pro" and my board definitions are up to date.

Any idea where I can locate this library?

Which version of IDE?

Trying to compile this again (new computer), its been a while since ive flashed the code to anything, getting random errors and was wondering what version of IDE was used to compile with?

Art-Net Neopixel Crash Reboot

Art-Net Neopixel reboot. I am having an issue where the LED's will black out and you can see the chip is rebooting (goes yellow LED) then they come back on, around 5 seconds. Unfortunately where these are I cannot easily get to them nor connect a USB cable to monitor serial output. I will attempt that this next week. I was wondering if anyone else has had this issue. This happens at random intervals usually after several hours of being on.

Not working for me

Hi, after tried everything possible with Matthew Tong and Robert Oostenveld I tried with yours, as the problem I'm probably facing with their releases is the jitter problem, the signal outputs but fixtures don't catch it.
I tried yours, and after some work trying to find around all the libraries needed I found out that it connects to the wifi router, but it doesn't answer the broadcast, i've tested it with DMX-Workshop which can't discover my Wemos D1, i can ping it but no dmx support.
I would recomend you to realize a .bin file to upload it easy, this will save us for any stupid mistake we may do or have compile problems. Thank you a lot

Not compile

ESP8266 Art-Net to Dmx
Upload spiffs ok
Sketch not compile.. Error

Ide 1.6.12
Core 2.3.0

Issue with current example sketch

Hi,
This project is great work!
I don't know what I goes wrong, but with the default sketch, I was not able to receive anything on my DMX device.

I tried replacing the Serial1 related calls, using the lib https://github.com/PaulStoffregen/DmxSimple , and then it worked directly.

Not sure if it's a matter of serial setup or output pin selection I may be missing in your project? (I'm using a Wemos D1 mini)

Any thought? (I'd prefer not to fork just because I missed some obvious config...)

Thx in advance for your reply.

esp8266_artnet_dmx512: Device loses StandAlone configuration

Hello,

I am having an issue with the esp8266 artnet dmx512 project. Perhaps you can help me please.
I have set up the device though it connects to an access point (router). That works very well. I also configured it that it will set up an custom StandAlone Access Point (custom host name and password), if it looses the connection to the router.

Unfortunately after some time it will loose the information about the StandAlone Access Point and it will display me an SSID with "ESP-xxxxxx" with no password protection. But also a connection via router is possible. This is a big security issue for me, thus I don't want that other people can mess with the esp...

Is there any idea how I can fix this?

Thank you very much!

Black-Zero

AHRS not updating correctly

Applying my esp8266_imu_osc setup with a detailed stick-figure model, I realized that the AHRS is not correct. The yaw (rotation around around vertical axis, i.e. heading) does not update, and depending on the initial position when switching on, it is very different and not heading north.

I am not sure whether this is due to an error that I introduced in the changes that I made relative to the original code of kriswiner, or whether it is due to miscalibration.

artnet_neopixel SPIFFS Upload issue?

Sketch compiles in latest IDE, no obvious errors. SPIFFS Data uploader says it completes upload. unable to browse /index or any other files outside of wifi setup pages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.