MY Project More

https://maker.wiznet.io/simons/projects/we-are-chat-iot-engineer/?serob=4&serterm=month

PROJECT DESCRIPTION

No coding! iot developers you can do it (with GPT) Project

Key technologies: AI, IoT
Tools used: GPT Engineer
Project type: Software development, Code generation
Application: IoT device and system development

Project Overview

I'm interested in AI technology, so I've been following the Git Trend, and when I saw an innovative open source that makes prompted engineering more convenient for engineers using GPT, I decided to apply it to IoT projects.

I want to build an IOT environment where anyone can easily develop with prompted engineering by utilizing the above reference open source.

Reference Open Source

                                                                   <GPT-Engineer Github page>

I will utilize this open source to build my GPT engineering environment on my local machine and work on my projects. 

Project Usage

Proceed in a Windows environment where Python can run. (Mac is fine)

Here's how to use it:

If you want a stable release, run pip install gpt-engineer.

If you want a development version, run the following command.

git clone https://github.com/AntonOsika/gpt-engineer.git
cd gpt-engineer
pip install -e .

(Alternatively, you can use a virtual environment by running make install && source venv/bin/activate).

Once you have your OpenAI API key (preferably with GPT-4 access, but we'll be running the project with GPT-3.5 Turbo), run the following:

export OPENAI_API_KEY=[your api key]

On Windows, run it as follows:

set OPENAI_API_KEY=[your api key] on cmd
$env:OPENAI_API_KEY="[your api key]" on powershell

Create an empty folder. If you're inside the repository, you can do the following:

cp -r projects/example/ projects/my-new-iOTproject

Create a prompt file in a new folder.

Run the following: 

gpt-engineer projects/my-new-iOTproject
Note that the file that writes the prompt should not be a txtfile. It should be an executable file that the Python script can read.

Running

Step_1.

 After Git Clone(download), configure the folder as above, add the syntax for prompting with Notepad, and save it as a regular file instead of saving as a txtfile.

Step_2. 

 After running the cmd window, run gpt engineer and enter open AI key like below to start the project.

The message above is from "GPT Engineer" asking you for information they need in order to recommend a project and write code for you. They need the following information

(Answer in text, or type "C" to move on to the next question)

Step_3.

GPT will prompt you for any questions you have.

 

GPT curates your code for you

Step_4.

If you get the answer and code you want, press Enter, otherwise type no to prompt try again. After that, you can answer whether you want to export the source code by typing y/n/u.
"y": Yes, the code has been executed.
"n": No, the code was not executed.
"u": Not sure.

Step_5.

Go back to the folder where you saved and check the result.

As shown above, GPT generates all the source code for you, so you should be able to comfortably develop within the template with only a little debugging.

Examples

Let's import the source code we created above utilizing GPT into the IOT device pico and run it.

                                       <WIZnet W5100S-EVB-Pico ArduinoIDE Source Capture> 

The code ran fine with no errors. Sure, it was an easy example, but it only took a few keystrokes to complete the project.

Project retrospective

"Project Retrospective: Successfully Connecting Devices with GPT Engineer and IoT"

While working on a project, the most important thing is to set a goal and achieve it. In this project, the goal was to successfully connect IoT devices with GPT Engineer and get the desired results. As it turned out, this goal was successfully achieved.

The process of using GPT Engineer to get the IoT source code and apply it to the devices was very interesting, as we got to see firsthand how AI generates the code and how it works on the actual devices, which is a different experience from traditional development.

The feeling of accomplishment when the device connected properly and produced the desired results was indescribable - it was an acknowledgment that we had not only achieved the project's goals, but that we had explored new possibilities by combining AI and IoT and brought them to life.

The experience we gained from this project will be invaluable in our future development work. In particular, we experienced firsthand the possibilities of code generation tools that leverage AI and learned how to apply them to IoT devices, which will be an important asset as we work on more complex and diverse projects in the future.

Finally, the most important lesson I learned from this project is that "AI is a tool, and it's how you use it that matters". This project showed us that AI can be utilized to solve problems in a more efficient and creative way, and this awareness will provide us with a new perspective in our future development work.

Simon by

I'd love for you to follow my project as a guide and share more good open source so that we can spread the good word.