Best first 5 topics to read to reach Trust Level 1?

This forum limits new users from posting images until they reach Trust Level 1. This often trips up new users, since they can't really ask a smart question unless they can share things like schematics or legible pictures of their project.

My suggestions for what they need to do is this:

My top picks for the best first five topics to read are:

Edit: Shared From Below:

============

If you've got a better list of the top 5 topics for a noob to earn trust by reading, please share.

5 Likes
A short introductory video for Arduino forum
Combining multiple non-blocking codes
Code to command 2 stepper motors and a dc motor
Help me with my project, please
Y variable known when x variable known
Buttons not being read
Elevator Project
2 pushbutton on / off
Multitask using millis(), interrupts, timealarm() in combination with for() loops
Y variable known when x variable known
How to fix "Uncaught TypeError: analytics.page is not a function arduino" issue with esp8266
Arduino Serial reading to integers
Arduino Serial reading to integers
Help with Exponents
Arduino monitoring my Triggerpin with kHz sampling rate
Multiple encoder
Multiple encoder
Stepper motor/sensor delay
Problem with the logic of the code
Multiple encoder
Help Understanding better how to do a meanfull measurement
Guidance needed to implement rate of change of water level
Arduino uno timer not working properly
Buttons not being read
Help needed to assign a numerical value from serial monitor
Trying to change what happens based on user input
Is it possible to have an if statement enter a loop that can be broken after doing a few actions
How to wire and code thermistor that can also detect liquid level?
Step up/ step down game
Millis() function not working
Arduino LED PWM control with a pushbutton used for switching between different brightness settings
How to improve CNC shield stepper motor controls?
Immediate help please
Is a timed 1 sec while() loop functionally equivalent to a delay(1000) ?
Controlling motor using two buttons
Optimizing code for SPEED / STABILITY, ways to write, stepper example
Getting a wrong frequency when connecting LCD 16*2 with MCP4725
Python & Arduino communication with serial port
How can I use my two pin tactile switches instead of the 4 pin ones in this diagram can someone remake this for me
Reading Hex/Binary from PC serial then output
Python & Arduino communication with serial port
External interrupts assigned to the wrong pins?
Using RTC on UNO R4 WiFi
Led push button game
Reading Hex/Binary from PC serial then output
Variable increment does not work
Button counter/stopwatch?
Underwater Drone: Microcontroller Dilemma
Stepper control with buttons for both directions, loop for positioning
Behaviour of Serial.available() == N
I need to use botton to +/- ms/div
Controlling 4 stepper motors to move simultaneously, using ESP32
Hi guys, need help with code for stepper motor and keeps coming up with stepper not in library
Controling servo speed by slider
Hardware debounce a switch (2 types)
Architecturing a doorway LED project
Rotary switch pot only outputting 0
Homing 2 steppermotors with different steps
Controling servo speed by slider
Controling servo speed by slider
Multiple motors on 1 board?
Need help: Fast 3 Phase PWM controlled Duty Cycle
5 Likes

Your first 3, then serial... and schematic...

Other possible detail - the usefulness of Serial Monitor for debugging, if not mentioned in Serial basics.

1 Like

Legible Schematics as they have wired them. not frizzes. I find most of the time the problem is solved before the schematic is finished.

2 Likes

I find that by the time I've gone through the recommended steps to present my problem well enough for someone to actually understand my issue, I've often solved the problem myself.

5 Likes

and smacked myself in the forehead.

a7

3 Likes

Known as "Rubber Duck Debugging" (search on the term). There is even a dedicated web site.

Other items can be substituted for the rubber duck, but may be less effective :slightly_smiling_face:

3 Likes

You better buy a duck. It will understand that it doesn't need to understand, and won't get annoyed.

2 Likes

This is good but the title is wrong. New users don't know that the reason they can't do stuff is because they are at TL 0, so the title is not going to attract them to read it. Maybe something along the lines of 'I want to post images, how do I do it?'. Or something. I'm sure someone can do better than that.

What error does the forum deliver to TL 0 users?

I don't know.

I could put you on TL0 and you can try it.

Edit:
You are TL 0. Try it. Tell me when you want me to restore your TL.

2 Likes

Trying:

Edit: Looks like it worked.

Did it work? You are still TL0, it's locked. There might be some other factor I've forgotten about.

It liooks like I can still cut and paste:

image

and also use the upload icon:

I don't know then. I've restored your trust level.

Basic

This badge is granted when you reach trust level 1. Thanks for sticking around and reading a few topics to learn what our community is about. New user restrictions have been lifted; you’ve been granted all essential community abilities, such as personal messaging, flagging, wiki editing, and the ability to post multiple images and links.

Now that I've re-earned Basic/Trust Level 1, maybe I wasn't trying to post enough images as a level 0.

You haven't re earned TL1, I have restored you to TL2, which is what you had before. I can put you back to TL0 if you wish, but it will be locked there. I don't think it will stay at TL0 if it's not locked because you already qualify for TL2.

No worries. I was interested in the text in the TL1 badge that listed some explicit permission changes.

Hi @DaveX

When you attach an image, whether it is done by copy/paste or by using the upload icon on the post composer toolbar, this is treated differently by the Discourse forum software than a normal file attachment (e.g., a .ino file). Images are classified as "embedded media". Since images often provide very valuable information (e.g., schematics, picture of hardware setup) and we haven't seen any significant abuse of the forum platform by embedding images (yes, we do see people inappropriately posting images of text, but that is not really forum platform abuse), we give TL0 users an allowance of three embedded media items per post. You only used two embedded items in your post so this is why you didn't encounter any restriction. If you had attempted to publish a post after adding four, you would have seen a dialog like this:

If you had attempted to attach a non-embedded media file (either via the upload button on the post composer toolbar or by drag and drop), you would have seen a dialog like this:

It is true that neither of these dialogs communicates to the user how they can easily overcome these restrictions and also become more knowledgeable about the forum's mores and that is unfortunate. Discourse does make some efforts to onboard new users in other ways, which I describe here:

The "Greetings!" message that is automatically sent to new users and highlighted by the forum software contains this message which is intended to introduce the concept of "trust levels" and links to the guide with the information on what is required to earn a higher trust :

For safety reasons, we temporarily limit what new users can do. You’ll gain new abilities (and badges) as we get to know you.

2 Likes

There's Using millis() for timing. A beginner's guide by @UKHeliBob -- Explains the details behind using millis() to create a Blink Without Delay example, and builds upon it for coordinating several processes.