My sensors 2.1.1
-
Hello-
I have downloaded the My sensors file 2.1.1 and was following the youtube video, but I do not see a library file folder in the download. How do I transfer the relevant files into my Arduino IDE?Thanks
Shawn
-
What version do you have of IDE? In newer versions, you install the MySensors library in IDE
//Mattias
-
@livinlowe which video did you look at? We should probably remove that video if we can, so people don't get confused.
-
@MLs I just downloaded the newest IDE and my sensor library is there! Is that all I need?
-
@mfalkvidd Its the videoby Petewill - creating a serial gateway and installing the my sensor libraries
-
@livinlowe thanks.
petewill makes awesome videos. Too bad upgrades obsolete some parts.@petewill is there some easy way you can let people know that using the Library Mananger is now possible? Maybe add an annotation or whatever Youtube calls it?
-
It depends a little on what you want to do, but at first it is enough. However, if you want to use MySensor's example using external libraries, you will also need to download this link.
Https://github.com/mysensors/MySensorsArduinoExamples/archive/master.zipFor example, DHT 22, which measures temperature and humidity.
//Mattias
-
@MLs said in My sensors 2.1.1:
It depends a little on what you want to do, but at first it is enough. However, if you want to use MySensor's example using external libraries, you will also need to download this link.
Https://github.com/mysensors/MySensorsArduinoExamples/archive/master.zipFor example, DHT 22, which measures temperature and humidity.
//Mattias
thank you for the link I copied the libraries and put them in my Arduino libraries!
-
Sorry for the delayed reply. I missed this thread. I am happy to add more info I'm just not sure what is the best way to do that is. First off, @livinlowe which video were you watching? I'll watch it again and see if there is anything I can do to make it more clear. It may require making an updated video...
-
@petewill The video is the first one in the video library called creating a serial gateway and installing mysensor libraries. Its an awesome video, but I noticed the latest build (2.1.1) doesn't contain a library section. However, I downloaded the latest IDE and it has a library called my sensors so I'm thinking ill be okay. Just got to order my arduinos (I have an old one I can play with right now) and start having fun.
-
Wow, a lot has changed since that video. I probably should just remake it. YouTube is getting rid of annotations soon so that wouldn't really work that well.
Now I just need to find some time to remake the video...