sensor and autoprogram

How can I program an ultrasonic sensor with the autoprogram? thanks

Comments

  • Hello @pierolr,

    An ultrasonic sensor is a special one for Arduino : you cannot use autoprogram with Millumin.
    Indeed, you need to add a specific Arduino code in your sketch to support it, such as described in this post. Also, depending on your model, the code will be different : see the manufacturer website to learn more about the specifications of your sensor.

    Once your sensor is working properly with your Arduino, you can use it with Millumin : we created an Arduino library to ease this integration. See the code samples here : https://github.com/anome/millumin-dev-kit/tree/master/Arduino

    Lastly, there is also a general Arduino tutorial here.

    Best. Philippe
Sign In or Register to comment.