Open amirfoysol opened 22 hours ago
Hi, Can you send me the details of the anemometer and rainfall pls so I can check what you are working with. Cheers, Rob
On 22 November 2024 3:56:44 am AEDT, amirfoysol @.***> wrote:
we bought this item for our weather station project : Bread Board
I2C display
10k Resistor
DHT111
BMP180
Rain Sensor
433MHz RF transmitter module
Buck converter
anemometer
I need Arduino uno r3 code to run this project
-- Reply to this email directly or view it on GitHub: https://github.com/robwlakes/ArduinoWeatherOS/issues/10 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
Here are the details : Anemometer: Rain sensor: This will help you to understand what I want to do.
Hi, the sensors you have chosen ate not suitable for my software. First the anemometer is analogue voltage output, whereas my system works with a digital 433Mhz signal. The rain detector you bougt is literally that, it will detect rain on or off, but will not measure rainfall in cm3 and is also direct connect not digital 433Mhz. The picture below is the Oregon Weather Station my my software interacts with. Unless you have these sensors my system is of no use to you. Sorry to be the bearer of bad news. Put into Google the code number and "Arduino" to see if it will find a suitable project to help you.
Cheers, Rob.
On 22 November 2024 7:37:30 am AEDT, amirfoysol @.***> wrote:
Here are the details 👍 Anemometer: Rain sensor: This will help you to understand what I want to do.
-- Reply to this email directly or view it on GitHub: https://github.com/robwlakes/ArduinoWeatherOS/issues/10#issuecomment-2492267790 You are receiving this because you commented.
Message ID: @.***>
I need your help .Can you provide me code based on my equipment list . I'm stuck with my project for accurate code.
I am reluctant to offer any code without having the hardware to test it on.
As a general hint though, you would use an analogue port to read the voltage produced by the anemometer. A simple digital pin would be ok for the on/off rain detector. The IC2 inteface on the display will requirevan Aduino library that will drive your chosen display.
That is about as much as I can suggest, after that it is ove to you.
All the best of luck, Rob
On 22 November 2024 3:58:19 pm AEDT, amirfoysol @.***> wrote:
I need your help .Can you provide me code based on my equipment list . I'm stuck with my project for accurate code.
-- Reply to this email directly or view it on GitHub: https://github.com/robwlakes/ArduinoWeatherOS/issues/10#issuecomment-2492876460 You are receiving this because you commented.
Message ID: @.***>
Can you suggest any simulation software or website where I simulate my whole project. I think it will be effective to understand what I want to do .
How good are you with Arduino IDE and the basics of the C language? If you are just starting out, have a look at the Arduino examples in the IDE and build on them. I don't even know what the overall objective is? Building a weather station is not enough information for me. What are you going to use it for? How accurate does it need to be? etc etc.
Try some examples before you get back to me pls.
Rob
On 22 November 2024 7:45:33 pm AEDT, amirfoysol @.***> wrote:
Can you suggest any simulation software or website where I simulate my whole project. I think it will be effective to understand what I want to do .
-- Reply to this email directly or view it on GitHub: https://github.com/robwlakes/ArduinoWeatherOS/issues/10#issuecomment-2493205305 You are receiving this because you commented.
Message ID: @.***>
Sorry for wasting your valuable time. Basically I'm trying to build a water station project. But I don't have enough knowledge about programming languages . At this point I face some difficulties .
That is OK, you have some interesting gear to work with. Do the rain detector first (anemometer second and the screen last, it wil be the hardest). Just print results to the Serial display (part of the UDE) first. Maybe find some Youtube videos on Arduino IDE??
Play around with the Arduino IDE examples to get some experience. Best wishes, Rob
On 22 November 2024 9:09:07 pm AEDT, amirfoysol @.***> wrote:
Sorry for wasting your valuable time. Basically I'm trying to build a water station project. But I don't have enough knowledge about programming languages . At this point I face some difficulties .
-- Reply to this email directly or view it on GitHub: https://github.com/robwlakes/ArduinoWeatherOS/issues/10#issuecomment-2493391518 You are receiving this because you commented.
Message ID: @.***>
If you don't mind can we connect through discord or any other social media id. I think I can learn many things from you .
we bought this item for our weather station project : Bread Board
I2C display
10k Resistor
DHT111
BMP180
Rain Sensor
433MHz RF transmitter module
Buck converter
anemometer
I need Arduino uno r3 code to run this project