My activities revolve around teaching kids about robotics applications. Hence, I am interested in being able to attached motor shields of various kinds: L9110, L293D, ULN2003, L298N. Otherwise having the ability to turn on and off various Digital and PWM pins would be sufficient to program wheel actions.
Also of importance is the ESP8288WIFI cards and H05 and H06 Bluetooth cards.
As far as sensors go: HC-SR04 Ultrasonic distance sensor.
The first Sensor i would like to use is a SHT21.
The reason is, i do have it always running under raspian and it works fine, but there is a lott overhead in this application.
Thank you all for the information. Nodes to support some of the modules mentioned here were introduced in v0.12.0. We’ll continue to watch the thread to better prioritize new nodes implementation.
My current project is using a neopixel ring, a LCD run through an I2C, a water sensor, standard RC522, keypad through a resistor matrix, and a GY-NEO6MV2 GPS. Is there a way to snag a tutorial on how to transfer over libraries or build code for a project. I’m about as green as they come and so far am just piecing together chunk of code I scrounge from around the web. The XOD looks like a potential perfect solution to my coding issue for it’s flow chart style design. Thanks for the sweet set up kiddies
I’m using a motor shield like this one here. For those of you that have used these motors with XOD in the past what number pins did you input for the “DIR” and “PWM”? The documentation I’ve found uses a library rather than implicitly stating the pinout.
@warner Hello! The motor shield you’ve mentioned is a tricky one. Roughly speaking its DIR pin is behind a shift register. Although it should be not so hard to make a node for it, currently, XOD does not provide such node out of the box.
Are there any examples showing how I could make a node for the shift register? I’ve worked through the traffic light example creating a simple node for an LED but I’m not sure how to go about making a node for the shift register to communicate with the motor?
Sorry, for the late reply. I can’t make a node for sure, because I have no such shield to test. But I can to try to implement it blindly. I need to setup an experiment on a breadboard to deal with the shift register. It would take time, I hope I’ll share results in few nearest days.
This thread tends to become an uncategorized mess. Thanks all for sharing the hardware parts desired to be supported. I close this topic. For new hardware nodes requests, please, start new threads. One per part. Don’t feel shy to create multiple threads at once.