Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Share Your Own Ideas] Share you own thoughts with us #322

Open
MatthewJeffson opened this issue Jun 14, 2023 · 23 comments
Open

[Share Your Own Ideas] Share you own thoughts with us #322

MatthewJeffson opened this issue Jun 14, 2023 · 23 comments
Assignees
Labels
ongoing This assignment is still ongoing Welcome to join us!

Comments

@MatthewJeffson
Copy link
Collaborator

MatthewJeffson commented Jun 14, 2023

Overview

  • We encourage you to share your thoughts with us by leaving comments below.
  • Whether you have a "solution-based" prototype, a deployable resolution, or just an interesting project idea, we want to hear from you.
  • Your input is valuable to us and can help shape the direction of our platform. So, don't hesitate to share your ideas and let us know what's in your mind.

Here are some examples for us to discuss first:

  • Digital automation
  • Decentralized digital transformation
  • Infrastructures deployable in the wild
  • Carbon neutrality
  • Sustainable Development Goals(SDGs)
  • Problem solved in daily life
  • TinyML
@MatthewJeffson MatthewJeffson self-assigned this Jun 14, 2023
@MatthewJeffson MatthewJeffson added ongoing This assignment is still ongoing Tier 1 This is Tier 1 task Welcome to join us! and removed Tier 1 This is Tier 1 task labels Jun 14, 2023
@MatthewJeffson MatthewJeffson pinned this issue Jul 23, 2023
@crismancich
Copy link

Reducing the barrier between maker and industrial. Maker stuff tends to stay toy level. Thats a sensor and actor problem. There's the 3.3 or 5V prototype world if SPI and I2C and MQTT VS the 24V 4-20mA, IoLink and OPCUA. Grove connectors VS M12. With our Revoution Pi we at Kunbus opened the field. Arduino with its opta followed. I'd love to see the range of grove sensors and actors ready to be used at any scale. Indoors and outdoors. Seed studio can let us bring to production what we imagine. I want seed studio stuff I can use for micro farming, autonomous driving and all the big world problems.

@crismancich
Copy link

NodeRed - Whats next?

Scratch opened a new way of programming. NodeRed shiwed that it is possible to build a maker tool / ecosystem that is today used by all industries. Even as part of siemens and ifm products. We need the next step inthis evilution. Re-think industrial automation. Lets think of the usability of m5stacks code editor, open like the nodered repository and industry ready like codesys. And with full integration for github, gitlab, bitbucket and all the IDEs out there. Who is in?

@LazaUK
Copy link

LazaUK commented Aug 18, 2023

I can that there is a task #519 to "Connect reTerminal DM to AWS cloud platform". Would suggest to add similar tasks for other clouds, e.g. Azure, GCP, Alibaba Cloud, etc. I'm personally interested to contribute to Azure specific one, thanks.

@crismancich
Copy link

Use the Open Source Thin-edge.io connector. It already features Azure and Cumulocity.

@MatthewJeffson
Copy link
Collaborator Author

Hi! @LazaUK May I ask that have you had the reTerminal DM right now?

@MatthewJeffson
Copy link
Collaborator Author

Hello! @crismancich Thank you for the sharing!

@LazaUK
Copy link

LazaUK commented Aug 18, 2023

Hi @MatthewJeffson, I have smaller reTerminal, not reTerminal DM.

@MatthewJeffson
Copy link
Collaborator Author

MatthewJeffson commented Aug 21, 2023

Hi @LazaUK Sorry for the late response. But I don't think reTerminal will do the job.
The reTerminal DM is currently what we need.
Regards,
Matthew

@LazaUK
Copy link

LazaUK commented Aug 21, 2023

Hi @MatthewJeffson, yes understand that they are not the same. If there will be any opportunity to get temporary access to reTerminal DM, happy to assist with this suggested documentation section. If not, maybe somebody else with access to the hardware can help to develop it. Thank you.

@MatthewJeffson
Copy link
Collaborator Author

If there will be any opportunity to get temporary access to reTerminal DM, happy to assist with this suggested documentation section.

Hello @LazaUK Wow, thank you so much for your great interest. I will ask my colleagues how to make this happen.
Regards,
Matthew

@MatthewJeffson
Copy link
Collaborator Author

@LazaUK I have just checked, using KVM and Tailscale may actually do the job, to give you the access to the reTerminal DM.
That was a great idea, it is very helpful for our next phase of Contributor Program.
Thanks! And I will try to make the method of "using KVM and Tailscale" happen as soon as possible.
Best Regards,
Matthew

@levinhtin
Copy link

I have a Esp32 S3 Sense. How to create a voice command by leveraging the Espressif Speech Recognition framework, the system can recognize wake-up words and execute specific actions associated with those commands.

@RT-Coker
Copy link

Possible new example/project for Wio Terminal. I have a working ".ino".
Will try to setup a project.

Scrambler Wio.pdf

Bob

@RT-Coker
Copy link

Scrambler Wio here: https://github.com/RT-Coker/Scrambler-Wio

@MatthewJeffson
Copy link
Collaborator Author

Hello @RT-Coker! That sounds an interesting project. Are you available for writing a wiki and PR to us? I really appreciate it.
If so, here is a template that might be helpful.
Thank you for using our products to bring the idea in the real life:D
Matthew

@hbswn
Copy link
Contributor

hbswn commented Oct 7, 2023

AHT20 and SGP41

Hello all,

Maybe this has already been done, so I better ask first, because I've already 'invented enough wheels'.

I combined these examples:

Together they should produce "Humidity compensated" raw data values using the formulas from Sensirion_Gas_Sensors_Datasheet_SGP41.pdf and a little extra programming.

My output in the Arduino IDE Serial Monitor:
17:17:16.840 -> humidity: 62.46% temperature: 21.37 RH ticks: 40932 T ticks: 24855 SRAW_VOC: 30941 SRAW_NOx: 17262

So instead of the constants it uses the calculated ticks from the ATH20 measurement.

Required components:

Shall I add it as a new example (if it does not exist already) ?

Hans

@thompcd
Copy link
Collaborator

thompcd commented Oct 8, 2023

My idea is pretty simple. Can we mark some Github Issues and the wiki repo so that they count towards Hacktober? :)

Summary of maintainer's instructions from the site https://hacktoberfest.com

YOUR PR/MRS MUST BE IN A REPO TAGGED WITH THE “HACKTOBERFEST” TOPIC, OR HAVE THE “HACKTOBERFEST-ACCEPTED” LABEL.

YOUR PR/MRS MUST BE MERGED, HAVE THE “HACKTOBERFEST-ACCEPTED” LABEL, OR HAVE AN OVERALL APPROVING REVIEW.

@MatthewJeffson
Copy link
Collaborator Author

@hbswn Hello Hans! I guesses we haven't had it yet and would you mind adding the example in our wiki and here is the template that you may find it helpful.
Thank you!
Best Regards
Matthew

@MatthewJeffson
Copy link
Collaborator Author

Hi @thompcd Corey! Yes sure! We can and are very happy to do that. :)
Best Regards,
Matthew

@hbswn
Copy link
Contributor

hbswn commented Oct 12, 2023

@MatthewJeffson on AHT20 and SGP41

I checked the docusaurus-version HOW_TO and found an issue with 'yarn' on Debian/Linux 12, but fixed it by reading the script and executing "yarn.js" as:

nodejs /usr/share/yarn/bin/yarn.js start
yarn run v1.22.19
$ docusaurus start --host 0.0.0.0
[INFO] Starting the development server...
[SUCCESS] Docusaurus website is running at: http://localhost:3000/

✔ Client
  Compiled successfully in 10.97s

client (webpack 5.75.0) compiled successfully

btw, I had to run it as "root", probably because it tried to install packages.

More soon . . .

Hans

@MatthewJeffson
Copy link
Collaborator Author

Hello @hbswn Hans!
Thanks for saying it and I'm really thankful for you doing that!
Best Regards,
Matthew

@hbswn
Copy link
Contributor

hbswn commented Oct 13, 2023

@MatthewJeffson

My first attempt: git commit

Missing two images, i.e. my version of these:

  1. https://files.seeedstudio.com/wiki/Grove-VOC_and_eCO2_Gas_Sensor-SGP30/img/3.jpg
  2. https://files.seeedstudio.com/wiki/Grove-SGP41/2.png

How can we upload images ?
( btw, maybe this discussion should be moved somewhere else)

Answer found in the FAQ: 1. Where do I keep the images?

Here's my first merge request: #666

Hans

@MatthewJeffson
Copy link
Collaborator Author

Hi @hbswn Hans! Thank you so much for doing this!
I really appreciate it:D
Best Regards,
Matthew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ongoing This assignment is still ongoing Welcome to join us!
Projects
Development

No branches or pull requests

7 participants