Join Us in Shaping the Future of Arduino

Dear Arduino users,

We hope you're all having a fantastic time with your Arduino creations! Here at Arduino, we're always looking for ways to make our products and services better and more user-friendly.

As part of this goal, we're aiming to build a network of users who are enthusiastic about helping shape the future of Arduino. To find those who might be interested in taking part in future activities like walkthroughs, interviews, and prototype testing of our digital products (at a maximum frequency of once every quarter), we've prepared a screening survey.

Your privacy is of utmost importance to us. All the information you provide will be confidential and handled In compliance with Arduino privacy policy

Interested in being part of this journey? Click on the following link to the survey: https://forms.gle/RJM28hWm3Qb1VQE28

Thank you for considering joining us on this mission. We're looking forward to potentially collaborating with you!

Happy creating,
The Arduino Team

4 Likes

Do I have to use the same email address that I used to sign up for a Arduino Account?
Thanks

1 Like

Hello @v205 ,

No, you don't necessarily have to use the same email address that you used to sign up for an Arduino account. You can use any valid email address that you frequently check, as we may use it to reach out to you regarding these activities.
Thank you for your interest, and we hope to see your contribution soon.

Best regards,
The Arduino Team

1 Like

When will the results be posted?
Are there age limits?
Thank you.

If you can give Serial Monitor a Text Terminal (ANSI screen and keys) mode with

-- every key struck is sent immediately

-- the terminal interprets some non-printable chars as cursor controls
....... this allows data entry and display screens where the labels go up and stay with the fields may change to follow action or while editing. Data entry screens are still used.

-- if colors and custom fonts make it, with a library, playable games might erupt.

Like your offer but not sure I can make it worth your investment.

I have already used terminal apps in Windoze and Linux to get full VT-100 capability and run examples but it's not a switch in the IDE easy. AVR's can slew text on-screen faster than eyes can follow, it becomes a giant LCD.

Monitor sensor data that doesn't scroll up the screen, for a change?

5 Likes

Very important :clap: question

1 Like

Thank you for your question @krishna_agarwal , we did not mention it but the required age it's over 18!

Bests
The Arduino Team

If that is the case could you remove the under 18 option?

2 Likes

Are you under 18?

What would it take to get key press entry instead of line entry Monitor?

What would it take to get cursor keys?

These are required for key-interactive user-terminal IO. It is time saving and easier on secretaries and other data-oriented workers and when you use Arduino you get a keyboard of debounced buttons and with color and user fonts, graphics and lights at no extra cost to learn more code with.
How much would an 80x25 LCD cost? A Linux terminal on a TV screen lets me do full page greenbar 132x66. Put that on a 60" flat panel in an op center, it could be read across the room.

I can already do this, have done on WinXP using hyperterminal and PuTTy on Linux, it takes doing steps that beginners don't want to take getting com channel identified, links made as easy as Serial Monitor. Could like the editor have user choice... I dunno, assigning serial on different OS's that I assume that changes to Serial Monitor would be easier but past key-entry and cursor control it's sauce and toppings on the base bread.

2 Likes

Hello @GoForSmoke,
Your suggestions about the Serial Monitor are indeed intriguing. However, this thread is mainly focused on inviting participants for our user testing network. While we value your input, the detailed solution implementation you're suggesting might be more suitable for a different discussion.

We'd still encourage you to join our testing network by signing up through the link we provided earlier. Your participation could provide important insights.

Best regards,
The Arduino Team

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