Skip to content

Commit

Permalink
Merge pull request #1658 from nfs0619/weeklywiki
Browse files Browse the repository at this point in the history
Updated weekly wiki
  • Loading branch information
nfs0619 authored Sep 10, 2024
2 parents 769d3e6 + 80cb6ec commit 56db524
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 22 deletions.
174 changes: 174 additions & 0 deletions docs/Seeed_Elderly/weekly_wiki/wiki240902.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
---
description: Weekly Wiki
title: Weekly Wiki
keywords:
- weeely wiki
image: https://files.seeedstudio.com/wiki/IndexWiki/logo_image.jpg
last_update:
date: 09/02/2024
author: Frank
---

<div align="center"><img width={1000} src="https://files.seeedstudio.com/wiki/IndexWiki/logo.png" /></div>

## Greetings

This is Frank in Seeed Studio and welcome to the Seeed Studio weekly wiki! Each Monday, I will introduce you our latest wiki, including the ones related to our new products, the interesting projects published by Seeed Studio, and the tutorials, introductions, etc... You name it.

✨ For each week, when a collaborator contributes a project or fixes something important, we put the stars at the end of title of "Weekly Wiki" for more people be able to see their efforts👍.

Today is September 2nd and a brand new week has begun! Check out what Seeed Studio did last week!

## Latest Wiki Launched

### [Connecting Siemens PLCs Using the S7 Protocol with reComputer R1000](https://wiki.seeedstudio.com/recomputer_r1000_nodered_s7/)

<center><img width={600} src="https://files.seeedstudio.com/wiki/reComputer-R1000/nodered/final.PNG" /></center>

In this article, we'll explore how to use Node-RED, a popular flow-based development tool, on a Raspberry Pi-powered reComputer to interface with Siemens PLCs using the S7 Protocol. This setup allows for efficient and flexible integration of industrial automation systems with modern IoT platforms.

### [Deploy Frigate On Jetson](https://wiki.seeedstudio.com/deploy_frigate_on_jetson/)

![image1](https://files.seeedstudio.com/wiki/reComputer/Application/Deploy_Frigate_On_Jetson/3.png)

Frigate is an open-source NVR (Network Video Recorder) with Realtime Object Detection for IP cameras. In this guide, we'll walk through the steps to deploy Frigate on an NVIDIA Jetson device. NVIDIA Jetson is an edge AI platform that enables efficient deployment of AI workloads. Combining Frigate with Jetson leverages hardware-accelerated machine learning to efficiently process video streams and detect objects.

### [XIAO ESP32S3 Sense Sleep Modes](https://wiki.seeedstudio.com/XIAO_ESP32S3_Consumption/)

<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/ESP32S3_Sense_SleepMode/1.png" style={{width:700, height:'auto'}}/></div>

ESP32 supports two major power saving modes: Light-sleep and Deep-sleep. According to the features used by an application, there are some sub sleep modes. See Sleep Modes for these sleep modes and sub sleep modes. Additionally, there are some power-down options that can be configured to further reduce the power consumption. See Power-down Options for more details.

### [Raspberry Pi 5 uses PCIe hat/dual hat](https://wiki.seeedstudio.com/raspberry_pi_5_uses_pcie_hat_dual_hat/)

This tutorial mainly introduces the hardware connection configuration of M.2 Hat/dual Hat and how to make the Raspberry Pi boot from the SSD.And introduces two installation methods, with and without casing.

### [XIAO ESP32C6 with PlatformIO](https://wiki.seeedstudio.com/xiao_esp32c6_with_platform_io/)

<div align="center"><img width={600} src="https://files.seeedstudio.com/wiki/esp32c6_platformio/7.png" /></div>

PlatformIO is a development platform that integrates many types of development boards and has good scalability. If the platform does not have the type you need, you can manually add the type of development board yourself. The code you write on Arduino can use it, just add the corresponding library

In this wiki , we wiil introduce how to install and run the sample code in PlatformIO

We also created a tutorial for using the [XIAO nRF52840 with PlatformIO](https://wiki.seeedstudio.com/xiao_nrf52840_with_platform_io/).

### [Github Contribution(Pull Request) Guide](https://wiki.seeedstudio.com/Contribution-Guide/)

We provide two tutorial documents: [**Full Steps Pull Request**](https://wiki.seeedstudio.com/full_steps_pull_request/) and [**Quick Pull Request**](https://wiki.seeedstudio.com/quick_pull_request/). You can follow the steps in these documents to upload your innovative solution. Thank you for considering contributing to our seeed-studio files!



<!-- ## Existing Wiki Updated
### [Raspberry Pi support on Grove-16x2 LCD Series](https://wiki.seeedstudio.com/Grove-16x2_LCD_Series/#play-with-raspberry-pi-with-grove-base-hat-for-raspberry-pi)
We've added an [example](https://wiki.seeedstudio.com/Grove-16x2_LCD_Series/#play-with-raspberry-pi-with-grove-base-hat-for-raspberry-pi) of Raspberry Pi support for the Grove-16x2 LCD Series.
### [Raspberry pi support on Grove-OLED Display 1.12inch](https://wiki.seeedstudio.com/Grove-OLED_Display_1.12inch/#play-with-raspberry-pi-with-grove-base-hat-for-raspberry-pi)
We've added an [example](https://wiki.seeedstudio.com/Grove-OLED_Display_1.12inch/#play-with-raspberry-pi-with-grove-base-hat-for-raspberry-pi) of Raspberry Pi support for the Grove-OLED Display 1.12inch.
### [Raspberry pi support on Grove - Optical Rotary Encoder](https://wiki.seeedstudio.com/Grove-Optical_Rotary_Encoder-TCUT1600X01/#play-with-raspberry-pi-with-grove-base-hat-for-raspberry-pi)
We've added an [example](https://wiki.seeedstudio.com/Grove-Optical_Rotary_Encoder-TCUT1600X01/#play-with-raspberry-pi-with-grove-base-hat-for-raspberry-pi) of Raspberry Pi support for the Grove - Optical Rotary Encoder.
### [Added Example for XIAO RP2350 with C/C++ SDK](https://wiki.seeedstudio.com/xiao-rp2350-c-cpp-sdk/#example-2-rgb-blink)
We’ve added examples for XIAO: [RGB Blink](https://wiki.seeedstudio.com/xiao-rp2350-c-cpp-sdk/#example-2-rgb-blink), [UART Print](https://wiki.seeedstudio.com/xiao-rp2350-c-cpp-sdk/#exmaple-3-uart-print), and [Read Battery Voltage](https://wiki.seeedstudio.com/xiao-rp2350-c-cpp-sdk/#exmaple-4-read-battery-voltage).-->





## The Efforts of Contributor

<!-- ### [Train and deploy a custom classification model with YOLOv8](https://wiki.seeedstudio.com/train_and_deploy_a_custom_classification_model_with_yolov8/)
Thanks our contributor Bruno to create the application tutorial for reComputer.
On this guide we will explain how to train and deploy a custom classification model with YOLOv8
<iframe width={560} height={315} src="https://www.youtube.com/embed/ovoSMaoA9As?si=-d2buntx0T5oRtr4" title="YouTube video player" frameBorder={0} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen /> -->

- Check on [GitHub](https://github.com/orgs/Seeed-Studio/projects/6) for more information.
- We will be really appreciate if you can [share your ideas](https://github.com/orgs/Seeed-Studio/projects/6?pane=issue&itemId=35179519) with us!


## Past Weekly wiki

<details><summary>Click here</summary>

- [weekly wiki on 2.27th](/Seeed_Elderly/weekly_wiki/wiki227)
- [weekly wiki on 3.06th](/Seeed_Elderly/weekly_wiki/wiki306)
- [weekly wiki on 3.13th](/Seeed_Elderly/weekly_wiki/wiki313)
- [weekly wiki on 3.20th](/Seeed_Elderly/weekly_wiki/wiki320)
- [weekly wiki on 3.27th](/Seeed_Elderly/weekly_wiki/wiki327)
- [weekly wiki on 4.03rd](/Seeed_Elderly/weekly_wiki/wiki403)
- [weekly wiki on 4.10th](/Seeed_Elderly/weekly_wiki/wiki410)
- [weekly wiki on 4.17th](/Seeed_Elderly/weekly_wiki/wiki417)
- [weekly wiki on 4.24th](/Seeed_Elderly/weekly_wiki/wiki424)
- [weekly wiki on 5.15th](/Seeed_Elderly/weekly_wiki/wiki515)
- [weekly wiki on 5.22nd](/Seeed_Elderly/weekly_wiki/wiki522)
- [weekly wiki on 5.29th](/Seeed_Elderly/weekly_wiki/wiki529)
- [weekly wiki on 6.05th](/Seeed_Elderly/weekly_wiki/wiki605)
- [weekly wiki on 6.12th](/Seeed_Elderly/weekly_wiki/wiki612)
- [weekly wiki on 6.19th](/Seeed_Elderly/weekly_wiki/wiki619)
- [weekly wiki on 7.03th](/Seeed_Elderly/weekly_wiki/wiki703)
- [weekly wiki on 7.10th](/Seeed_Elderly/weekly_wiki/wiki710)
- [weekly wiki on 7.17th](/Seeed_Elderly/weekly_wiki/wiki717)
- [weekly wiki on 7.24th](/Seeed_Elderly/weekly_wiki/wiki724)
- [weekly wiki on 7.31th](/Seeed_Elderly/weekly_wiki/wiki731)
- [weekly wiki on 8.07th](/Seeed_Elderly/weekly_wiki/wiki807)
- [weekly wiki on 8.21st](/Seeed_Elderly/weekly_wiki/wiki821)
- [weekly wiki on 8.28th](/Seeed_Elderly/weekly_wiki/wiki828)
- [weekly wiki on 9.11st](/Seeed_Elderly/weekly_wiki/wiki911)
- [weekly wiki on 9.18th](/Seeed_Elderly/weekly_wiki/wiki918)
- [weekly wiki on 9.25th](/Seeed_Elderly/weekly_wiki/wiki925)
- [weekly wiki on 10.9th](/Seeed_Elderly/weekly_wiki/wiki1009)
- [weekly wiki on 10.16th](/Seeed_Elderly/weekly_wiki/wiki1016)
- [weekly wiki on 10.23th](/Seeed_Elderly/weekly_wiki/wiki1023)
- [weekly wiki on 10.30th](/Seeed_Elderly/weekly_wiki/wiki1030)
- [weekly wiki on 11.06th](/Seeed_Elderly/weekly_wiki/wiki1106)
- [weekly wiki on 11.13th](/Seeed_Elderly/weekly_wiki/wiki1113)
- [weekly wiki on 11.20th](/Seeed_Elderly/weekly_wiki/wiki1120)
- [weekly wiki on 11.27th](/Seeed_Elderly/weekly_wiki/wiki1127)
- [weekly wiki on 12.04th](/Seeed_Elderly/weekly_wiki/wiki1204)
- [weekly wiki on 12.11th](/Seeed_Elderly/weekly_wiki/wiki1211)
- [weekly wiki on 12.18th](/Seeed_Elderly/weekly_wiki/wiki1218)
- [weekly wiki on 12.25th](/Seeed_Elderly/weekly_wiki/wiki1225)
- [weekly wiki on 2024.1.08th](/Seeed_Elderly/weekly_wiki/wiki240108)
- [weekly wiki on 2024.1.15th](/Seeed_Elderly/weekly_wiki/wiki240115)
- [weekly wiki on 2024.1.22nd](/Seeed_Elderly/weekly_wiki/wiki240122)
- [weekly wiki on 2024.1.29th](/Seeed_Elderly/weekly_wiki/wiki240129)
- [weekly wiki on 2024.2.19th](/Seeed_Elderly/weekly_wiki/wiki240219)
- [weekly wiki on 2024.2.26th](/Seeed_Elderly/weekly_wiki/wiki240226)
- [weekly wiki on 2024.3.04th](/Seeed_Elderly/weekly_wiki/wiki240304)
- [weekly wiki on 2024.3.11th](/Seeed_Elderly/weekly_wiki/wiki240311)
- [weekly wiki on 2024.3.18th](/Seeed_Elderly/weekly_wiki/wiki240318)
- [weekly wiki on 2024.3.25th](/Seeed_Elderly/weekly_wiki/wiki240325)
- [weekly wiki on 2024.4.01st](/Seeed_Elderly/weekly_wiki/wiki240401)
- [weekly wiki on 2024.4.08th](/Seeed_Elderly/weekly_wiki/wiki240408)
- [weekly wiki on 2024.4.15th](/Seeed_Elderly/weekly_wiki/wiki240415)
- [weekly wiki on 2024.4.22nd](/Seeed_Elderly/weekly_wiki/wiki240422)
- [weekly wiki on 2024.4.29th](/Seeed_Elderly/weekly_wiki/wiki240429)
- [weekly wiki on 2024.5.06th](/Seeed_Elderly/weekly_wiki/wiki240506)
- [weekly wiki on 2024.5.13th](/Seeed_Elderly/weekly_wiki/wiki240513)
- [weekly wiki on 2024.5.20th](/Seeed_Elderly/weekly_wiki/wiki240520)
- [weekly wiki on 2024.5.27th](/Seeed_Elderly/weekly_wiki/wiki240527)
- [weekly wiki on 2024.6.03rd](/Seeed_Elderly/weekly_wiki/wiki240603)
- [weekly wiki on 2024.6.10th](/Seeed_Elderly/weekly_wiki/wiki240610)
- [weekly wiki on 2024.6.17th](/Seeed_Elderly/weekly_wiki/wiki240617)
- [weekly wiki on 2024.6.24th](/Seeed_Elderly/weekly_wiki/wiki240624)
- [weekly wiki on 2024.7.01st](/Seeed_Elderly/weekly_wiki/wiki240701)
- [weekly wiki on 2024.7.08th](/Seeed_Elderly/weekly_wiki/wiki240708)
- [weekly wiki on 2024.7.16th](/Seeed_Elderly/weekly_wiki/wiki240716)
- [weekly wiki on 2024.7.22th](/Seeed_Elderly/weekly_wiki/wiki240722)
- [weekly wiki on 2024.7.29th](/Seeed_Elderly/weekly_wiki/wiki240729)
- [weekly wiki on 2024.8.05th](/Seeed_Elderly/weekly_wiki/wiki240805)
- [weekly wiki on 2024.8.12th](/Seeed_Elderly/weekly_wiki/wiki240812)
- [weekly wiki on 2024.8.19th](/Seeed_Elderly/weekly_wiki/wiki240819)
- [weekly wiki on 2024.8.26th](/Seeed_Elderly/weekly_wiki/wiki240826)

</details>

47 changes: 25 additions & 22 deletions docs/weekly_wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- weeely wiki
image: https://files.seeedstudio.com/wiki/IndexWiki/logo_image.jpg
last_update:
date: 09/02/2024
date: 09/09/2024
author: Frank
---

Expand All @@ -17,45 +17,47 @@ This is Frank in Seeed Studio and welcome to the Seeed Studio weekly wiki! Each

✨ For each week, when a collaborator contributes a project or fixes something important, we put the stars at the end of title of "Weekly Wiki" for more people be able to see their efforts👍.

Today is September 2nd and a brand new week has begun! Check out what Seeed Studio did last week!
Today is September 9th and a brand new week has begun! Check out what Seeed Studio did last week!

## Latest Wiki Launched

### [Connecting Siemens PLCs Using the S7 Protocol with reComputer R1000](https://wiki.seeedstudio.com/recomputer_r1000_nodered_s7/)
### [Getting start with reComputer J20](https://wiki.seeedstudio.com/recomputer_j20_with_jetson_getting_start/)

<center><img width={600} src="https://files.seeedstudio.com/wiki/reComputer-R1000/nodered/final.PNG" /></center>
### [T1000-E Tracker](https://wiki.seeedstudio.com/t1000_e_intro/)

In this article, we'll explore how to use Node-RED, a popular flow-based development tool, on a Raspberry Pi-powered reComputer to interface with Siemens PLCs using the S7 Protocol. This setup allows for efficient and flexible integration of industrial automation systems with modern IoT platforms.
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/intro-e.png" alt="pir" width={800} height="auto" /></p>

### [Deploy Frigate On Jetson](https://wiki.seeedstudio.com/deploy_frigate_on_jetson/)
It is a high-performance tracker designed for Meshtastic, as small as a credit card, effortlessly fitting in your pocket or attaching to your assets. It embeds Semtech's LR1110, Nordic's nRF52840, and Mediatek's AG3335 GPS module, providing Meshtastic users with a high-precision, low-power positioning and communication solution.

![image1](https://files.seeedstudio.com/wiki/reComputer/Application/Deploy_Frigate_On_Jetson/3.png)
<div align="center"><img width ="800" src="https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/1/1/110061363_preview-07_1.jpg"/></div>

Frigate is an open-source NVR (Network Video Recorder) with Realtime Object Detection for IP cameras. In this guide, we'll walk through the steps to deploy Frigate on an NVIDIA Jetson device. NVIDIA Jetson is an edge AI platform that enables efficient deployment of AI workloads. Combining Frigate with Jetson leverages hardware-accelerated machine learning to efficiently process video streams and detect objects.
reComputer J20 Series built with Jetson Xavier NX is a powerful and compact intelligent edge box to bring up to 21TOPS modern AI performance to the edge. While combining the NVIDIA Ampere™ GPU architecture with 64-bit operating capability.

### [XIAO ESP32S3 Sense Sleep Modes](https://wiki.seeedstudio.com/XIAO_ESP32S3_Consumption/)
The full system includes one NVIDIA Jetson Xavier NX production module, a heatsink, and a power adapter. reComputer J20 is preinstalled with Jetpack 4.6, simplifies development, and fits for deployment for edge AI solution providers working in object detection, natural language processing, medical imaging, and robotics across industries of smart cities, security, industrial automation, smart factories.

<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/ESP32S3_Sense_SleepMode/1.png" style={{width:700, height:'auto'}}/></div>
### [J501 Interface Usage](https://wiki.seeedstudio.com/j501_carrier_board_interfaces_usage/)

ESP32 supports two major power saving modes: Light-sleep and Deep-sleep. According to the features used by an application, there are some sub sleep modes. See Sleep Modes for these sleep modes and sub sleep modes. Additionally, there are some power-down options that can be configured to further reduce the power consumption. See Power-down Options for more details.
<div align="center">
<img width ="1000" src="https://files.seeedstudio.com/wiki/reComputer-Jetson/J501/j501.png"/>
</div>

### [Raspberry Pi 5 uses PCIe hat/dual hat](https://wiki.seeedstudio.com/raspberry_pi_5_uses_pcie_hat_dual_hat/)
This wiki introduces the various different hardware and interfaces on the J501 Carrier Board and how to use them to expand your project ideas.

This tutorial mainly introduces the hardware connection configuration of M.2 Hat/dual Hat and how to make the Raspberry Pi boot from the SSD.And introduces two installation methods, with and without casing.
### [ChatGPT - BeagleY-AI](https://wiki.seeedstudio.com/respeaker_lite_beagley-ai_chatgpt/)

### [XIAO ESP32C6 with PlatformIO](https://wiki.seeedstudio.com/xiao_esp32c6_with_platform_io/)
<div class="table-center">
<iframe width="730" height="500" src="https://files.seeedstudio.com/wiki/Beaglebone_Solutions/bby_chatgpt.mp4" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
</div>

<div align="center"><img width={600} src="https://files.seeedstudio.com/wiki/esp32c6_platformio/7.png" /></div>
This project integrates voice input, large model response, and voice output functionalities using a BeagleY-AI. It employs the ReSpeaker Lite as the audio input and output device, enabling seamless interaction with ChatGPT and speech-to-text conversion services.

PlatformIO is a development platform that integrates many types of development boards and has good scalability. If the platform does not have the type you need, you can manually add the type of development board yourself. The code you write on Arduino can use it, just add the corresponding library
### [XIAO RA4M1 Mouse](https://wiki.seeedstudio.com/xiao_ra4m1_mouse/)

In this wiki , we wiil introduce how to install and run the sample code in PlatformIO
<div class="table-center">
<iframe width="800" height="500" src="https://files.seeedstudio.com/wiki/xiao_ra4m1_mouse_image/xiao_mouse.mp4?autoplay=0" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
</div>

We also created a tutorial for using the [XIAO nRF52840 with PlatformIO](https://wiki.seeedstudio.com/xiao_nrf52840_with_platform_io/).

### [Github Contribution(Pull Request) Guide](https://wiki.seeedstudio.com/Contribution-Guide/)

We provide two tutorial documents: [**Full Steps Pull Request**](https://wiki.seeedstudio.com/full_steps_pull_request/) and [**Quick Pull Request**](https://wiki.seeedstudio.com/quick_pull_request/). You can follow the steps in these documents to upload your innovative solution. Thank you for considering contributing to our seeed-studio files!
Through this tutorial, you will learn how to create a simple mouse using the XIAO RA4M1 and Grove Thumb Joystick.



Expand Down Expand Up @@ -169,6 +171,7 @@ On this guide we will explain how to train and deploy a custom classification mo
- [weekly wiki on 2024.8.12th](/Seeed_Elderly/weekly_wiki/wiki240812)
- [weekly wiki on 2024.8.19th](/Seeed_Elderly/weekly_wiki/wiki240819)
- [weekly wiki on 2024.8.26th](/Seeed_Elderly/weekly_wiki/wiki240826)
- [weekly wiki on 2024.9.02nd](/Seeed_Elderly/weekly_wiki/wiki240902)

</details>

0 comments on commit 56db524

Please sign in to comment.