Notifications
Clear all

New Member

4 Posts
4 Users
2 Likes
827 Views
(@stiwari10)
Member
Joined: 2 years ago
Posts: 1
Topic starter  

My name is Shashi. I am a winemaker and vineyards owner. I know factory automation instruments through the winemaking machines and bottling machines at my winery. I am completely new to Arduino. I hope to learn, find some help here to develop a few hobby projects. 

1. I want to rotate 3kg Bottle with 8-12cm Diameter continuously or in 360 deg and reverse. Bottle rotation is vertical or at 60 degrees. I want to control the servo using wifi

2. I want to log remote sensors data using arduino and wireless communication


   
ron bentley reacted
Quote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2508
 

@stiwari10

Welcome to the forum.

Interesting project you have in mind, I'm looking forward to your introducing them in more detail as projects later.

You should find lots of helpful people here.

Anything seems possible when you don't know what you're talking about.


   
ReplyQuote
ron bentley
(@ronbentley1)
Member
Joined: 2 years ago
Posts: 385
 

@stiwari10

Hi Shashi,

welcome to the forum.

Before you get stuck into Arduino, which is my interest, have a look at the ESP 32 architecture, as it comes shrink wrapped with wifi and blue tooth capabilities plus others useful features. There are also a number of 'how to' example sketches and videos you can explore via this forum to base your projects on, eg wifi, blue tooth etc.

You are still able to use the Arduino IDE to program these boards using Arduino C++.

Enjoy the learning.

 

Ron Bentley
Creativity is an input to innovation and change is the output from innovation. Braden Kelley
A computer is a machine for constructing mappings from input to output. Michael Kirby
Through great input you get great output. RZA
Gauss is great but Euler rocks!!


   
ReplyQuote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6910
 

As @ronbentley1 says the ESP family is also a good choice besides Arduino. Given what you want to do it's not a lot different other than the ESP has WiFi builtin, also cheaper. I take it you are making some sparkling wine and want to automate the remuage. It's been a while, remind me, is the turn done slowly, or do you want to give it a little flick to stir up the sediment so it can settle further down the neck. The reason I ask is depending on the motion, the motors needed may be different I suspect. I stopped making wine several decades ago, but I only did it as a hobby. Good luck.

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ron bentley reacted
ReplyQuote