Help with smaller projects

Help for a small project, had a plan for temperature and humidity measurement with data on a small OLED display and automatic watering. But is not very experienced in programming. The question is whether anyone has any tricks to possibly combine other small already existing projects. Been looking for some, but haven't stumbled across any.
Sincerely, oletexas

Small project; make one of those parts work...
while learning to code that much.

There are techniques to add loads of other parts, but you need to be able to read and write simple code first.

We spell before we write sentences. Then we work on paragraphs.

There are no "tricks".
Once you learn to program you will know how to do it.
What programs have you written so far?

It may help to first try it out on a simulator as I helps separate the physical wiring from the coding?
i.e. WokWi simulator

In fact I just noticed there is one on there already set up: OledDemoSketch

Step 1. Divide and conquer.
Get each element (hardware item or programming concept) working separately. Most can be figured out in Wokwi, with a little pfaffing around, and it will reduce the amount of hardware you destroy in the process.

Step 2. Choose two sensible elements, merge them.
Step 3. Repeat 2, layering in another element.
add in the rest.

Or, throw them all in a blender, mix around, get utterly confused, and walk away. It's your choice. You gave us precious little information, so that's about the best I can offer.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.