Got it. Makes sense. Thanks for the feedback, guys. Will update this tomorrow evening my time.
EDIT: Changes have been made.
Search found 7 matches
- Thu Aug 21, 2014 5:01 pm
- Forum: Hardware Projects
- Topic: Examples (similar to Arduino)
- Replies: 10
- Views: 19317
- Wed Aug 20, 2014 11:19 am
- Forum: Hardware Projects
- Topic: Library for HC-SR04 and SRF04 ultrasonic sensors
- Replies: 2
- Views: 14697
Re: Library for HC-SR04 and SRF04 ultrasonic sensors
Hi Sergio, I've updated your code to allow more than one sensor. I've made a pull request to your github project page. I've tested this with two HR-SR04 sensors (added that as example code in the pull request). Do have a look and let me know if something's not working. My fork of your project is ava...
- Tue Aug 19, 2014 2:05 pm
- Forum: General Discussion and Questions
- Topic: Read the value from Distance Sensor
- Replies: 3
- Views: 10526
Re: Read the value from Distance Sensor
Bryan's post nailed it. May I also suggest using the HC-SR04 (Ultrasonic range sensor), since we've a library for it. Library: https://github.com/skgsergio/MicropythonLibs Can buy these sensors here: http://www.robotshop.com/en/hc-sr04-ultrasonic-range-finder.html http://www.sainsmart.com/ultrasonic...
- Tue Aug 19, 2014 1:29 pm
- Forum: Hardware Projects
- Topic: Examples (similar to Arduino)
- Replies: 10
- Views: 19317
Re: Examples (similar to Arduino)
Check out the 'Potentiometer' example in here:
https://github.com/mithru/MicroPython-E ... /02.Inputs
https://github.com/mithru/MicroPython-E ... /02.Inputs
- Mon Aug 18, 2014 8:12 pm
- Forum: Hardware Projects
- Topic: Common Library Repository
- Replies: 2
- Views: 6789
- Sat Aug 16, 2014 1:48 pm
- Forum: Hardware Projects
- Topic: Examples (similar to Arduino)
- Replies: 10
- Views: 19317
Re: Examples (similar to Arduino)
Thanks! Looks good. I'll update the repository and re-arrange the order such that the learning curve is not too steep.
- Fri Aug 15, 2014 1:31 pm
- Forum: Hardware Projects
- Topic: Examples (similar to Arduino)
- Replies: 10
- Views: 19317
Examples (similar to Arduino)
Hey there, I'm working on a bunch of working examples for simple functions that could be used as part of the 'Getting Started' guide. Similar to Arduino's examples folder from where every beginner's helloWorld into Arduino is Examples > Basics > Blink The purpose of this is for beginners to easily l...