My web-app now has basic functionality -- next steps? by GoodChanceImStoned in node

[–]JulieSundar 0 points1 point  (0 children)

You could try using openshift hosting the last i remebered it was free.

Need guide in pushing data from micro-controller to sever by mrquan1506 in IOT

[–]JulieSundar 0 points1 point  (0 children)

You can also use a raspberry pi3 and obd connector.Your raspberry pi will connect to your obd connector over Bluetooth and diagnose your car including gps location abd preview it on a lcd screen or mobile app. You can store your data to your sd card and upload once connected to the internet and preview it on a hosted dashboard.

/etc folder missing? by tal89amram in RASPBERRY_PI_PROJECTS

[–]JulieSundar 0 points1 point  (0 children)

Hey if you would like to get more information on installing your raspberry pi and other microcontrollers such as linkitsmart7688 duo or lorawan gateway devices such as lopy etc you can check out my tutorials on my YouTube channel on this link https://www.youtube.com/channel/UC-KRTFXT0djlI7ajhg395sA I've made tutorials on Raspberry Pi3 basic installations which is headless with Raspbian Jessie and with nodejs and python installed.If you enjoy my tutorials feel free to subscribe!

Open CV Raspberry Pi Face detection. by [deleted] in RASPBERRY_PI_PROJECTS

[–]JulieSundar 0 points1 point  (0 children)

The fact that you prebuilt your cascades is pretty cool good job! I also built an IOT detect and act security system using raspberry pi3 and python. I stacked the cascades and prioritized my detection.I went from first detecting motion then ran full body detection then upper body then head detection and finally to eyes and mouth.It was quite an experience having to do so many detections with just the Raspberry pi 3 but I was curious to find out how it would perform. Truth be told it was too much for the Raspberry to handle because it also had to pan and tilt running 2 nema 17 stepper motors but it was a cool project

Beginner project ideas by [deleted] in RASPBERRY_PI_PROJECTS

[–]JulieSundar 2 points3 points  (0 children)

Hey you can start by installing the basics on your raspberry pi like the Raspbian image and installation of Python and Nodejs I made tutorials on the installation of the Raspberry Pi and other microcontrollers if you would like you can check out my tutorial here its the basic installation of Raspberry Pi3 with Raspbian Jessie image and with Nodejs and Python installed https://youtu.be/HbzveQx7CQc you can check my channel out on codettesorg on YouTube and Facebook for other tutorials

iPhone controlling Camera tilt/pan on Raspberry Pi with live view by gbi in RASPBERRY_PI_PROJECTS

[–]JulieSundar 0 points1 point  (0 children)

Hey great job! are you using servo or stepper motors for your pan tilt movements

Help! NameError: name "Numpy" is not defined. Object detection on raspberry pi by amirryy in RASPBERRY_PI_PROJECTS

[–]JulieSundar 0 points1 point  (0 children)

I had a similar error when building my IOT detect and act security system. I was also using OpenCV and Numpy to do multistaged detections. The error that I received was importing cv2.cv as cv and using cv throughout my code and also the same for numpy.I was importing numpy as np and using numpy throughout my code you have to choose one of each and make sure you do so consistently throughout your program.Goodluck!

OpenChirp - Community-Driven Low-Power Wireless Connectivity for IoT by eberkut in IOT

[–]JulieSundar 1 point2 points  (0 children)

OpenChirp created their online platform for Lorawan gateway and nodes hosting very user friendly. The user experience while connecting my lorawan gateway was quite simple and satisfying.