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
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:

image

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.