diff --git a/content/About Arduino/My Arduino Account/How-to-delete-Forum-posts.md b/content/About Arduino/My Arduino Account/How-to-delete-Forum-posts.md deleted file mode 100644 index 2459b358..00000000 --- a/content/About Arduino/My Arduino Account/How-to-delete-Forum-posts.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "How to delete Forum posts" -id: 4405329847698 ---- - -The posts can be deleted by pressing the Trash button which appears below the post. - -![DeletePost](img/DeletePost.png) - -Also, keep in mind that you can't delete a post if it has replies to the particular post as it requires consent from the user who posted the reply. Same is the case of deleting an entire topic if it already has reply. Deleting a post requires deleting each replies made by different users on the post. diff --git a/content/About Arduino/My Arduino Account/img/DeletePost.png b/content/About Arduino/My Arduino Account/img/DeletePost.png deleted file mode 100644 index 0ca4fda4..00000000 Binary files a/content/About Arduino/My Arduino Account/img/DeletePost.png and /dev/null differ diff --git a/content/Arduino Cloud/Cloud Editor/Where-are-my-Cloud-Editor-sketches-stored.md b/content/Arduino Cloud/Cloud Editor/Where-are-my-Cloud-Editor-sketches-stored.md deleted file mode 100644 index 92be62ad..00000000 --- a/content/Arduino Cloud/Cloud Editor/Where-are-my-Cloud-Editor-sketches-stored.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Where are my Cloud Editor sketches stored?" -id: 360019547699 ---- - -The [Arduino Cloud Editor](https://app.arduino.cc/sketches) sketches linked to your account are stored in the cloud, but you can download them on your computer. After downloading a sketch, the downloaded version will not update if you change the same sketch in the Cloud Editor. diff --git a/content/Education and Kits/CTC 101 and CTC UNO/Arduino-Processing-communication-problem-with-ports.md b/content/Education and Kits/CTC 101 and CTC UNO/Arduino-Processing-communication-problem-with-ports.md deleted file mode 100644 index 02bf1f9e..00000000 --- a/content/Education and Kits/CTC 101 and CTC UNO/Arduino-Processing-communication-problem-with-ports.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Arduino-Processing communication problem with ports" -id: 360017053580 ---- - -If you are having problems using the webcam, or communicating Arduino and Processing, please check that: - -1. Once the code is uploaded to the board, the IDE has to be closed. - -2. In processing: run the program once, identify the camera in the output list (which are your computer’s ports) and change the `index` in the following code line for the number associated to the camera: - - ```cpp - initializeCamera(index); - myPort = new Serial(this, Serial.list()[index], 9600); - ``` diff --git a/content/Education and Kits/Science Kit/Can-the-Science-Kit-teachers-guide-be-viewed-by-students.md b/content/Education and Kits/Science Kit/Can-the-Science-Kit-teachers-guide-be-viewed-by-students.md deleted file mode 100644 index 0f321c26..00000000 --- a/content/Education and Kits/Science Kit/Can-the-Science-Kit-teachers-guide-be-viewed-by-students.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Can the Science Kit teacher's guide be viewed by students?" -id: 4403156684690 ---- - -No, the teacher's guide is only visible to the teacher. Students can only access the tutorial section, building instructions, and the worksheets. diff --git a/content/Education and Kits/Science Kit/Does-the-Arduino-Science-Kit-need-batteries.md b/content/Education and Kits/Science Kit/Does-the-Arduino-Science-Kit-need-batteries.md deleted file mode 100644 index 78547f86..00000000 --- a/content/Education and Kits/Science Kit/Does-the-Arduino-Science-Kit-need-batteries.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Does the Arduino Science Kit need batteries?" -id: 4403083291794 ---- - -Yes, the Arduino Science Kit requires the use of external source power. You may want to use a portable power bank (like the one used for charging your phone or tablet) or a Li-Po battery with JST connector to run motion-based experiments. diff --git a/content/Hardware Support/Portenta Family/What-kind-of-applications-can-be-developed-using-the-Vision-Shield-LoRa.md b/content/Hardware Support/Portenta Family/What-kind-of-applications-can-be-developed-using-the-Vision-Shield-LoRa.md deleted file mode 100644 index fe81ed71..00000000 --- a/content/Hardware Support/Portenta Family/What-kind-of-applications-can-be-developed-using-the-Vision-Shield-LoRa.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "What kind of applications can be developed using the Vision Shield LoRa?" -id: 4402095504018 ---- - -The Vision Shield LoRa® lets you run low-cost sound and vision MicroPython applications on your Portenta H7. Enable long-range and low-power wireless connections for your projects with LoRa®, upload data to the Arduino Cloud or your own infrastructure, and activate your system upon detection of images or sound events. - -The Vision Shield LoRa provides a great solution for scenarios that involve object detection, image filtering and classification, QR code scanning, sound detection, and other applications. Thanks to the LoRa connectivity, your Portenta H7 can share collected data with the rest of the world over The Things Network (TTN), and trigger events based on the results. - -The high-sensitivity image sensors can capture gestures, ambient light, proximity, and be used for object identification. Furthermore, the two omnidirectional, built-in microphones can add sound to video recordings and store them on a MicroSD Card. - -Use case examples: - -* Counting people passing by a certain point in a remote location -* Detecting sound activity in a specific remote location -* Detection of a specific object in an image -* Face and blob detection at remote location diff --git a/content/Hardware Support/Portenta Family/What-kind-of-applications-can-be-developed-using-the-Vision-Shield.md b/content/Hardware Support/Portenta Family/What-kind-of-applications-can-be-developed-using-the-Vision-Shield.md deleted file mode 100644 index a6496d4d..00000000 --- a/content/Hardware Support/Portenta Family/What-kind-of-applications-can-be-developed-using-the-Vision-Shield.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "What kind of applications can be developed using the Vision Shield?" -id: 360019864919 ---- - -The Vision Shield supports various image recognition applications using the OpenMV. Some of them are: - -* Capture and analyze sound in real time using the built-in microphone -* Detect, filter and classify images -* Reading QR and other codes diff --git a/content/Hardware Support/Portenta Family/What-kind-of-data-can-we-send-through-Portenta-Vision-Shield-ethernet-port.md b/content/Hardware Support/Portenta Family/What-kind-of-data-can-we-send-through-Portenta-Vision-Shield-ethernet-port.md deleted file mode 100644 index a329638f..00000000 --- a/content/Hardware Support/Portenta Family/What-kind-of-data-can-we-send-through-Portenta-Vision-Shield-ethernet-port.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "What kind of data can we send through Portenta Vision Shield ethernet port?" -id: 4410804633874 ---- - -The ethernet connection featured on the Vision Shield for Portenta H7 allows you to connect your Portenta H7 board to a local network or the Internet. - -## Features - -* Use HTTP methods and APIs. -* Communicate with another Portenta board. -* Communicate with other devices. - -## Application examples - -* Control the Portenta H7 I/O pins from a web server application and trigger your system upon the detection of sound, and camera events. -* Send processed information based on data acquired by the camera or microphone of the Vision Shield directly to your web server application. - - > [!NOTE] -> Currently there are no applications developed for transmitting real-time video or audio. diff --git a/content/Hardware Support/Portenta Family/What-kind-of-projects-is-Portenta-H7-recommended-for.md b/content/Hardware Support/Portenta Family/What-kind-of-projects-is-Portenta-H7-recommended-for.md deleted file mode 100644 index 3a88511d..00000000 --- a/content/Hardware Support/Portenta Family/What-kind-of-projects-is-Portenta-H7-recommended-for.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "What kind of projects is Portenta H7 recommended for?" -id: 360018131280 ---- - -Arduino Portenta H7 is the newest Arduino board that belongs to the Arduino Pro line of products. Many users wonder what type of projects is this board recommended for, so find below a list of possible applications: - -* High-end industrial machinery -* Laboratory equipment -* Computer vision -* PLCs -* Industry-ready user interfaces -* Robotics controller -* Mission-critical devices -* Dedicated stationary computer -* High-speed booting computation (ms) - -Besides all its pro features, Portenta H7 can also function as any other Arduino board. So if you just want a versatile and powerful board for your projects also consider choosing Portenta H7. - -Find out more about the board and its specifications [here](https://store.arduino.cc/portenta-h7). diff --git a/content/Software Support/Compilation/Error-undeclared-function-or-undeclared-type.md b/content/Software Support/Compilation/Error-undeclared-function-or-undeclared-type.md deleted file mode 100644 index db2c0a5f..00000000 --- a/content/Software Support/Compilation/Error-undeclared-function-or-undeclared-type.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: 'Error "undeclared function" or "undeclared type"' -id: 360016759959 ---- - -The Arduino environment attempts to automatically generate prototypes for your functions, so that you can order them as you like in your sketch. This process however, is not perfect, and sometimes leads to error messages. - -If you declare a custom type in your code and create a function that accepts or returns a value of that type, you'll get an error when you try to compile the sketch. This is because the automatically-generated prototype for that function will appear above the type definition. - -If you declare a function with a two-word return type (e.g. "unsigned int") the environment will not realize it's a function and will not create a prototype for it. That means you need to provide your own, or place the definition of the function above any calls to it.