5791 lines
252 KiB
JavaScript
5791 lines
252 KiB
JavaScript
/**
|
||
* Creating a sidebar enables you to:
|
||
- create an ordered group of docs
|
||
- render a sidebar for each doc of that group
|
||
- provide next/previous navigation
|
||
|
||
The sidebars can be generated from the filesystem, or explicitly defined here.
|
||
|
||
Create as many sidebars as you want.
|
||
*/
|
||
|
||
// @ts-check
|
||
|
||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||
const sidebars = {
|
||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||
// tutorialSidebar: [
|
||
// {type: 'autogenerated', dirName: '.'},
|
||
// ],
|
||
|
||
// But you can create a sidebar manually
|
||
|
||
ProductSidebar: [
|
||
// 'Sensing_test',
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'Getting_Started',
|
||
label: 'Getting Started',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'weekly_wiki',
|
||
label: 'Weekly Wiki',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
// {
|
||
// type: 'category',
|
||
// label: 'TinyML',
|
||
// collapsed: true,
|
||
// collapsible: true,
|
||
// link: {
|
||
// type: "doc",
|
||
// id: "TinyML/TinyML_Topic",
|
||
// },
|
||
// items: [
|
||
// 'TinyML/TinyML_workshop_course',
|
||
// ]
|
||
// },
|
||
// 'Getting_Started_test',
|
||
{
|
||
type: 'doc',
|
||
id: 'Sensor',
|
||
label: 'Sensing',
|
||
className: 'sideboard_calss',
|
||
},
|
||
// {
|
||
// type: 'category',
|
||
// label: 'FAQ',
|
||
// items: [
|
||
|
||
// {
|
||
// type: 'category',
|
||
// label: 'reterminal',
|
||
// items: [
|
||
// 'FAQ/XIAO/check_battery_voltage',
|
||
// // 'FAQ/reTerminal/flash_different_os_to_emmc',
|
||
// // 'FAQ/reTerminal/log_rpios_use_ssh_over_wifi_ethernet',
|
||
// // 'FAQ/reTerminal/upgrade-rpiOS_installed-packages',
|
||
// // 'FAQ/reTerminal/flashing_os_on_non-eMMC_CM4_replacement',
|
||
// // 'FAQ/reTerminal/Logging_in_OS_using_USB_to_serial_converter',
|
||
// // 'FAQ/reTerminal/Wakeup_reTerminal_LCD_after_sleep',
|
||
// // 'FAQ/reTerminal/Boot_OS_from_USB_flash_drive',
|
||
// // 'FAQ/reTerminal/black_glue_around_CM4',
|
||
// // 'FAQ/reTerminal/buzzer-leds-not-work_by_drivers',
|
||
// // 'FAQ/reTerminal/install-ubuntu-on-reterminal',
|
||
// // 'FAQ/reTerminal/Incorrect_screen_orientation_on_RPiOS_Bullseye',
|
||
// // 'FAQ/reTerminal/troubleshooting-touch-screen-inaccuracy',
|
||
// // 'FAQ/reTerminal/check_Encryption_Chip',
|
||
// // 'FAQ/reTerminal/disable_screen_rotation_on_reTerminal',
|
||
// // 'FAQ/reTerminal/screen_refresh_rate',
|
||
// ],
|
||
// },
|
||
|
||
// ]
|
||
// },
|
||
|
||
// {
|
||
|
||
// type: 'doc',
|
||
// label: '--Sensor--',
|
||
// id: 'Sensor_Network',
|
||
|
||
// },
|
||
|
||
// {
|
||
// type: 'html',
|
||
// value: `
|
||
// <style>
|
||
// .sub_item {
|
||
// width: 275px;
|
||
// display:inline-block;
|
||
// text-align:center;
|
||
// font-size:20px;
|
||
// margin-top: 10px;
|
||
// }
|
||
// </style>
|
||
// <div style="width:100px;text-align:center">
|
||
// <div class="sub_item"><strong> Sensing </strong></div>
|
||
// </div>
|
||
// `,
|
||
// },
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Grove',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/Grove/Grove_System"
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Grove Sensor',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/Grove/Grove_Sensors/Grove_Sensor_Intro"
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Multiple in one',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/All_in_one/Grove_SEN5X_All_in_One',
|
||
'Sensor/Grove/Grove_Sensors/All_in_one/Grove-Temperature_Humidity_Pressure_Gas_Sensor_BME680',
|
||
'Sensor/Grove/Grove_Sensors/All_in_one/Grove-CO2&Temperature&HumiditySensor-SCD41',
|
||
'Sensor/Grove/Grove_Sensors/All_in_one/Grove-CO2_Temperature_Humidity_Sensor-SCD30',
|
||
'Sensor/Grove/Grove_Sensors/All_in_one/Grove-Light-Gesture-Color-Proximity_Sensor-TMG39931',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'AI-powered',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Grove Vision AI',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/Grove/Grove_Sensors/AI-powered/Grove-Vision-AI-Module"
|
||
},
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Train-Deploy-AI-Model-Grove-Vision-AI',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/edge-impulse-vision-ai',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Grove Vision AI V2',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Grove-vision-ai-v2"
|
||
},
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Grove-vision-ai-v2-software-supported',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Grove-vision-ai-v2-camera-supported',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/grove_vision_ai_v2_sscma',
|
||
{
|
||
type: 'category',
|
||
label: 'Development',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Development/grove-vision-ai-v2-himax-sdk',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Development/grove_vision_ai_v2_at_library',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove-vision-ai-v2-sensecap-app',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove-vision-ai-v2-ha',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove-vision-ai-v2-demo',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove_vision_ai_v2_webcamera',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/vision_ai_v2_crowd_heat_map',
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove_vision_ai_v2_telegram',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
'Sensor/Grove/Grove_Sensors/AI-powered/Grove-Gesture_sensor_paj7660',
|
||
// 'Sensor/Grove/Grove_Sensors/AI-powered/Gesture_control_music_application',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Temp & Humi',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-AHT20-I2C-Industrial-Grade-Temperature&Humidity-Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-TempAndHumi_Sensor-SHT31',
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-I2C_High_Accuracy_Temp&Humi_Sensor-SHT35',
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-Temperature_and_Humidity_Sensor_Pro',
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-TemperatureAndHumidity_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-Temperature-Humidity-Sensor-DH20',
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-TemperatureAndHumidity_Sensor-HDC1000',
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-TemptureAndHumidity_Sensor-High-Accuracy_AndMini-v1.0',
|
||
'Sensor/Grove/Grove_Sensors/Temp&Humi/Grove-SHT4x',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Temperature',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-1-Wire_Thermocouple_Amplifier-MAX31850K',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-I2C_Thermocouple_Amplifier-MCP9600',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/One-Wire-Temperature-Sensor-DS18B20',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-High_Temperature_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-Thermal-Imaging-Camera-IR-Array',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-Digital_Infrared_Temperature_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-Infrared_Temperature_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-Infrared_Temperature_Sensor_Array-AMG8833',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-Temperature_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-Temperature_Sensor_V1.2',
|
||
'Sensor/Grove/Grove_Sensors/Temperature/Grove-I2C_High_Accuracy_Temperature_Sensor-MCP9808',
|
||
|
||
// 'Sensor/Grove/Grove_Sensors/Temperature/Sensor_temperature',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Soli Humidity',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Soli_Humidity/Grove-Capacitive_Moisture_Sensor-Corrosion-Resistant',
|
||
'Sensor/Grove/Grove_Sensors/Soli_Humidity/Grove-Moisture_Sensor',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Proximity',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-Ultrasonic_Sensor_SMS812',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Sensor_distance',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-Ultrasonic_Ranger',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-IR_Distance_Interrupter_v1.2',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-TF_Mini_LiDAR',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-Doppler-Radar',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-Time_of_Flight_Distance_Sensor-VL53L0X',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-Digital_Distance_Interrupter_0.5_to_5cm-GP2Y0D805Z0F',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-80cm_Infrared_Proximity_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-Gesture_v1.0',
|
||
'Sensor/Grove/Grove_Sensors/Proximity/Grove-Adjustable_PIR_Motion_Sensor',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Air Quality',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Air_Quality/Grove-Laser_PM2.5_Sensor-HM3301',
|
||
'Sensor/Grove/Grove_Sensors/Air_Quality/Grove-Dust_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Air_Quality/Grove-Air_Quality_Sensor_v1.3',
|
||
'Sensor/Grove/Grove_Sensors/Air_Quality/Grove-Formaldehyde-Sensor',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Gas',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Gas/Sensor_gas',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Gas_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Multichannel-Gas-Sensor-V2',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Gas_Sensor-MQ2',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Gas_Sensor-MQ3',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Gas_Sensor-MQ5',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Gas_Sensor-MQ9',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Gas_Sensor-O2',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Gas_Sensor-O2-MIX8410',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Oxygen-Sensor-Pro',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Alcohol_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-CO2_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-smart_air_quality_sensor',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-VOC_and_eCO2_Gas_Sensor-SGP30',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-VOC_Gas_Sensor-SGP40',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-HCHO_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Gas/Grove-Multichannel_Gas_Sensor',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Barometer',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Barometer/Sensor_barometer',
|
||
'Sensor/Grove/Grove_Sensors/Barometer/Grove-Barometer-High-Accuracy',
|
||
'Sensor/Grove/Grove_Sensors/Barometer/Grove-Barometer_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Barometer/Grove-Barometer_Sensor-BME280',
|
||
'Sensor/Grove/Grove_Sensors/Barometer/Grove-Barometer_Sensor-BMP180',
|
||
'Sensor/Grove/Grove_Sensors/Barometer/Grove-Barometer_Sensor-BMP280',
|
||
'Sensor/Grove/Grove_Sensors/Barometer/Grove-High-Precision-Barometric-Pressure-Sensor-DPS310',
|
||
'Sensor/Grove/Grove_Sensors/Barometer/Grove-Integrated-Pressure-Sensor-Kit',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Accelerometer',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-D7S-Vibration-Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Sensor_accelerometer',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Digital_Accelerometer-16g',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Analog_Accelerometer',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Compass_V1.0',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Digitial_Compass_v2.0',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Digital_Accelerometer-1.5g',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Digital_Accelerometer-400g',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Analog_Accelerometer_20g-ADXL356B',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis-Digital-Accelerometer-LIS3DHTR',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Analog_Accelerometer_40g-ADXL356C',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Digital_Accelerometer_40g-ADXL357',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Digital_Accelerometer_200g-ADXL372',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Digital_Gyro',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-3-Axis_Digital_Accelerometer±16g_Ultra-low_Power-BMA400',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-6-Axis_AccelerometerAndCompass_V2.0',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-6-Axis_AccelerometerAndGyroscope',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-6-Axis_Accelerometer&Gyroscope_BMI088',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-IMU_10DOF',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-IMU_10DOF_v2.0',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-IMU_9DOF_v2.0',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-IMU_9DOF-lcm20600+AK09918',
|
||
'Sensor/Grove/Grove_Sensors/Accelerometer/Grove-Single_Axis_Analog_Gyro',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Light',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Lightning-Sensor-AS3935',
|
||
'Sensor/Grove/Grove_Sensors/Light/Sensor_light',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Digital_Light_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Heelight_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Light_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Sunlight_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-UV_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-I2C_UV_Sensor-VEML6070',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Luminance_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Infrared_Receiver',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Line_Finder',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Flame_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-Infrared_Reflective_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Light/Grove-I2C_Color_Sensor',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Biometric',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Sensor_biomedicine',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-Finger-clip_Heart_Rate_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-Finger-clip_Heart_Rate_Sensor_with_shell',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-EMG_Detector',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-Ear-clip_Heart_Rate_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-Chest_Strap_Heart_Rate_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-Capacitive-Fingerprint-Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-Fingerprint_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-GSR_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Biometric/Grove-Human_Presence_Sensor-AK9753',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Sound',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Sound/Sensor_sound',
|
||
'Sensor/Grove/Grove_Sensors/Sound/Grove-Sound_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Sound/Grove-Loudness_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Sound/Grove-Speech_Recognizer',
|
||
'Sensor/Grove/Grove_Sensors/Sound/Grove-Sound_Recorder',
|
||
'Sensor/Grove/Grove_Sensors/Sound/Grove-Analog-Microphone',
|
||
'Sensor/Grove/Grove_Sensors/Sound/Grove-Recorder_v2.0',
|
||
'Sensor/Grove/Grove_Sensors/Sound/Grove-Offline-Voice-Recognition',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Touch',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-Touch_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-Rotary_Angle_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-Round_Force_Sensor_FSR402',
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-2_Channel_Inductive_Sensor-LDC1612',
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-12_Key_Capacitive_I2C_Touch_Sensor_V2-MPR121',
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-12-Key-Capacitive-I2C-Touch-Sensor-V3-MPR121',
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-12-Channel-Capacitive-Touch-Keypad-ATtiny1616-',
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-Capacitive_Touch_Slide_Sensor-CY8C4014LQI',
|
||
'Sensor/Grove/Grove_Sensors/Touch/Grove-I2C_Touch_Sensor',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Liquid',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Sensor_liquid',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-ORP-Sensor-Pro',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-Water_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-Water-Level-Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/G1-1-4_Water_Flow_sensor',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-PH-Sensor-kit',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-EC-Sensor-kit',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-TDS-Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-Turbidity-Sensor-Meter-for-Arduino-V1.0',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-ORP-Sensor-kit',
|
||
'Sensor/Grove/Grove_Sensors/Liquid/Grove-PH_Sensor',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Motion',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Motion/Sensor_motion',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-PIR_Motion_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Digital-PIR-Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Collision_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Tilt_Switch',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Mini_Track_Ball',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Mouse_Encoder',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Piezo_Vibration_Sensor',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Slide_Potentiometer',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Optical_Rotary_Encoder-TCUT1600X01',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-12-bit-Magnetic-Rotary-Position-Sensor-AS5600',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Vibration_Sensor_SW-420',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Encoder',
|
||
'Sensor/Grove/Grove_Sensors/Motion/Grove-Step_Counter-BMA456',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Weight',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors/Weight/Grove-ADC_for_Load_Cell-HX711',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Grove Network Module',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/Grove/Grove_Sensors_Network/Grove_network_module_intro"
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'LoRa',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/Grove/Grove_Sensors_Network/LoRa/Grove_LoRa_E5_New_Version"
|
||
},
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors_Network/LoRa/Grove_LoRa_E5_New_Version',
|
||
'Sensor/Grove/Grove_Sensors_Network/LoRa/demo/Grove_Wio_E5_P2P',
|
||
'Sensor/Grove/Grove_Sensors_Network/LoRa/demo/Grove_Wio_E5_TTN_Demo',
|
||
'Sensor/Grove/Grove_Sensors_Network/LoRa/demo/Grove_Wio_E5_Helium_Demo',
|
||
'Sensor/Grove/Grove_Sensors_Network/LoRa/demo/Grove_Wio_E5_Helium_tinyML_Demo',
|
||
'Sensor/Grove/Grove_Sensors_Network/LoRa/demo/Grove_Wio_E5_SenseCAP_Cloud_Demo',
|
||
'Sensor/Grove/Grove_Sensors_Network/LoRa/demo/Grove_Wio_E5_SenseCAP_XIAO_ESP32S3',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Bluetooth',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors_Network/Bluetooth/Grove-BLE-dual_model-v1.0',
|
||
'Sensor/Grove/Grove_Sensors_Network/Bluetooth/Grove-Serial_Bluetooth_v3.0',
|
||
'Sensor/Grove/Grove_Sensors_Network/Bluetooth/Grove-BLE_v1',
|
||
'Sensor/Grove/Grove_Sensors_Network/Bluetooth/Grove-Serial_Bluetooth',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wi-Fi',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors_Network/Wi-Fi/Grove-UART_Wifi',
|
||
'Sensor/Grove/Grove_Sensors_Network/Wi-Fi/Grove-UART_Wifi_V2',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'NFC',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors_Network/NFC/Grove_NFC_ST25',
|
||
'Sensor/Grove/Grove_Sensors_Network/NFC/Grove_NFC',
|
||
'Sensor/Grove/Grove_Sensors_Network/NFC/Grove_NFC_Tag',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'GPS',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors_Network/GPS/Grove-GPS',
|
||
'Sensor/Grove/Grove_Sensors_Network/GPS/Grove-GPS-Air530',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'RF',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors_Network/RF/Grove-125KHz_RFID_Reader',
|
||
'Sensor/Grove/Grove_Sensors_Network/RF/Grove-315MHz_RF_Kit',
|
||
'Sensor/Grove/Grove_Sensors_Network/RF/Grove-433MHz_Simple_RF_Link_Kit',
|
||
'Sensor/Grove/Grove_Sensors_Network/RF/Grove_LoRa_Radio',
|
||
'Sensor/Grove/Grove_Sensors_Network/RF/Grove-Serial_RF_Pro',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Standard Protocol',
|
||
items: [
|
||
'Sensor/Grove/Grove_Sensors_Network/Standard_Protocol/Grove-DMX512',
|
||
'Sensor/Grove/Grove_Sensors_Network/Standard_Protocol/Grove-I2C_ADC',
|
||
'Sensor/Grove/Grove_Sensors_Network/Standard_Protocol/Grove-I2C_FM_Receiver',
|
||
'Sensor/Grove/Grove_Sensors_Network/Standard_Protocol/Grove-I2C_FM_Receiver_v1.1',
|
||
'Sensor/Grove/Grove_Sensors_Network/Standard_Protocol/Grove-Protoshield',
|
||
'Sensor/Grove/Grove_Sensors_Network/Standard_Protocol/Grove-RJ45_Adapter',
|
||
'Sensor/Grove/Grove_Sensors_Network/Standard_Protocol/Grove-Node',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Grove Accessories',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/Grove/Grove_Accessories/Grove_Accessories_Intro"
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Display',
|
||
items: [
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-1.2_inch_IPS_Display',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-4-Digit_Display',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-0.54_inch_Red_Dual_Alphanumeric_Display',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-0.54_inch_Red_Quad_Alphanumeric_Display',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-16x2_LCD_Series',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-LCD_RGB_Backlight',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-OLED-Display-0.66-SSD1306_v1.0',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-OLED_Display_0.96inch',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-OLED-Display-0.96-SSD1315',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-OLED-Yellow&Blue-Display-0.96-SSD1315_V1.0',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-OLED_Display_1.12inch',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-OLED-Display-1.12-SH1107_V3.0',
|
||
'Sensor/Grove/Grove_Accessories/Display/I2C_LCD',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-Triple_Color_E-Ink_Display_2_13',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-Triple_Color_E-Ink_Display_1_54',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-Serial_LCD_V1.0',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-BlinkM',
|
||
'Sensor/Grove/Grove_Accessories/Display/Grove-Serial_Camera_Kit',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Actuator',
|
||
items: [
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-2-Coil_Latching_Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Buzzer',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Passive-Buzzer',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Chainable_RGB_LED',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Dry-Reed_Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-EL_Driver',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Haptic_Motor',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-I2C_Motor_Driver',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-I2C_Motor_Driver_V1.2',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-I2C_Motor_Driver_V1.3',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-I2C-Motor-Driver-L298P',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Infrared_Emitter',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-LED_Matrix_Driver_v1.0',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-MP3_v2.0',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-MP3-v3',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-mp3-v4',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Mini_Fan',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Mini_I2C_Motor_Driver_v1.0',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove_Recorder',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Recorder_v3.0',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-4-Channel_SPDT_Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-2-Channel_SPDT_Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Solid_State_Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Solid_State_Relay_V2',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-2-Channel_Solid_State_Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-4-Channel_Solid_State_Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-8-Channel_Solid_State_Relay',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Optocoupler_Relay-M281',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Serial_MP3_Player',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Servo',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Speaker',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Speaker-Plus',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Variable_Color_LED',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Vibration_Motor',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Water_Atomization',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-16-Channel_PWM_Driver-PCA9685',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-I2C_Motor_Driver-TB6612FNG',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Hall_Sensor',
|
||
'Sensor/Grove/Grove_Accessories/Actuator/Grove-Voltage_Divider',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Time',
|
||
items: [
|
||
'Sensor/Grove/Grove_Accessories/Time/Grove-RTC',
|
||
'Sensor/Grove/Grove_Accessories/Time/Grove_High_Precision_RTC',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Current',
|
||
items: [
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-10A_DC_Current_Sensor-ACS725',
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-5A_DC_AC_Current_Sensor-ACS70331',
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-2.5A-DC-Current-Sensor-ACS70331',
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-Electricity_Sensor',
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-Coulomb_Counter_3.3V_to_5V-LTC2941',
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-MOSFET',
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-SPDT_Relay_30A',
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-Screw_Terminal',
|
||
'Sensor/Grove/Grove_Accessories/Current/Grove-Electromagnet',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'LED',
|
||
items: [
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-Red_LED',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-Circular_LED',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-LED_Bar',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-RGB_LED_Stick-10-WS2813_Mini',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-LED_ring',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-LED_Socket_Kit',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-LED_String_Light',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-LED_Strip_Driver',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-RGB_LED_Matrix_w-Driver',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-LED_Matrix_Driver-HT16K33',
|
||
'Sensor/Grove/Grove_Accessories/LED/Grove-Red_LED_Matrix_w_Driver',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Switch & Button',
|
||
items: [
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-6-Position_DIP_Switch',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-Button',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-Switch-P',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-LED_Button',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-Dual-Button',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-5-Way_Switch',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-Mech_Keycap',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-Thumb_Joystick',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-Magnetic_Switch',
|
||
'Sensor/Grove/Grove_Accessories/Switch&Button/Grove-Joint_v2.0',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Input Output',
|
||
items: [
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-Differential_Amplifier_v1.2',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-I2C_Hub',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-I2C-Hub-6Port',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-8-Channel-I2C-Multiplexer-I2C-Hub-TCA9548A',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-AND',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-OR',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-DC_Jack_Power',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-Qwiic-Hub',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-NunChuck',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-PS_2_Adapter',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-Mini_Camera',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-Serial_Camera',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-16-bit-ADC-ADS1115',
|
||
'Sensor/Grove/Grove_Accessories/Input_Output/Grove-NOT',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Case',
|
||
items: ['Sensor/Grove/Grove_Accessories/Case/Grove-Wrapper'],
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/SenseCAP/Industrial-IoT-SenseCAP-Introduction",
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP T1000 Tracker',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/SenseCAP/SenseCAP_T1000_Tracker/SenseCAP_T1000_intro',
|
||
},
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/SenseCAP_T1000_Tracker_Introduction',
|
||
{
|
||
type: 'category',
|
||
label: 'User Guide',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/User_Guide/Get_Started',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/User_Guide/Payload',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/User_Guide/Tracker_WiFi_Geolocation',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/User_Guide/E5_Bluetooth_Location_Beacon',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/User_Guide/Indoor_Positioning_Guide',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Integrated with LoRaWAN Network Server',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_LoRaWAN_Network_Server/Connect_to_Helium',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_LoRaWAN_Network_Server/Connect_to_The_Things_Network',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_LoRaWAN_Network_Server/Connect_to_Loriot',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_LoRaWAN_Network_Server/AWS_Service',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_LoRaWAN_Network_Server/TTN_Mapper',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Integrated with Popular Dashboard',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/Datacake_Integrated',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/Ubidots_Integrated',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/thingsboard_integrated',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/Ubidots_Integrated(Helium)',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/Qubitro_Integrated',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/TagoIO_Integrated',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/InfluxDB_Integrated',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/Akenza_Integrated',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/Trackpac_Integrated',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Integrated_with_Popular_Dashboard/sensecap_t1000_tracker_wialon',
|
||
],
|
||
},
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/FAQ',
|
||
'Sensor/SenseCAP/SenseCAP_T1000_Tracker/Firmware_release_note',
|
||
],
|
||
},
|
||
// {
|
||
// type: 'category',
|
||
// label: 'SenseCAP T1000-P Pet Tracker',
|
||
// collapsed: true,
|
||
// collapsible: true,
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Sensor/SenseCAP/SenseCAP_T1000-P/t1000_p_intro',
|
||
// },
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_T1000-P/get_started_with_t1000_p',
|
||
// ],
|
||
// },
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Sensor',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/SenseCAP/SenseCAP_Intro/SenseCAP_Sensor_Intro",
|
||
},
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP LoRaWAN Sensor',
|
||
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP S210X Series',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_S210X_Series/SenseCAP_LoRaWAN_S210X_Series_Sensor',
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_S210X_Series/SenseCAP_S2107',
|
||
{
|
||
type: 'category',
|
||
label: 'Tutorials',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_S210X_Series/tutorial/Connect-S210X-Sensor-to-Microsoft-Azure-IoT-Central',
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_S210X_Series/tutorial/How-to-Connect-SenseCAP-S210X-to-Helium-Network',
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_S210X_Series/tutorial/How-to-Connect-SenseCAP-S210X-to-The-Things-Network',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP S2120 8-in-1 LoRaWAN Weather Sensor',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_S2120_8-in-1_LoRaWAN_Weather_Sensor/SenseCAP_S2120_8-in-1_LoRaWAN_Weather_Sensor_Introduction',
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_S2120_8-in-1_LoRaWAN_Weather_Sensor/Tutorials-Getting_Started_with_SenseCAP_S2120_8-in-1_LoRaWAN_Weather_Sensor',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP A1101',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_A1101/SenseCAP-Vision-AI-Get-Started',
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_A1101/Train-Deploy-AI-Model-A1101',
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_A1101/One-Stop-Model-Training-with-Edge-Impulse',
|
||
'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_A1101/Train-Water-Meter-Digits-Recognition-Model-with-SenseCAP-A1101',
|
||
// 'Sensor/SenseCAP/SenseCAP_LoRaWAN_Sensor/SenseCAP_A1101/Train_and_Deploy_Your_Own_AI_Model_with_Edge_Impulse_into_A1101',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: ' SenseCAP ONE Weather Sensor',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/SenseCAP/SenseCAP_ONE_Weather_Station/ONE_intro",
|
||
},
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_ONE_Weather_Station/SenseCAP-One-Series-Meteorological-Sensors',
|
||
'Sensor/SenseCAP/SenseCAP_ONE_Weather_Station/ORCH-S4-Weather-Station',
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP One Compact Weather Station',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_ONE_Weather_Station/SenseCAP_ONE_Compact_Weather_Station/Introduction',
|
||
'Sensor/SenseCAP/SenseCAP_ONE_Weather_Station/SenseCAP_ONE_Compact_Weather_Station/Tutorials-Getting Started with SenseCAP ONE Compact Weather Sensor',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Sensor Probe',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "Sensor/SenseCAP/SenseCAP_Probe/Probe_intro",
|
||
},
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_Probe/SenseCAP_Sensor_Probes_Product_Catalogue',
|
||
'Sensor/SenseCAP/SenseCAP_Probe/Liquid-Level-Sensor',
|
||
'Sensor/SenseCAP/SenseCAP_Probe/Water-Leak-Detector',
|
||
'Sensor/SenseCAP/SenseCAP_Probe/Industrial-ph-Sensor',
|
||
'Sensor/SenseCAP/SenseCAP_Probe/RS485_Air_Temperature_Humidity_and_Barometric_Pressure_Sensor(S-THP-01A)',
|
||
'Sensor/SenseCAP/SenseCAP_Probe/Soil-Moisture-Temperature-EC-Sensor',
|
||
'Sensor/SenseCAP/SenseCAP_Probe/Soil-Moisture-Temperature-Sensor',
|
||
'Sensor/SenseCAP/SenseCAP_Probe/RS485_500cm_Ultrasonic_Sensor',
|
||
'Sensor/SenseCAP/SenseCAP_Probe/RS485_750cm_Ultrasonic_Sensor-1',
|
||
'Sensor/SenseCAP/Accessories/Industrial-Grade-Optical-Rain-Gauge-RG-15',
|
||
'Sensor/SenseCAP/Accessories/Optical-Rain-Gauge-RG-9',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: ' SenseCAP Sensor Builder',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/SenseCAP/SenseCAP_Sensor_Builder/Build-LoRaWAN-Sensors-SenseCAP-XIAO-Controller-Data-Logger',
|
||
},
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_Sensor_Builder/SenseCAP_Builder_build_LoRaWAN_Sensors',
|
||
'Sensor/SenseCAP/SenseCAP_Sensor_Builder/list_of_seeed_grove_for_builder'
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: ' SenseCAP Data Logger',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/SenseCAP/SenseCAP_Intro/SenseCAP_Data_Logger_Intro',
|
||
},
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_Data_Logger/SenseCAP-Sensor-Hub-Data-Logger',
|
||
'Sensor/SenseCAP/SenseCAP_Data_Logger/Data_Logger',
|
||
{
|
||
type: 'category',
|
||
label: 'Tutorial',
|
||
items: [
|
||
'Sensor/SenseCAP/SenseCAP_Data_Logger/tutorial/How_to_Configure_the_12V_RS485_Sensor_for_S2100_Data_Logger',
|
||
'Sensor/SenseCAP/SenseCAP_Data_Logger/tutorial/How_to_Configure_the_Analog_Sensor_for_S2100_Data_Logger',
|
||
'Sensor/SenseCAP/SenseCAP_Data_Logger/tutorial/How_to_Configure_the_Counter&GPIO_Sensor_for_S2100_Data_Logger',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
'Sensor/SenseCAP/SenseCAP_Decoder',
|
||
{
|
||
type: 'category',
|
||
label: 'Applications',
|
||
items: [
|
||
'Sensor/SenseCAP/Applications/Home_Assistant_X_SenseCAP_LoRaWAN_Sensors',
|
||
'Sensor/SenseCAP/Applications/Develop_an_Industrial_LoRaWAN_Sensor',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Learn',
|
||
items: [
|
||
'Sensor/SenseCAP/Learn/How_to_Select_the_LoRaWAN_Network',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Indicator',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/SenseCAP/SenseCAP_Indicator/Introduction',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'autogenerated',
|
||
dirName: 'Sensor/SenseCAP/SenseCAP_Indicator',
|
||
},
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Watcher',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/SenseCAP/SenseCAP_Watcher/watcher_main_page',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'autogenerated',
|
||
dirName: 'Sensor/SenseCAP/SenseCAP_Watcher',
|
||
},
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'mmWave Radar Sensor',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/mmWave_radar_sensor/mmwave_radar_Intro',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'mmWave for XIAO',
|
||
items: [
|
||
'Sensor/mmWave_radar_sensor/mmwave-for-XIAO/mmwave-for-xiao',
|
||
'Sensor/mmWave_radar_sensor/mmwave-for-XIAO/mmwave-for-xiao_arduino',
|
||
'Sensor/mmWave_radar_sensor/mmwave-for-XIAO/mmwave-for-xiao-connect-to-HA',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'MR24HPC1 mmWave kit',
|
||
items: [
|
||
'Sensor/mmWave_radar_sensor/mr24hpc1-mmwave-kit/mr24hpc1-mmwave_human_kit',
|
||
'Sensor/mmWave_radar_sensor/mr24hpc1-mmwave-kit/mr24hpc1-mmWave_Kit_And_Grove_Connect_To_ESPHome',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'MR60FDA2 mmWave kit',
|
||
items: [
|
||
'Sensor/mmWave_radar_sensor/mr60fda2-mmwave-kit/getting_started_with_mr60fda2',
|
||
'Sensor/mmWave_radar_sensor/mr60fda2-mmwave-kit/ha_with_mr60fda2',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'MR60BHA2 mmWave kit',
|
||
items: [
|
||
'Sensor/mmWave_radar_sensor/mr60bha2-mmwave-kit/getting_started_with_mr60bha2',
|
||
'Sensor/mmWave_radar_sensor/mr60bha2-mmwave-kit/ha_with_mr60bha2',
|
||
],
|
||
},
|
||
'Sensor/mmWave_radar_sensor/Radar_MR24HPC1',
|
||
'Sensor/mmWave_radar_sensor/Radar_MR60BHA1',
|
||
'Sensor/mmWave_radar_sensor/Radar_MR60FDA1',
|
||
'Sensor/mmWave_radar_sensor/Radar_MR24BSD1',
|
||
'Sensor/mmWave_radar_sensor/Radar_MR24HPB1',
|
||
'Sensor/mmWave_radar_sensor/Radar_MR24FDB1',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Series_Introduction',
|
||
},
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Series_Projects',
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO SAMD21',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/Seeeduino-XIAO',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/XIAO-SAMD21-Zephyr-RTOS',
|
||
{
|
||
type: 'category',
|
||
label: 'Programming Language',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/Seeeduino-XIAO-by-Nanase',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/Seeeduino-XIAO-CircuitPython',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/XIAO-SAMD21-MicroPython',
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Embedded ML',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/Embedded ML/Seeeduino-XIAO-TinyML',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'TuTorial',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/Seeeduino-XIAO-TinyUSB',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/XIAO-SPI-Communication-Interface',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/TuTorial/Seeeduino-XIAO-DAPLink',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/TuTorial/How-to-use-Seeeduino-XIAO-to-log-in-to-your-Raspberry-PI',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{ // XIAO RA4M1
|
||
type: 'category',
|
||
label: 'XIAO RA4M1',
|
||
items: [
|
||
{
|
||
type: 'autogenerated',
|
||
dirName: 'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RA4M1',
|
||
}
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO RP2040',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040',
|
||
{
|
||
type: 'category',
|
||
label: 'Programming Language',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-with-Arduino',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-with-MicroPython',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-with-CircuitPython',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-with-NuttX-RTOS',
|
||
],
|
||
},
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/XIAO-RP2040-Zephyr-RTOS',
|
||
{
|
||
type: 'category',
|
||
label: 'Embedded ML',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/Embedded ML/XIAO-RP2040-EI',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{ // XIAO RP2350
|
||
type: 'category',
|
||
label: 'XIAO RP2350',
|
||
items: [
|
||
{
|
||
type: 'autogenerated',
|
||
dirName: 'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2350',
|
||
},
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO nRF52840 (Sense)',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO_BLE',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO-nRF52840-Zephyr-RTOS',
|
||
{
|
||
type: 'category',
|
||
label: 'Programming Language',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO-BLE_CircutPython',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Platform',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO-nRF52840_PlatformIO',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Hardware Usage',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO-BLE-Sense-IMU-Usage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO-BLE-Sense-PDM-Usage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO-BLE_QSPI-Usage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO-BLE-Sense-Pin-Multiplexing',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/XIAO-BLE-Sense-NFC-Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Bluetooth Libraries',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Bluetooth Libraries/XIAO-BLE-Sense-Bluetooth_Usage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Bluetooth Libraries/XIAO-BLE-Sense-Bluetooth-Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Embedded ML',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Embedded ML/XIAOEI',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Embedded ML/XIAO-BLE-PDM-EI',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Embedded ML/XIAO-BLE-Sense-TFLite-Getting-Started',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Embedded ML/XIAO-BLE-Sense-TFLite-Mic',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Application/XIAO-BLE-sidewalk',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Application/XIAO_BLE_HA',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO ESP32C3',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/XIAO_ESP32C3_Getting_Started',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/XIAO_ESP32C3_Pin_Multiplexing',
|
||
// 'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/XIAO_ESP32C3_MicroPython',
|
||
{
|
||
type: 'category',
|
||
label: 'Wireless Connection',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/XIAO_ESP32C3_WiFi_Usage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/XIAO_ESP32C3_Bluetooth_Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Programming Language',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/XIAO-ESP32C3-Zephyr',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/XIAO_ESP32C3_with_CircuitPython',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/XIAO_ESP32C3_with_MicroPython',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/xiao-esp32c3-esphome',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/xiao-esp32c3-prism-display',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/xiaoesp32c3-chatgpt',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/ESP32C3_Smart_Thermostat',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/xiaoesp32c3-flash-storage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/XIAO-ESP32C3-for-ESPHome-Support',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/XIAO_ESP32C3_ESPNOW',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO ESP32C6',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_Getting_Started',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_Pin_Multiplexing',
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wireless Connection',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_WiFi_Usage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_Bluetooth_Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Programming Language',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_Embedded_Swift',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_with_CircuitPython',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Platform',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/XIAO_ESP32C6_with_PlatformIO',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/Application/xiao_esp32c6_aws_iot',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/Application/xiao_esp32c6_kafka',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/Application/xiao_esp32c6_zigbee',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/Application/xiao_esp32c6_zigbee_arduino',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C6/Application/XIAO_ESP32C6_ESPNOW',
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO ESP32S3 (Sense)',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_Getting_Started',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_Pin_Multiplexing',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_Sense_Consumption',
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wireless Connection',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_WiFi_Usage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_Bluetooth_Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Programming Language',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO-ESP32S3-Zephyr-RTOS',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO-ESP32S3-FreeRTOS',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_with_MicroPython',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_CircuitPython',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_Micropython',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Hardware Usage',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3_Sense/XIAO_ESP32S3_Sense_mic',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3_Sense/XIAO_ESP32S3_Sense_tf_and_filesystem',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3_Sense/XIAO_ESP32S3_Sense_camera',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Applications',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Edge Impulse',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/Edgeimpulse/EdgeImpulse',
|
||
},
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/Edgeimpulse/Key_Word_Spotting',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/Edgeimpulse/Image_classification_project',
|
||
],
|
||
},
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/XIAO_ESP32S3_Speech2chatgpt',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/XIAO_ESP32S3_EdgeLab',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/XIAO_ESP32S3_Geolocation',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/XIAO_ESP32S3_Keyword_Spotting',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/XIAO_ESP32S3_ESPHome',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/XIAO_ESP32S3_SSCMA',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/XIAO_ESP32S3_ESPNOW',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Expansion Boards for XIAO',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Round Display for XIAO',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Round-display-for-XIAO/SeeedStudio_Round_Display_for_XIAO',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Round-display-for-XIAO/SeeedStudio_RoundDisplay_Usage',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Round-display-for-XIAO/Draw_dials_with_Display_and_lvgl',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'GPS Module for XIAO',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Introduction',
|
||
// },
|
||
items: [
|
||
{
|
||
type: 'autogenerated',
|
||
dirName: 'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/GPS_Module_For_XIAO',
|
||
},
|
||
]
|
||
},
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Seeeduino-XIAO-Expansion-Board',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/XIAO-CAN-Bus-Expansion-Board',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Grove-Shield-for-Seeeduino-XIAO-embedded-battery-management-chip',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/xiao-rgb-matrix',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/gpio_expander_for_xiao',
|
||
'Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/XIAO-eInk-Expansion-Board',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO + ESP-IDF + ESP-Matter',
|
||
items: [
|
||
'Sensor/SeeedStudio_XIAO/Matter/xiao_esp32_idf_env',
|
||
'Sensor/SeeedStudio_XIAO/Matter/getting_started_with_matter',
|
||
'Sensor/SeeedStudio_XIAO/Matter/xiao_esp32_matter_env',
|
||
'Sensor/SeeedStudio_XIAO/Matter/matter_development_framework_overview',
|
||
],
|
||
},
|
||
'Sensor/SeeedStudio_XIAO/PCB_Design_XIAO',
|
||
{
|
||
type: 'category',
|
||
label: 'Kit with Courses',
|
||
items: ['Sensor/SeeedStudio_XIAO/Kit_with_Courses/XIAO-Kit-Courses'],
|
||
},
|
||
'Sensor/SeeedStudio_XIAO/XIAO_FAQ',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Terminal',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/Wio_Terminal/Wio_Terminal_Intro',
|
||
},
|
||
items: [
|
||
'Sensor/Wio_Terminal/Wio-Terminal-Getting-Started',
|
||
'Sensor/Wio_Terminal/Wio-Terminal-CircuitPython',
|
||
'Sensor/Wio_Terminal/Software-FreeRTOS',
|
||
'Sensor/Wio_Terminal/wio_terminal_faq',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'ArduPy with Wio Terminal',
|
||
// collapsed: true,
|
||
// collapsible: true,
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Sensor/Wio_Terminal/ArduPy/ArduPy',
|
||
// },
|
||
// items: [
|
||
// 'Sensor/Wio_Terminal/ArduPy/ArduPy-LCD',
|
||
// 'Sensor/Wio_Terminal/ArduPy/ArduPy-Libraries',
|
||
// ],
|
||
// },
|
||
{
|
||
type: 'category',
|
||
label: 'Hardware Overview',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'LCD Usage',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-Overview',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-Basic',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-Graphics',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-Fonts',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-Anti-aliased-Fonts',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-Loading-Image',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-Linecharts',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-Histogram',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LCD-APIs',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/Wio-Terminal-LVGL',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Input/Output',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Input&Output/Wio-Terminal-IO-Overview',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Input&Output/Wio-Terminal-IO-Analog',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Input&Output/Wio-Terminal-IO-Digital',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Input&Output/Wio-Terminal-IO-I2C',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Input&Output/Wio-Terminal-IO-SPI',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Input&Output/Wio-Terminal-Grove',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'IMU Usage',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/IMU/Wio-Terminal-IMU-Overview',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/IMU/Wio-Terminal-IMU-Basic',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/IMU/Wio-Terminal-IMU-Tapping',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SD Card',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/SD_Card/Wio-Terminal-FS-Overview',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/SD_Card/Wio-Terminal-FS-ReadWrite',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wi-Fi',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Wi-Fi/Wio-Terminal-Network-Overview',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Wi-Fi/Wio-Terminal-Wi-Fi',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Wi-Fi/Wio-Terminal-Advanced-Wi-Fi',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Bluetooth',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Bluetooth/Wio-Terminal-Bluetooth-Overview',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Bluetooth/Wio-terminal-BLE-introduction',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Bluetooth/Wio-Terminal-Web-Bluetooth',
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Bluetooth/BLE-ibeacon-using-Wio-terminal',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'RTC',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/RTC/Wio-Terminal-RTC',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Buttons',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Buttons/Wio-Terminal-Buttons',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '5 Way Switch',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/five_Way_Switch/Wio-Terminal-Switch',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Light Sensor',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Light_Sensor/Wio-Terminal-Light',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Infrared Emitter',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Infrared_Emitter/Wio-Terminal-Infrared-Emitter',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Microphone',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Microphone/Wio-Terminal-Mic',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Buzzer',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Hardware_Overview/Buzzer/Wio-Terminal-Buzzer',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Easy IoT',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Application/Easy_IoT/Connect-Wio-Terminal-to-Microsoft-Azure-IoT-Central',
|
||
'Sensor/Wio_Terminal/Application/Easy_IoT/Wio-Terminal-Azure-IOT',
|
||
'Sensor/Wio_Terminal/Application/Easy_IoT/Connect-Wio-Terminal-to-Google-Cloud-IoT-Core',
|
||
'Sensor/Wio_Terminal/Application/Easy_IoT/Get-Started-with-Wio-Terminal-and-Wappsto-IoT',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Embedded ML ',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Projects based Edge Impulse ',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/Wio-Terminal-TinyML-EI-1',
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/Wio-Terminal-TinyML-EI-2',
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/Wio-Terminal-TinyML-EI-3',
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/Wio-Terminal-TinyML-EI-4',
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/Wio-Terminal-TinyML-EI-5',
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/Wio-Terminal-TinyML-EI-6',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Projects based TensorFlow Lite',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_TensorFlow_Lite/Wio-Terminal-TinyML-TFLM-1',
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_TensorFlow_Lite/Wio-Terminal-TinyML-TFLM-2',
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_TensorFlow_Lite/Wio-Terminal-TinyML-TFLM-3',
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_TensorFlow_Lite/Wio-Terminal-Gesture-Recognition',
|
||
],
|
||
},
|
||
'Sensor/Wio_Terminal/Application/Embedded_ML/AIoTs_GPS_state_tester',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Extension Board',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Extension_Board/Wio-Terminal-Battery-Chassis',
|
||
'Sensor/Wio_Terminal/Extension_Board/Wio-Terminal-Chassis-Battery_650mAh',
|
||
'Sensor/Wio_Terminal/Extension_Board/Wio_Terminal_LoRaWan_Chassis_with_Antenna-built-in_LoRa-E5_and_GNSS_EU868_US915',
|
||
'Sensor/Wio_Terminal/Extension_Board/Wio-Terminal-Ethernet',
|
||
{
|
||
type: 'category',
|
||
label: 'Audio Extension Board',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Extension_Board/Audio_Extension_Board/Wio-Terminal-Audio-Overview',
|
||
'Sensor/Wio_Terminal/Extension_Board/Audio_Extension_Board/Wio-Terminal-Audio-Play-Record',
|
||
'Sensor/Wio_Terminal/Extension_Board/Audio_Extension_Board/Wio-Terminal-Audio-GUI',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Kit with Courses',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Kit_with_Courses/Wio-Terminal-TinyML-Kit-Course',
|
||
'Sensor/Wio_Terminal/Kit_with_Courses/Wio-Terminal-TinyML',
|
||
'Sensor/Wio_Terminal/Kit_with_Courses/Introduction_to_Artificial_Intelligence_for_Makers',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Tutorial',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Firmware',
|
||
'Sensor/Wio_Terminal/Tutorial/Azure_IoT_CC',
|
||
{
|
||
type: 'category',
|
||
label: 'Blynk for Wio Terminal',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Tutorial/Blynk_for_Wio_Terminal/Wio-Terminal-Blynk',
|
||
'Sensor/Wio_Terminal/Tutorial/Blynk_for_Wio_Terminal/Blynk-wireless-OTA-functionality-to-Wio-Terminal',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Terminal USB Host',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Host/Wio-Terminal-USBH-Overview',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Host/Wio-Terminal-USBH-Keyboard',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Host/Wio-Terminal-USBH-Mouse',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Host/Wio-Terminal-USBH-Xbox',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Terminal USB Client',
|
||
items: [
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/Wio-Terminal-USBCLIENT-Overview',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/Wio-Terminal-USBCLIENT-Keyboard',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/Wio-Terminal-USBCLIENT-Mouse',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/Wio-Terminal-USBCLIENT-MIDI',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/Wio-Terminal-HMI-Usermode-SDK',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/Wio-Terminal-DAPLink',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/Wio-Terminal-Reading-Raspberry-Pi',
|
||
],
|
||
},
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Displaying-Gyro',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Storting-Analog-Data',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Displaying-Photos',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Interactive-Face',
|
||
'Sensor/Wio_Terminal/Tutorial/Barometric-Pressure-sensor-using-the-Wio-terminal',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Reading-COVID19',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Thermal-Camera',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-HMI',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Sound-Meter',
|
||
'Sensor/Wio_Terminal/Tutorial/Getting_started_wizard',
|
||
'Sensor/Wio_Terminal/Tutorial/Edge-Impulse-Tuner',
|
||
'Sensor/Wio_Terminal/Tutorial/Wio-Terminal-Reading-Github',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
|
||
|
||
// {
|
||
// type: 'category',
|
||
// label: 'SenseCAP Indicator',
|
||
// collapsed: true,
|
||
// collapsible: true,
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Sensor/SenseCAP/SenseCAP_Indicator/Get_Started_with_SenseCAP_Indicator/Introduction',
|
||
// },
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Get_Started_with_SenseCAP_Indicator/Introduction',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Setup Guide',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Get_Started_with_SenseCAP_Indicator/Native_Firmware',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'OpenAI X SenseCAP Indicator',
|
||
// // link: {
|
||
// // type: "doc",
|
||
// // id: 'Sensor/SenseCAP/SenseCAP_Indicator/Get_Started_with_SenseCAP_Indicator/OpenAI_X_SenseCAP_Indicator/Overview',
|
||
// // },
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Get_Started_with_SenseCAP_Indicator/OpenAI_X_SenseCAP_Indicator/Overview',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Get_Started_with_SenseCAP_Indicator/OpenAI_X_SenseCAP_Indicator/How_to_Set_the_API_Key',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Get_Started_with_SenseCAP_Indicator/OpenAI_X_SenseCAP_Indicator/ChatGPT_Indicator',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Get_Started_with_SenseCAP_Indicator/OpenAI_X_SenseCAP_Indicator/DALL·E_AI_Picture_Generator',
|
||
// ],
|
||
// },
|
||
// ],
|
||
// },
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Development Tutorial',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Dive_into_the_Hardware',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/How_to_Create_your_own_UI',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Develop with ESP32-S3',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_ESP32-S3/Four-inch_Touch_Screen',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_ESP32-S3/Wi-Fi',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_ESP32-S3/BLE',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_ESP32-S3/Button',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_ESP32-S3/LoRa',
|
||
// ],
|
||
// },
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Develop with RP2040',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_RP2040/CO2_Sensor_Built-in',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_RP2040/tVOC_Sensor_Built-in',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_RP2040/Buzzer',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_RP2040/Micro_SD',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Grove',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_RP2040/Grove/Grove_ADC',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/Develop_with_RP2040/Grove/Grove_IIC',
|
||
// ],
|
||
// },
|
||
// ],
|
||
// },
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Development_Tutorial/SenseCAP_Indicator_Arduino',
|
||
// ],
|
||
// },
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/How_To_Flash_The_Default_Firmware',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Application',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Application/OpenAI',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Application/Home_Assistant',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Application/LoRa',
|
||
// 'Sensor/SenseCAP/SenseCAP_Indicator/Application/Matter',
|
||
// ],
|
||
// },
|
||
// ],
|
||
// },
|
||
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'ReSpeaker Lite',
|
||
items: [
|
||
'Sensor/ReSpeaker_Lite/reSpeaker_lite_introduction',
|
||
{
|
||
type: 'category',
|
||
label: 'ReSpeaker Lite with XIAO ESP32S3',
|
||
link: {
|
||
type: "doc",
|
||
id: 'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/xiao_respeaker',
|
||
},
|
||
items: [
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_i2s_test',
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_rgb_test',
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_volume',
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_button',
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_record_and_play',
|
||
// 'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_i2s_rgb',
|
||
{
|
||
type: 'doc',
|
||
id:'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_streams_generator',
|
||
label: 'Streams Generator',
|
||
},
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_streams_print',
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_streams_memory',
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_player_spiffs',
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_streams_mqtt',
|
||
'Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/respeaker_streams_i2s_tflite',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Sensor/ReSpeaker_Lite/Application/respeaker_lite_ha',
|
||
'Sensor/ReSpeaker_Lite/Application/respeaker_lite_pi5',
|
||
],
|
||
},
|
||
'Sensor/ReSpeaker_Lite/respeaker_enclosure',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Other Sensing Modules',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Sensors',
|
||
items: [
|
||
'Sensor/Beyond_Grove/Sensors/Ultra_Sonic_range_measurement_module',
|
||
'Sensor/Beyond_Grove/Sensors/Water-Flow-Sensor',
|
||
'Sensor/Beyond_Grove/Sensors/Weight_Sensor_Load_Cell_0-500g',
|
||
'Sensor/Beyond_Grove/Sensors/G1_Water_Flow_Sensor',
|
||
'Sensor/Beyond_Grove/Sensors/G1_and_2_inch_Water_Flow_Sensor',
|
||
'Sensor/Beyond_Grove/Sensors/G1-8_Water_Flow_Sensor',
|
||
'Sensor/Beyond_Grove/Sensors/G3-4_Water_Flow_sensor',
|
||
'Sensor/Beyond_Grove/Sensors/M11_1.25_Water_flow_Sensor',
|
||
'Sensor/Beyond_Grove/Sensors/PIR_Motion_Sensor_Large_Lens_version',
|
||
'Sensor/Beyond_Grove/Sensors/Photo_Reflective_Sensor',
|
||
'Sensor/Beyond_Grove/Sensors/Photo_interrupter_OS25B10',
|
||
'Sensor/Beyond_Grove/Sensors/Piezo_Sensor-MiniSense_100',
|
||
'Sensor/Beyond_Grove/Sensors/RF-Transmitter-and-Receiver-Link-Kit-315MHz-433MHz',
|
||
'Sensor/Beyond_Grove/Sensors/Gear_Stepper_Motor_Driver_Pack',
|
||
'Seeed_Elderly/Radar_Sensor/Microwave-Sensor-24GHz-Doppler-Radar-Motion-Sensor-MW2401TR11',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Sensor Network',
|
||
items: [
|
||
'Sensor/Beyond_Grove/Sensor_Network/2KM_Long_Range_RF_link_kits_w_encoder_and_decoder',
|
||
'Sensor/Beyond_Grove/Sensor_Network/315Mhz_RF_link_kit',
|
||
'Sensor/Beyond_Grove/Sensor_Network/315MHz_Simple_RF_Link_Kit',
|
||
'Sensor/Beyond_Grove/Sensor_Network/315Mhz_Wireless_car_key_fob_with_key_chain',
|
||
'Sensor/Beyond_Grove/Sensor_Network/315Mhz_remote_relay_switch_kits-2_channels',
|
||
'Sensor/Beyond_Grove/Sensor_Network/433Mhz_RF_Link_Kit',
|
||
'Sensor/Beyond_Grove/Sensor_Network/SDLogger-Open_Hardware_Data_Logger',
|
||
'Sensor/Beyond_Grove/Sensor_Network/WiFi_Serial_Transceiver_Module',
|
||
'Sensor/Beyond_Grove/Sensor_Network/Wireless_Sensor_Node-Solar_Kit',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'EcoEye_Vision_Camera',
|
||
items: [
|
||
'Sensor/Beyond_Grove/EcoEye_Embedded_Vison_Camera/Get_Started_with_EcoEye',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Accessories',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Charge',
|
||
items: [
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Essentials',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Battery_Detector_with_Polymer_Lithium_Ion_1050mAh_3.7V',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Battery_Detector_with_Polymer_Lithium_Ion_5100mAh_3.8V',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Lipo_Rider_Pro',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Lipo-Rider-Plus',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Lipo_Rider_V1.3',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/DC_framework_miniature_solenoid_VL-0063',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/DC_framework_solenoid_HCNE1-0520',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/DC_framework_solenoid_HCNE1-0630',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/0.5w_Solar_Panel_55x70',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/1.5W_Solar_Panel_81x137',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/1w_Solar_Panel_80x100',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/2.5W_Solar_Panel_116x160',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/3W_Solar_Panel_138x160',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/3.6V_Micro_hydro_generator',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Bicycle_Dynamo_With_Bracket-6V_3W',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Battery_kit_3.7V_520_mAh',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Logic_DC_Jack',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Qi_Wireless_Charger_Transmitter',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Lipo_Rider',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/Lipo_Rider_V1.1',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/5V-3.3V_Breadboard_Power_Supply',
|
||
'Sensor/Beyond_Grove/Accessories/Charge/5V-3.3V_Breadboard_Power_Supply_v1.1',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Input/Output',
|
||
items: [
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/USB_To_Uart_5V_3V3',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/125Khz_RFID_module-UART',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/13.56Mhz_RFID_module-IOS-IEC_14443_type_a',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/AVR_USB_Programmer',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/Scream_out_loud-110dBA_fixed_tone_Siren',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/2.8inch-TFT_Touch_Shield_V1.0',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/USB_To_Uart_3V3',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/USB_To_Uart_5V',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/Bus_Pirate_v3_assembled',
|
||
'Sensor/Beyond_Grove/Accessories/Input_Output/Codec-Adaptive_Wireless_Relay',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Current',
|
||
items: [
|
||
'Sensor/Beyond_Grove/Accessories/Current/Adjustable_DC_DC_Power_Converter_1V-12V-1.5A',
|
||
'Sensor/Beyond_Grove/Accessories/Current/Capacitance_Meter_Kit',
|
||
'Sensor/Beyond_Grove/Accessories/Current/RS-232_To_TTL_Conveter-MAX3232IDR',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Case',
|
||
items: [
|
||
'Sensor/Beyond_Grove/Accessories/Case/Bracket_for_Infrared_Proximity_Sensor',
|
||
'Sensor/Beyond_Grove/Accessories/Case/Shield-MaTrix-V0.9b',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'LED',
|
||
items: ['Sensor/Beyond_Grove/Accessories/LED/FSM-55'],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Tools',
|
||
items: [
|
||
'Sensor/Beyond_Grove/Accessories/Tools/Bluetooth_Multimeter',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Nano',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/Dfu-util',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/Replacement_LCD_Screen_for_DSO_nano',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Nano_v3',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Nano-Development',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Nano-OpenOCD_gdb',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Nano-Qemu_gdb',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Nano-gcc',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Quad',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Quad_Manual_by_the_community',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Quad-Beta_HW',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Quad-Building_Firmware',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/DSO_Quad-Calibration',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/Mini_Soldering_Iron',
|
||
'Sensor/Beyond_Grove/Accessories/Tools/RF_Explorer_Software',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Display',
|
||
items: [
|
||
'Sensor/Beyond_Grove/Accessories/Display/1-69inch_LCD_SPI_display',
|
||
'Sensor/Beyond_Grove/Accessories/Display/1-47inch_LCD_SPI_display',
|
||
'Sensor/Beyond_Grove/Accessories/Display/LCD_16-2_Characters-Green_Yellow_back_light',
|
||
'Sensor/Beyond_Grove/Accessories/Display/LCD_8-2_Characters-Blue_back_light',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Other Microcontrollers',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Series',
|
||
items: [
|
||
'Sensor/Wio_Series/Wio',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Wio-E5',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio-E5/LoRa_E5_mini',
|
||
// 'Sensor/Wio_Series/Wio-E5/LoRa_E5_Dev_Board',
|
||
// 'Sensor/Wio_Series/Wio-E5/LoRa-E5_STM32WLE5JC_Module',
|
||
// ],
|
||
// },
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Wio-SX1262',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio_SX1262/Introduction',
|
||
// //'Sensor/Wio_Series/Wio_SX1262/How_to_build_a_lora_sensor',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Wio SX1262 with XIAO ESP32S3 Kit',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio_SX1262/Wio_SX1262_with_XIAO_ESP32S3_Kit/Introduction',
|
||
// 'Sensor/Wio_Series/Wio_SX1262/Wio_SX1262_with_XIAO_ESP32S3_Kit/Get_Started_meshtastic',
|
||
// 'Sensor/Wio_Series/Wio_SX1262/Wio_SX1262_with_XIAO_ESP32S3_Kit/Single_Channel_LoRaWAN_Gateway',
|
||
// 'Sensor/Wio_Series/Wio_SX1262/Wio_SX1262_with_XIAO_ESP32S3_Kit/LoRaWAN_Sensor_Node',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'LoRaWAN Network Server',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio_SX1262/Wio_SX1262_with_XIAO_ESP32S3_Kit/Lorawan_network_server/TTN',
|
||
// 'Sensor/Wio_Series/Wio_SX1262/Wio_SX1262_with_XIAO_ESP32S3_Kit/Lorawan_network_server/Chirpstack',
|
||
// ],
|
||
// },
|
||
// ],
|
||
// },
|
||
// ],
|
||
// },
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Wio Tracker 1110 Dev Board',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/Introduction',
|
||
// 'Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/Get_Started',
|
||
// 'Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/Connect_to_TTN',
|
||
// 'Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/LoRa_Locator',
|
||
// 'Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/Connect_1110_to_HA',
|
||
// 'Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/change_antenna_path',
|
||
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Development Tutorial',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/Development_Tutorial/Setup_toolchain',
|
||
// ],
|
||
// },
|
||
// ],
|
||
// },
|
||
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Wio WM1110 Dev Kit',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio-WM1110_Dev_Kit/Introduction',
|
||
// 'Sensor/Wio_Series/Wio-WM1110_Dev_Kit/Get_Started_with_Wio-WM1110_Dev_Kit',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Development Tutorial',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio-WM1110_Dev_Kit/Development_Tutorial/Hardware_Overview',
|
||
// ],
|
||
// },
|
||
// ],
|
||
// },
|
||
{
|
||
type: 'category',
|
||
label: 'LPWAN Dev Kit for Sidewalk',
|
||
items: [
|
||
'Sensor/Wio_Series/LPWAN_Dev_Kit_for_Sidewalk/LPWAN_Dev_Kit_for_Sidewalk',
|
||
'Sensor/Wio_Series/LPWAN_Dev_Kit_for_Sidewalk/Switch_to_Wio_Tracker',
|
||
],
|
||
},
|
||
|
||
|
||
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Wio WM1302',
|
||
// items: [
|
||
// 'Sensor/Wio_Series/Wio_WM1302/WM1302_module',
|
||
// 'Sensor/Wio_Series/Wio_WM1302/WM1302_Pi_HAT',
|
||
// ],
|
||
// },
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wio RP2040',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Wio RP2040 Module',
|
||
items: [
|
||
'Sensor/Wio_Series/Wio_RP2040/Wio_RP2040_Module/Wio_RP2040_Module_Build-in_Wireless_2.4G',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wio RP2040 mini Dev Board',
|
||
items: [
|
||
'Sensor/Wio_Series/Wio_RP2040/Wio_RP2040_mini_Dev_Board/Wio_RP2040_mini_Dev_Board-Onboard_Wifi',
|
||
'Sensor/Wio_Series/Wio_RP2040/Wio_RP2040_mini_Dev_Board/Wio-RP2040-with-Arduino-WIFI',
|
||
'Sensor/Wio_Series/Wio_RP2040/Wio_RP2040_mini_Dev_Board/LAN_Communications',
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Sensor/Wio_Series/Wio_RP2040/Wio_RP2040_mini_Dev_Board/Application/Use_MQTT_to_remotely_light_up_LED_lights',
|
||
'Sensor/Wio_Series/Wio_RP2040/Wio_RP2040_mini_Dev_Board/Application/Use_Socket_to_connect_to_the_forum',
|
||
'Sensor/Wio_Series/Wio_RP2040/Wio_RP2040_mini_Dev_Board/Application/Wireless-Fall-Detection-Device',
|
||
'Sensor/Wio_Series/Wio_RP2040/Wio_RP2040_mini_Dev_Board/Application/Wireless-desktop-atmosphere-lamp',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Link',
|
||
items: [
|
||
'Sensor/Wio_Series/Wio_Link/Wio_Link',
|
||
'Sensor/Wio_Series/Wio_Link/Wio_Link_Bootcamp_Kit',
|
||
'Sensor/Wio_Series/Wio_Link/Wio_Link_Deluxe_Kit',
|
||
'Sensor/Wio_Series/Wio_Link/Wio_Link_Deluxe_Plus_Kit',
|
||
'Sensor/Wio_Series/Wio_Link/Wio_Link_Environment_Kit',
|
||
'Sensor/Wio_Series/Wio_Link/Wio_Link_Event_Kit',
|
||
'Sensor/Wio_Series/Wio_Link/Wio_Link_Starter_Kit',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Tracker',
|
||
items: [
|
||
'Sensor/Wio_Series/Wio_Tracker/Wio_Tracker',
|
||
'Sensor/Wio_Series/Wio_Tracker/Wio_LTE_Cat.1',
|
||
'Sensor/Wio_Series/Wio_Tracker/wio_gps_board',
|
||
'Sensor/Wio_Series/Wio_Tracker/LTE_Cat_1_Pi_HAT',
|
||
'Sensor/Wio_Series/Wio_Tracker/Wio_LTE_Cat_M1_NB-IoT_Tracker',
|
||
'Sensor/Wio_Series/Wio_Tracker/Wio-Extension-RTC',
|
||
'Sensor/Wio_Series/Wio_Tracker/Grove_Starter_Kit_for_Wio_LTE',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Lite',
|
||
items: [
|
||
'Sensor/Wio_Series/Wio_Lite/Wio-Lite-AI-Getting-Started',
|
||
'Sensor/Wio_Series/Wio_Lite/Wio-Lite-W600',
|
||
'Sensor/Wio_Series/Wio_Lite/Wio-Lite-MG126',
|
||
'Sensor/Wio_Series/Wio_Lite/Wio_Lite_RISC_V_GD32VF103_with_ESP8266',
|
||
'Sensor/Wio_Series/Wio_Lite/Grove-Shield-for-Wio-Lite',
|
||
'Sensor/Wio_Series/Wio_Lite/Grove_Base_Shield_for_NodeMCU_V1.0',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Node',
|
||
items: ['Sensor/Wio_Series/Wio_Node/Wio_Node'],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Seeeduino Series',
|
||
items: [
|
||
'Sensor/Seeeduino Series/Getting_Started_with_Seeeduino',
|
||
'Sensor/Seeeduino Series/Seeed_Arduino_Boards',
|
||
'Sensor/Seeeduino Series/Seeeduino_Buying_Guide',
|
||
{
|
||
type: 'category',
|
||
label: 'Seeeduino',
|
||
items: [
|
||
'Sensor/Seeeduino Series/Seeeduino/Seeeduino_v4.2',
|
||
'Sensor/Seeeduino Series/Seeeduino/Seeeduino_v4.0',
|
||
'Sensor/Seeeduino Series/Seeeduino/Seeeduino_V2.2_Atmega-168P',
|
||
'Sensor/Seeeduino Series/Seeeduino/Seeeduino_V2.2',
|
||
'Sensor/Seeeduino Series/Seeeduino/Seeeduino_v2.21',
|
||
'Sensor/Seeeduino Series/Seeeduino/Seeeduino_v3.0',
|
||
'Sensor/Seeeduino Series/Seeeduino/Seeeduino',
|
||
],
|
||
},
|
||
'Sensor/Seeeduino Series/Seeeduino_Cloud',
|
||
'Sensor/Seeeduino Series/Seeeduino-Cortex-M0',
|
||
'Sensor/Seeeduino Series/Seeeduino_Ethernet',
|
||
'Sensor/Seeeduino Series/Seeeduino_GPRS',
|
||
'Sensor/Seeeduino Series/Seeeduino_Lite',
|
||
'Sensor/Seeeduino Series/Seeeduino_LoRAWAN',
|
||
'Sensor/Seeeduino Series/Seeeduino_Lotus',
|
||
'Sensor/Seeeduino Series/Seeeduino_Lotus_Cortex-M0-',
|
||
'Sensor/Seeeduino Series/Seeeduino_Mega',
|
||
'Sensor/Seeeduino Series/Seeeduino_Mega_Protoshield_Kit',
|
||
'Sensor/Seeeduino Series/Seeeduino-Nano',
|
||
{
|
||
type: 'category',
|
||
label: 'Seeeduino Stalker',
|
||
items: [
|
||
'Sensor/Seeeduino Series/Seeeduino Stalker/Seeeduino_Stalker_V3-Waterproof_Solar_Kit',
|
||
'Sensor/Seeeduino Series/Seeeduino Stalker/Seeeduino_Stalker_V3.1',
|
||
'Sensor/Seeeduino Series/Seeeduino Stalker/Seeeduino_Stalker_v3_enclosure',
|
||
'Sensor/Seeeduino Series/Seeeduino Stalker/Seeeduino_Stalker_v1.0',
|
||
'Sensor/Seeeduino Series/Seeeduino Stalker/Seeeduino_Stalker_v2.3',
|
||
'Sensor/Seeeduino Series/Seeeduino Stalker/Seeeduino_Stalker',
|
||
'Sensor/Seeeduino Series/Seeeduino Stalker/Seeeduino-Stalker_v3',
|
||
],
|
||
},
|
||
'Sensor/Seeeduino Series/SeeedStudio-GD32-RISC-V-Dev-Board',
|
||
'Sensor/Seeeduino Series/Seeeduino-Crypto-ATmega4809-ECC608',
|
||
'Sensor/Seeeduino Series/Seeeduino_Arch',
|
||
'Sensor/Seeeduino Series/Seeeduino_Arch_V1.0',
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Sensor/Seeeduino Series/Application/Driver_for_Seeeduino',
|
||
'Sensor/Seeeduino Series/Application/FM_Receiver',
|
||
'Sensor/Seeeduino Series/Application/Grove-SGP41-with-AHT20'
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Kit with Courses',
|
||
items: [
|
||
'Sensor/Seeeduino Series/Kit with Courses/Grove_IoT_Starter_Kits_Powered_by_AWS',
|
||
'Sensor/Seeeduino Series/Kit with Courses/Seeeduino_Cloud_and_Grove_IoT_Starter_Kit_Powered_by_AWS',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'LinkIt',
|
||
items: [
|
||
'Seeed_Elderly/LinkIt/LinkIt',
|
||
'Seeed_Elderly/LinkIt/LinkIt_Smart_7688',
|
||
'Seeed_Elderly/LinkIt/LinkIt_Smart_7688_Duo',
|
||
'Seeed_Elderly/LinkIt/Linkit_Connect_7681',
|
||
'Seeed_Elderly/LinkIt/Breakout_for_LinkIt_Smart_7688',
|
||
'Seeed_Elderly/LinkIt/Breakout_for_LinkIt_Smart_7688_v2.0',
|
||
'Seeed_Elderly/LinkIt/Arduino_Breakout_for_LinkIt_Smart_7688_Duo',
|
||
'Seeed_Elderly/LinkIt/Grove_Breakout_for_LinkIt_Smart_7688_Duo',
|
||
'Seeed_Elderly/LinkIt/Grove_Starter_kit_for_LinkIt_Smart7688_Duo',
|
||
{
|
||
type: 'category',
|
||
label: 'Linklt ONE',
|
||
items: [
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-Analog_Interface',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-Colorful_World',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-Get_temperature_with_Webpage',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-Hello_World',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-Light-Sensor',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-Marquee',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt-ONE-Tutorial---Mini-Servo',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-Push_Button',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-SMS_control_the_LED',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/LinkIt_ONE_Tutorial-The_Basics',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/Sidekick_Basic_Kit_for_LinkIt_ONE',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/Grove-Starter_Kit_for_LinkIt_ONE',
|
||
'Seeed_Elderly/LinkIt/Linklt ONE/Secret_Box',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Arch',
|
||
items: [
|
||
'Sensor/Arch/Arch_Mix',
|
||
'Sensor/Arch/Arch_V1.1',
|
||
'Sensor/Arch/Arch_Pro',
|
||
'Sensor/Arch/Arch_BLE',
|
||
'Sensor/Arch/Arch_Link',
|
||
'Sensor/Arch/Arch_GPRS',
|
||
'Sensor/Arch/Arch_GPRS_V2',
|
||
'Sensor/Arch/Arch_Max',
|
||
'Sensor/Arch/Arch_Max_v1.1',
|
||
'Sensor/Arch/Heart-Sound_Sensor',
|
||
'Sensor/Arch/Grove-Starter_Kit_for_mbed',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Azure Sphere MT3620',
|
||
items: [
|
||
'Sensor/Azure Sphere MT3620/Azure_Sphere_MT3620_Development_Kit',
|
||
'Sensor/Azure Sphere MT3620/Grove_Starter_Kit_for_Azure_Sphere_MT3620_Development_Kit',
|
||
'Sensor/Azure Sphere MT3620/MT3620_Ethernet_Shield_v1.0',
|
||
'Sensor/Azure Sphere MT3620/MT3620_Mini_Dev_Board',
|
||
'Sensor/Azure Sphere MT3620/MT3620_Grove_Breakout',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'IOT Button for AWS',
|
||
items: ['Sensor/IOT_Button_For_AWS/SEEED-IOT-BUTTON-FOR-AWS'],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Pi Pico',
|
||
items: ['Sensor/Pi_Pico/Grove-Starter-Kit-for-Raspberry-Pi-Pico'],
|
||
},
|
||
],
|
||
},
|
||
|
||
// {
|
||
|
||
// type: 'doc',
|
||
// label: '--Network--',
|
||
// id: 'Sensor_Network',
|
||
|
||
// },
|
||
|
||
// {
|
||
// type: 'html',
|
||
// value: `
|
||
// <style>
|
||
// .sub_item {
|
||
// width: 275px;
|
||
// display:inline-block;
|
||
// text-align:center;
|
||
// font-size:20px;
|
||
// margin-top: 10px;
|
||
// }
|
||
// </style>
|
||
// <div style="width:100px;text-align:center">
|
||
// <div class="sub_item"><strong> Network </strong></div>
|
||
// </div>
|
||
// `,
|
||
// },
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'Network',
|
||
label: 'Network',
|
||
className: 'sideboard_calss',
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Meshtastic Network',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Network/Meshtastic_Network/meshtastic_intro',
|
||
},
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Tracker 1110 Meshtastic Kit',
|
||
items: [
|
||
'Network/Meshtastic_Network/wio_tracker_kit/meshtastic_kit_wio_tracker_1110',
|
||
{
|
||
type: 'doc',
|
||
id:'Network/Meshtastic_Network/wio_tracker_kit/flash_meshtastic_kit',
|
||
label: 'Flash Firmware',
|
||
},
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'T1000-E Tracker',
|
||
items: [
|
||
'Network/Meshtastic_Network/T1000-E/t1000_e_intro',
|
||
{
|
||
type: 'doc',
|
||
id:'Network/Meshtastic_Network/T1000-E/sensecap_t1000_e',
|
||
label: 'Get Started with T1000-E',
|
||
},
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Indicator for Meshtastic',
|
||
items: [
|
||
'Network/Meshtastic_Network/SenseCAP_Indicator/sensecap_indicator_meshtastic',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'LoRa Wio Series',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
{
|
||
type: 'autogenerated',
|
||
dirName: 'Network/LoRa_Wio_Series',
|
||
},
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Gateway',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Network/SenseCAP_Network/SenseCAP_Gateway_Intro',
|
||
},
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP M2 Multi-Platform Gateway',
|
||
items: [
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/SenseCAP_M2_Multi_Platform_Overview',
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/SenseCAP_M2_MP_Gateway_LNS_Configuration',
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/Quick_Start',
|
||
{
|
||
type: 'category',
|
||
label: 'Tutorial',
|
||
items: [
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/Tutorial/Connect-M2-Multi-Platform-Gateway-to-AWS-IoT',
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/Tutorial/Connect-M2-Multi-Platform-Gateway-to-The-Things-Network',
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Multi_Platform/Tutorial/Connect-M2-Multi-Platform-Gateway-to-ChirpStack',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Helium Gateway',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP M1 Gateway',
|
||
items: [
|
||
'Network/SenseCAP_Network/SenseCAP_M1-Helium_gateway/SenseCAP_M1_Overview',
|
||
'Network/SenseCAP_Network/SenseCAP_M1-Helium_gateway/SenseCAP_M1_Quick_Start',
|
||
'Network/SenseCAP_Network/SenseCAP_M1-Helium_gateway/SenseCAP_M1_Local_Console',
|
||
'Network/SenseCAP_Network/SenseCAP_M1-Helium_gateway/SenseCAP_M1_FAQ',
|
||
'Network/SenseCAP_Network/SenseCAP_M1-Helium_gateway/SenseCAP_M1_Troubleshooting',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP M2 Data Only',
|
||
items: [
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Data_Only-Helium_gateway/SenseCAP_M2_Data_Only_Overview',
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Data_Only-Helium_gateway/SenseCAP_M2_Data_Only_Quick_Start',
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Data_Only-Helium_gateway/M2_Local_Console',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP M2 Light Gateway',
|
||
items: [
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Light_Gateway/SenseCAP_M2_Light_Gateway_Overview',
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Light_Gateway/SenseCAP_M2_Light_Gateway_Quick_Start',
|
||
'Network/SenseCAP_Network/SenseCAP_M2_Light_Gateway/SenseCAP_M2_Light_Gateway_FAQ',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Flux Gateway',
|
||
items: [
|
||
'Network/SenseCAP_Network/SenseCAP_M4_Square-Flux_gateway/SenseCAP_M4_Overview',
|
||
'Network/SenseCAP_Network/SenseCAP_M4_Square-Flux_gateway/SenseCAP_M4_Quick_Start',
|
||
'Network/SenseCAP_Network/SenseCAP_M4_Square-Flux_gateway/SenseCAP_M4_FAQ',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Outdoor Gateway',
|
||
items: [
|
||
'Network/SenseCAP_Network/SenseCAP_LoRaWAN_Outdoor_Gateway/SenseCAP_LoRaWAN_Outdoor_Gateway_Overview',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP K1100',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Network/SenseCAP_K1100/SenseCAP_K1100_Intro',
|
||
},
|
||
items: [
|
||
'Network/SenseCAP_K1100/K1100-quickstart',
|
||
'Network/SenseCAP_K1100/K1100_Getting_Started',
|
||
{
|
||
type: 'category',
|
||
label: 'LoRaWAN-Network Application',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Sensors Basic Usage with Arduino',
|
||
items: [
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Sensors_Basic_Usage_with_Arduino/K1100-Light-Sensor-Grove-LoRa-E5',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Sensors_Basic_Usage_with_Arduino/K1100-IMU-Sensor-Grove-LoRa-E5',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Sensors_Basic_Usage_with_Arduino/K1100-Soil-Moisture-Sensor-Grove-LoRa-E5',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Sensors_Basic_Usage_with_Arduino/K1100-VOC-and-eCO2-Gas-Sensor-Grove-LoRa-E5',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Sensors_Basic_Usage_with_Arduino/K1100-Temp-Humi-Sensor-Grove-LoRa-E5',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Sensors_Basic_Usage_with_Arduino/K1100-Vision-AI-Module-Grove-LoRa-E5',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Helium Cloud Services',
|
||
items: [
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Helium_Cloud_Services/Helium-Introduction',
|
||
{
|
||
type: 'category',
|
||
label: 'Helium Connected & Azure Integrated',
|
||
items: [
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Helium_Cloud_Services/Helium_Connected&Azure_Integrated/Connecting-to-Helium',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Helium_Cloud_Services/Helium_Connected&Azure_Integrated/Integrate-into-Azure-IoT-Hub',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Helium_Cloud_Services/Helium_Connected&Azure_Integrated/Configuring-Web-APP-Visualization',
|
||
],
|
||
},
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Helium_Cloud_Services/Integrate_into_Google_Sheets_via_Helium',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/Helium_Cloud_Services/Connect_AWS_via_helium',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'TTN Cloud Services',
|
||
items: [
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/TTN_Cloud_Services/TTN-Introduction',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/TTN_Cloud_Services/Connecting-to-TTN',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP & Node-Red for Cloud Services',
|
||
items: [
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/SenseCAP&Node-Red_for_Cloud_Services/K1100_sensecap_node-red',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/SenseCAP&Node-Red_for_Cloud_Services/K1100_SenseCAP_to_Azure_IoT_Central',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/SenseCAP&Node-Red_for_Cloud_Services/K1100_SenseCAP_to_PowerBI',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/SenseCAP&Node-Red_for_Cloud_Services/K1100_SenseCAP_to_influxdb',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/SenseCAP&Node-Red_for_Cloud_Services/K1100_SenseCAP_to_twilio',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/SenseCAP&Node-Red_for_Cloud_Services/K1100_SenseCAP_to_datacake',
|
||
'Network/SenseCAP_K1100/LoRaWAN-Network_Application/SenseCAP&Node-Red_for_Cloud_Services/K1100_SenseCAP_to_grafana',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wi-Fi-Network Application',
|
||
items: [
|
||
'Network/SenseCAP_K1100/Wi-Fi-Network_Application/Wio-Terminal-Advanced-WiFi',
|
||
{
|
||
type: 'category',
|
||
label: 'Cloud Service',
|
||
items: [
|
||
'Network/SenseCAP_K1100/Wi-Fi-Network_Application/Cloud_Service/Getting_started_with_Ubidots',
|
||
'Network/SenseCAP_K1100/Wi-Fi-Network_Application/Cloud_Service/Quick-Start-to-using-Blynk',
|
||
'Network/SenseCAP_K1100/Wi-Fi-Network_Application/Cloud_Service/Connect-Wio-Terminal-to-Google-Cloud',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Azure IoT Platform Usage',
|
||
items: [
|
||
'Network/SenseCAP_K1100/Wi-Fi-Network_Application/Azure_IoT_Platform_Usage/Connect-Wio-Terminal-to-Azure-IoT-Central',
|
||
'Network/SenseCAP_K1100/Wi-Fi-Network_Application/Azure_IoT_Platform_Usage/Develop-in-Microsoft-Azure-IoT-Central',
|
||
'Network/SenseCAP_K1100/Wi-Fi-Network_Application/Azure_IoT_Platform_Usage/K1100_Azure_to_PowerBI',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Embedded ML Application',
|
||
items: [
|
||
'Network/SenseCAP_K1100/Embedded_ML_Application/K1111-Edge-Impulse',
|
||
'Network/SenseCAP_K1100/Embedded_ML_Application/Vision_AI_with_Customizable_Models',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Contributors Project',
|
||
items: [
|
||
'Network/SenseCAP_K1100/Contributors_Project/IoT-into-the-wild-contest',
|
||
'Network/SenseCAP_K1100/Contributors_Project/K1111-Quick-Start-Guide',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
// {
|
||
// type: 'category',
|
||
// label: 'SenseCAP LoRaWAN Starter Kit',
|
||
// items: [
|
||
// 'Network/SenseCAP_LoRaWAN_Starter_Kit/M2_Kit_Getting_Started',
|
||
// ],
|
||
// },
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP LoRaWAN Starter Kit',
|
||
items: [
|
||
{
|
||
type: 'autogenerated',
|
||
dirName: 'Network/SenseCAP_LoRaWAN_Starter_Kit',
|
||
},
|
||
]
|
||
},
|
||
// {
|
||
// 有问题
|
||
// type: 'category',
|
||
// label: 'LinkStar',
|
||
// items: [
|
||
// 'Network/LinkStar/Linkstar_Datasheet',
|
||
// 'Network/LinkStar/linkstar-install-system',
|
||
// ],
|
||
|
||
// },
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Raspberry Pi Solutions',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reRouter',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Network/RaspberryPi_Devices/reRouter/reRouter_Intro',
|
||
},
|
||
items: [
|
||
'Network/RaspberryPi_Devices/reRouter/Raspberry-OpenWrt-Getting-Started',
|
||
'Network/RaspberryPi_Devices/reRouter/Dual-Gigabit-Ethernet-Carrier-Board-for-Raspberry-Pi-CM4',
|
||
'Network/RaspberryPi_Devices/reRouter/FAQs_For_openWrt',
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Network/RaspberryPi_Devices/reRouter/Application/OpenWrt-Getting-Started',
|
||
'Network/RaspberryPi_Devices/reRouter/Application/OpenWrt-Plex-Media-Server-on-Docker',
|
||
'Network/RaspberryPi_Devices/reRouter/Application/Mender-Client-dual-GbE-CM4',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Rockchip Solutions',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Network/RK_Devices/RK_intro',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'LinkStar-H68K',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Network/RK_Devices/LinkStar/Linkstar_Intro',
|
||
},
|
||
items: [
|
||
'Network/RK_Devices/LinkStar/Linkstar_Datasheet',
|
||
'Network/RK_Devices/LinkStar/linkstar-install-system',
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Network/RK_Devices/LinkStar/Application/h68k-ha-esphome',
|
||
'Network/RK_Devices/LinkStar/Application/plex_media_server',
|
||
'Network/RK_Devices/LinkStar/Application/wordpress_linkstar',
|
||
'Network/RK_Devices/LinkStar/Application/grocy-bookstack-linkstar',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'LinkStar-H68K-V2',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Network/RK_Devices/H68K_V2/H68KV2_Datasheet',
|
||
},
|
||
items: [
|
||
'Network/RK_Devices/H68K_V2/H68KV2_Datasheet',
|
||
'Network/RK_Devices/H68K_V2/H68KV2_install_system',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'LinkStar-H28K',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Network/RK_Devices/H28K/H28K_Datasheet',
|
||
},
|
||
items: [
|
||
'Network/RK_Devices/H28K/H28K_Datasheet',
|
||
'Network/RK_Devices/H28K/H28K-install-system',
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Other Network Devices',
|
||
items: ['Network/TTN_Gateway/The-Things-Indoor-Gateway'],
|
||
},
|
||
|
||
// {
|
||
// type: 'html',
|
||
// value: `
|
||
// <style>
|
||
// .sub_item {
|
||
// width: 275px;
|
||
// display:inline-block;
|
||
// text-align:center;
|
||
// font-size:20px;
|
||
// margin-top: 10px;
|
||
// }
|
||
// </style>
|
||
// <div style="width:100px;text-align:center">
|
||
// <div class="sub_item"><strong> Edge </strong></div>
|
||
// </div>
|
||
// `,
|
||
// },
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'Edge_Computing',
|
||
label: 'Edge Computing',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Raspberry Pi Devices',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/Raspberry_Pi_Devices/RpiDevices',
|
||
},
|
||
items:[
|
||
{
|
||
type: 'category',
|
||
label: 'HMI',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reTerminal',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/Raspberry_Pi_Devices/reTerminal/reTerminal_Intro',
|
||
},
|
||
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/reTerminal',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/reTerminal-hardware-interfaces-usage',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/reTerminal-piCam',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/reTerminal-FAQ',
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Home Assistant',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reterminal_frigate',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal_Home_Assistant',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/Home_Assistant/reTerminal-Home-Assistant-Customize',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Dashboard Design',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/UI_design/reTerminal-build-UI-using-Qt-for-Python',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/UI_design/reTerminal-build-UI-using-Flutter',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/UI_design/reTerminal-build-UI-using-Electron',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/UI_design/reTerminal-build-UI-using-LVGL',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/UI_design/weather-dashboard-with-Grafana-reTerminal',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Computer Vision',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/OpenCV/reTerminal_DM_opencv',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/OpenCV/reTerminal_DM_Face_detection',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/OpenCV/reTerminal_DM_Color_detection',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/OpenCV/reTerminal_DM_Shape_detection',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/OpenCV/reTerminal_DM-tracking',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/OpenCV/reTerminal_DM_Object_detection',
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Embedded ML',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/Embedded_ML/reTerminal_ML_MediaPipe',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/Embedded_ML/reTerminal_ML_TFLite',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/Embedded_ML/reTerminal_ML_Edgeimpulse',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Managed Services',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/Managed_Services/neqto_engine_for_linux_reTerminal',
|
||
|
||
],
|
||
},
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Application/Mender-Client-reTerminal',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'OS Installation',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/OS_Installation/reTerminal-Buildroot-SDK',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/OS_Installation/reTerminal-Yocto',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/OS_Installation/Streampi_OBS_On_reTerminal',
|
||
// 'Edge/reTerminal/OS_Installation/',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Extension Board',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Extension_Board/reTerminalBridge',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal/Extension_Board/reTerminal_Mount_Options',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'reTerminal DM',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/Raspberry_Pi_Devices/reTerminal-DM/reTerminal-dm_Intro',
|
||
},
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/reterminal-dm',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/reterminal-dm-flash-OS',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/reterminal-dm-warranty',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/reterminal-dm-hardware-guide',
|
||
//////////////////////////////
|
||
{
|
||
type: 'category',
|
||
label: 'Applications',
|
||
items: [
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Home Assistant',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Home-Assistant/reterminal-DM-Frigate',,
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Edge AI',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Embedded_ML/reTerminal-DM-Yolo5',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Embedded_ML/reTerminal-DM-edgeimpulse',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Cloud Solutions',
|
||
items: [
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Azure IoT Edge',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Azure_IoT/reTerminal-DM_Azure_IoT',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'AWS IoT Core',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/AWS_IoT/reTerminal-DM_AWS_first',
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'IIoT',
|
||
items: [
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SCADA',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/SCADA/reTerminal-DM_intro_FUXA',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/SCADA/reTerminal-DM_intro_machinechat_jedi',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Industrial Edge',
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'N3uron',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/N3uron/reTerminalDM_N3uron_Get_Start',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/N3uron/reTerminal_DM_N3uron_AWS',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/N3uron/reTerminal_DM_N3uron_modbus_mqtt',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/N3uron/reTerminal_DM_N3uron_Historian',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Ignition Edge',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Ignition_Edge/reTerminal-DM-Getting-Started-with-Ignition-Edge',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Ignition_Edge/reTerminal-DM-Ignition-Edge-Panel-Builder',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Node Red',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Node-Red/reTerminal-DM-Getting-Started-with-Node-Red',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Node-Red/reTerminal-DM-Node-Red-RS485',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Node-Red/reTerminal-DM-Node-Red-mqtt',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Node-Red/reTerminal-DM-Node-Red-canbus',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Node-Red/reTerminal-DM-Node-Red-Modbus-TCP',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Node-Red/reTerminal-DM-Node-Red-Bacnet',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Node-Red/reTerminal-DM-Node-Red-influxdb',
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/Node-Red/reTerminal-DM-Node-Red-grafana',
|
||
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
|
||
|
||
////////////////////////////
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCraft_Edge',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reTerminal-DM/SenseCraft_Edge/reterminal-dm-sensecraft-edge-os-intro',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
],
|
||
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Edge Controller',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Edge_Box_intro',
|
||
// },
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'EdgeBox-RPI-200',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Edge_Box_intro',
|
||
},
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Edgebox_rpi_200_Introduction',
|
||
{
|
||
type: 'category',
|
||
label: 'Applications',
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Industrial Edge',
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'N3uron',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/N3uron/Edgebox-rpi-200-n3uron',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/N3uron/Edgebox-rpi-200-n3uron-aws',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/N3uron/Edgebox-rpi-200-n3uron-modbus-mqtt',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/N3uron/Edgebox-rpi-200-n3uron-bacnet',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Node Red',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Node_Red/Edge_Box_rpi_200_Node_red_getting_started',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Node_Red/Edge_Box_rpi_200_Node_red_mqtt',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Node_Red/Edge_Box_rpi_200_Node_red_Modbus_tcp',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Node_Red/Edge_Box_rpi_200_Node_red_Modbus_rtu',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Node_Red/Edge_Box_rpi_200_Node_red_Bacnet_tcp',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Node_Red/Edge_Box_rpi_200_Node_red_influxdb',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Node_Red/Edge_box_rpi_200_grafana',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Ignition Edge',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Ignition_Edge/Edgebox-rpi-200-ignition-edge',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Codesys',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Edgebox-rpi-200-codesys',
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Cloud Solutions',
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'AWS IoT Core',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Edgebox-rpi-200-AWS',
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Hardware Guide',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Hardware/Edgebox-rpi-200-with-LoRaWAN-modules',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Hardware/Edgebox-rpi-200-boot-from-external-media'
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Fleet Management',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Edgebox-rpi-200-balena-OS-setup',
|
||
'Edge/Raspberry_Pi_Devices/Edge_Box_RPi_200/Edge_Box_rpi_200_NEQTO_Engine_for_Linux',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer-R1000',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/Raspberry_Pi_Devices/reComputer_R1000/recomputer_r1000_intro',
|
||
},
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/recomputer_r1000_pcn',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/recomputer_r',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/recomputer_r1000_flash_os',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/recomputer_r1000_assembly_guide',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/recomputer_r1000_warranty',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/recomputer_r1000_how_to_use_rs485_modbus',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/recomputer_r1000_use_bacnet_mstp',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/reComputer_R1000_FAQ',
|
||
{
|
||
type: 'category',
|
||
label: 'Applications',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Industrial Edge',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'NodeRed',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Node-RED/recomputer-r1000-nodered-getting-start',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Node-RED/recomputer-r1000-with-nodered-mqtt',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Node-RED/recomputer_r1000_nodered_modbustcp',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Node-RED/recomputer_r1000_with_node_red_and_bacnet',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Node-RED/recomputer_r1000_nodered_opcua_server',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Node-RED/recomputer_r1000_nodered_s7',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Node-RED/recomputer-r1000-nodered-influxdb',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Node-RED/recomputer_r1000-grafana',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/flowfuse/recomputer_r1000_flowfuse_getting_start',
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'FUXA',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/fuxa/recomputer_r1000_with_fuxa_use_modbus',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/fuxa/recomputer_r1000_with_fuxa_use_mqtt',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/fuxa/recomputer_r1000_with_fuxa_use_opcua',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/fuxa/recomputer_r1000_with_fuxa_use_webapi',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/fuxa/recomputer_r1000_with_fuxa_to_achieve_SCADA',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'FIN',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Fin/recomputer_r1000_install_fin',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Fin/recomputer_r1000_with_fin_use_modbus',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Fin/recomputer_r1000_with-_fin_use_logic_to_alarm',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Fin/recomputer_r1000_with_fin_top_level_graphic',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Fin/recomputer_r1000_with_fin_create_site_graphic',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Fin/recomputer_r1000_with-fin_create_floor_graphic',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Fin/recomputer_r1000_with_fin_create_equip_graphic',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'N3uron',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/n3uron/recomputer_r1000_n3uron_getting_started',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/n3uron/recomputer_r1000_n3uron_aws',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/n3uron/recomputer_r1000_n3uron_bacnet',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/n3uron/recomputer_r1000_n3uron_modbus_mqtt',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'CODESYS',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/CODESYS/recomputer_r1000_install_codesys',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/CODESYS/recomputer_r1000_with_codesys_use_modbus_rtu',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'ThingsBoard',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/tb/recomputer_r1000_thingsboard_ce',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/tb/recomputer_r1000_thingsboard_dashboard',
|
||
],
|
||
},
|
||
|
||
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Fleet Management',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/balenaOS/recomputer_r1000_balena',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/balenaOS/recomputer_r1000_build_seeed_balena_image',
|
||
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Home Assistant',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Home-Assistant/recomputer-r1000-home-assistant',
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/Home-Assistant/recomputer-r1000-modbus-home-assistant',
|
||
|
||
],
|
||
},
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Cloud Solutions',
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/reComputer_R1000/Applications/AWS/recomputer_r1000_aws',
|
||
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
|
||
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Hat',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'M.2 Hat',
|
||
items: [
|
||
'Edge/M_2_Hat/m_2_hat_start_with_pi5',
|
||
],
|
||
},
|
||
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Raspberry Pi with AI',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
'Edge/Raspberry_Pi_Devices/Raspberry_Pi_with_AI/benchmark_on_rpi5_and_cm4_running_yolov8s_with_rpi_ai_kit',
|
||
'Edge/Raspberry_Pi_Devices/Raspberry_Pi_with_AI/convert_model_to_edge_tpu_tflite_format_for_google_coral',
|
||
'Edge/Raspberry_Pi_Devices/Raspberry_Pi_with_AI/install_m.2_coral_to_rpi5',
|
||
'Edge/Raspberry_Pi_Devices/Raspberry_Pi_with_AI/pose_based_light_control_with_nodered_and_rpi_with_aikit',
|
||
'Edge/Raspberry_Pi_Devices/Raspberry_Pi_with_AI/tutorial_of_ai_kit_with_raspberrypi5_about_yolov8n_object_detection',
|
||
'Edge/Raspberry_Pi_Devices/Raspberry_Pi_with_AI/yolov8_object_detection_on_recomputer_r1000_with_hailo_8l',
|
||
'Edge/Raspberry_Pi_Devices/Raspberry_Pi_with_AI/yolov8_pose_estimation_on_recomputer_r1000_with_hailo_8l',
|
||
'Edge/Raspberry_Pi_Devices/Raspberry_Pi_with_AI/clip_application_on_rpi_with_ai_kit'
|
||
]
|
||
},
|
||
|
||
],
|
||
|
||
|
||
},
|
||
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'NVIDIA® Jetson™',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/NVIDIA_Jetson/RecomputerPage',
|
||
},
|
||
items: [
|
||
// Carrier Boards
|
||
{
|
||
type: 'category',
|
||
label: 'Carrier Boards',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Carrier_Boards',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/J101/reComputer_J1010_J101_Flash_Jetpack',
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/J202/reComputer_J2021_J202_Flash_Jetpack',
|
||
{
|
||
type: 'category',
|
||
label: 'J401 Carrier Board',
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/J401/reComputer_J4012_Flash_Jetpack',
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/J401/J401_carrierboard_Hardware_Interfaces_Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'J501 Carrier Board',
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/J501/reServer_Industrial_J501_Getting_Started',
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/J501/Hardware_Interfaces_Usage',
|
||
],
|
||
},
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/A203v2/reComputer_A203_Flash_System',
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/A205/reComputer_A205_Flash_System',
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/A603/A603_Flash_JetPack',
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/A607/A607_Flash_JetPack',
|
||
'Edge/NVIDIA_Jetson/Carrier_Boards/A608/A608_Flash_JetPack',
|
||
|
||
],
|
||
},
|
||
|
||
// reComputer Jetson Series
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer Jetson',
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Intro',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer Industrial',
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_Getting_Started',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_J20_Hardware_Interfaces_Usage',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_J40_J30_Hardware_Interfaces_Usage'
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J10',
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_Jetson_Series_Introduction',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J1010',
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_J1010_with_Jetson_getting_start',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/J101_Enable_SD_Card',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/J1010_Boot_From_SD_Card',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_GPIO',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Memory_Expansion',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Series_Hardware_Layout',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Series_Initiation',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J1020',
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1020v2/reComputer_J1020v2_with_Jetson_getting_start',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1020v2/reComputer_J1020_A206_Flash_JetPack',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J20',
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J20/reComputer_J20_with_Jetson_getting_start',
|
||
]},
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J30/40',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40/reComputer_J30_40_with_Jetson_getting_start',
|
||
'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40/reComputer_Jetson_with_Infineon_Wi-Fi_Module'
|
||
]}
|
||
]},
|
||
|
||
// reServer Jetson Series
|
||
{
|
||
type: 'category',
|
||
label: 'reServer Jetson',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_Getting_Started',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'reServer Industrial J30/40',
|
||
// items: [
|
||
// 'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started',
|
||
// ],
|
||
// },
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'reServer J2032',
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_J2032/reServer_J2032_Flash_Jetpack',
|
||
'Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_J2032/reServer_J2032_Getting_Started'
|
||
],
|
||
},
|
||
|
||
|
||
]},
|
||
|
||
// Other Devices
|
||
{
|
||
type: 'category',
|
||
label: 'Other Devices',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Other_Devices',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Other_Devices/Jetson_AGX_Orin_32GB_H01_Flash_Jetpack',
|
||
'Edge/NVIDIA_Jetson/Other_Devices/Jetson_Xavier_AGX_H01_Driver_Installation',
|
||
'Edge/NVIDIA_Jetson/Other_Devices/Jetson-Mate',
|
||
'Edge/NVIDIA_Jetson/Other_Devices/Mini_AI_Computer_T906',
|
||
'Edge/NVIDIA_Jetson/Other_Devices/reComputer_A203E_Flash_System',
|
||
'Edge/NVIDIA_Jetson/Other_Devices/reComputer_A205E_Flash_System',
|
||
'Edge/NVIDIA_Jetson/Other_Devices/reComputer_Jetson_Series_GPIO_Grove'
|
||
]
|
||
},
|
||
|
||
|
||
// Applications
|
||
{
|
||
type: 'category',
|
||
label: 'Applications',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Application',
|
||
// },
|
||
items: [
|
||
// Computer Vision
|
||
{
|
||
type: 'category',
|
||
label: 'Computer Vision',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Application/Computer_Vision',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/DashCamNet-with-Jetson-Xavier-NX-Multicamera',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/How_to_Train_and_Deploy_YOLOv8_on_reComputer',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/Jetson-Nano-MaskCam',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/Security_Scan',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/reComputer_Jetson_Series_Projects',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/Traffic-Management-DeepStream-SDK',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/YOLOv5-Object-Detection-Jetson',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/YOLOv8-DeepStream-TRT-Jetson',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/YOLOv8-TRT-Jetson',
|
||
// 'Edge/NVIDIA_Jetson/Application/Computer_Vision/reComputer_Jetson_Series_Tutorials_Exercise',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/YOLOv8_custom_classification_model',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/deploy_frigate_on_jetson',
|
||
'Edge/NVIDIA_Jetson/Application/Computer_Vision/AI-NVR_with_Jetson',
|
||
]
|
||
},
|
||
|
||
// Generative AI
|
||
{
|
||
type: 'category',
|
||
label: 'Generative AI',
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/NVIDIA_Jetson/Application/Generative_AI/Generative_AI_Intro',
|
||
},
|
||
|
||
items: [
|
||
// Models
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/Finetune_LLM_by_Llama_Factory_on_Jetson',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/Quantized_Llama2_7B_with_MLC_LLM_on_Jetson',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/How_to_run_local_llm_text_to_image_on_reComputer',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/Whisper_on_Jetson_for_Real_Time_Speech_to_Text',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/Local_RAG_based_on_Jetson_with_LlamaIndex',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/How_to_run_zero_shot_detection_on_reComputer',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/How_to_run_VLM_on_reComputer',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/How_to_Format_the_Output_of_LLM_Using_Langchain_on_Jetson',
|
||
|
||
// Projects
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/Deploy_Riva_and_Llama2_on_reComputer',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/Real_Time_Subtitle_Recoder_on_Jetson',
|
||
'Edge/NVIDIA_Jetson/Application/Generative_AI/Deploy_Ollama_and_AnythingLLM_on_Jetson',
|
||
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Multimodal AI',
|
||
items: [
|
||
// Models
|
||
'Edge/NVIDIA_Jetson/Application/Multimodal_AI/Speech_vlm',
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Robotics',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Application/Robotics',
|
||
// },
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Software',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Application/Robotics/Software',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Application/Robotics/Software/Installing_ROS1',
|
||
'Edge/NVIDIA_Jetson/Application/Robotics/Software/A_Loam',
|
||
]},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Hardware',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Application/Robotics/Hardware',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Application/Robotics/Hardware/Robosense_Lidar',
|
||
'Edge/NVIDIA_Jetson/Application/Robotics/Hardware/MID360',
|
||
'Edge/NVIDIA_Jetson/Application/Robotics/Hardware/Orbbec_Depth_Camera',
|
||
'Edge/NVIDIA_Jetson/Application/Robotics/Hardware/CSI_Camera'
|
||
]},
|
||
|
||
]},
|
||
|
||
// Managed Services
|
||
{
|
||
type: 'category',
|
||
label: 'Managed Services',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Application/Managed_Services',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Application/Managed_Services/Allxon-Jetson-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Managed_Services/neqto_engine_for_linux_recomputer',
|
||
'Edge/NVIDIA_Jetson/Application/Managed_Services/Scailable-Jetson-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Managed_Services/Update-Jetson-Linux-OTA-Using-Allxon'
|
||
]
|
||
},
|
||
|
||
// Developer Tools
|
||
{
|
||
type: 'category',
|
||
label: 'Developer Tools',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Application/Managed_Services',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/Gapi-Jetson-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/alwaysAI-Jetson-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/Cochl.Sense-Jetson-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/CVEDIA-Jetson-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/DeciAI-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/HardHat',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/Jetson-AI-developer-tools',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/jetson-docker-getting-started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/Lumeo-Jetson-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/No-code-Edge-AI-Tool',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/reComputer_Jetson_Series_Resource',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/NVStreamer_Getting_Started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/Roboflow-Jetson-Getting-Started',
|
||
'Edge/NVIDIA_Jetson/Application/Developer_Tools/vnc_for_reComputer'
|
||
|
||
]
|
||
},
|
||
]
|
||
},
|
||
// FAQs
|
||
{
|
||
type: 'category',
|
||
label: 'FAQs',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/FAQs',
|
||
// },
|
||
items: [
|
||
'Edge/NVIDIA_Jetson/FAQs/jetson_FAQ',
|
||
'Edge/NVIDIA_Jetson/FAQs/Solution_for_the_Compatibility_Issue_between_reComputer_and_VEYE_Camera',
|
||
'Edge/NVIDIA_Jetson/FAQs/Use_IMX477_Camera_with_A603',
|
||
]
|
||
}
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'ESP Devices',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
//link: {
|
||
//type: "doc",
|
||
//id: 'Edge/Edge_Series/Edge_series_Intro',
|
||
// },
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'EdgeBox-ESP-100',
|
||
items: ['Edge/Edge_Series/Edge_Box_ESP_100/Edgebox-ESP-100-Arduino'],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'BeagleBone®',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/Beagle_Bone/BeagleBone',
|
||
},
|
||
items: [
|
||
'Edge/Beagle_Bone/BeagleBone_Blue',
|
||
'Edge/Beagle_Bone/BeagleBone_Green',
|
||
'Edge/Beagle_Bone/BeagleBone_Green_Wireless',
|
||
'Edge/Beagle_Bone/BeagleBone-Green-Gateway',
|
||
'Edge/Beagle_Bone/Beaglebone_Case',
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Edge/Beagle_Bone/Application/BeagleBone_Solutions',
|
||
'Edge/Beagle_Bone/Application/ChatGPT_and_BeagleBone',
|
||
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Extension Board',
|
||
items: [
|
||
'Edge/Beagle_Bone/Extension_Board/Grove_Cape_for_BeagleBone_Series',
|
||
'Edge/Beagle_Bone/Extension_Board/Grove_Base_Cape_for_BeagleBone_v2',
|
||
'Edge/Beagle_Bone/Extension_Board/Motor_Bridge_Cape_v1.0',
|
||
'Edge/Beagle_Bone/Extension_Board/Skeleton_box_for_Beaglebone',
|
||
'Edge/Beagle_Bone/Extension_Board/BeagleBone_Green_HDMI_Cape',
|
||
'Edge/Beagle_Bone/Extension_Board/Seeed-Studio-BeagleBone-Green-LCD-Cape-with-Resistive-Touch',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Kit with Courses',
|
||
items: [
|
||
'Edge/Beagle_Bone/Kit_with_Courses/Grove_Starter_Kit_for_BeagleBone_Green',
|
||
'Edge/Beagle_Bone/Kit_with_Courses/Beagle_Bone_Green_and_Grove_IoT_Starter_Kit_Powered_by_AWS',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'ODYSSEY',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Edge/ODYSSEY/ODYSSEY_Intro',
|
||
},
|
||
items: [
|
||
// 'Edge/ODYSSEY/ODYSSEY_Getting_Started',
|
||
{
|
||
type: 'category',
|
||
label: 'ODYSSEY STM32MP135D',
|
||
items: [
|
||
'Edge/ODYSSEY/ODYSSEY_STM32MP135D/ODYSSEY STM32MP135D',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'ODYSSEY X86J4105',
|
||
items: [
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/ODYSSEY-X86J4105',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/ODYSSEY-X86J4105-GPIO',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/ODYSSEY-X86J4105-Accessories',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Coral-Mini-PCIe-Accelerator-on-ODYSSEY-X86J4105',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/ODYSSEY-X86J4105-LTE-Module',
|
||
'Edge/ODYSSEY/ODYSSEY_FAQ',
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Home Assistant for ODYSSEY',
|
||
items: [
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Home-Assistant_for_ODYSSEY/ODYSSEY-X86-Home-Assistant',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Home-Assistant_for_ODYSSEY/ODYSSEY-Home-Assistant-Customize',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Home-Assistant_for_ODYSSEY/Connect-Grove-to-Home-Assistant-ESPHome',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Azure IoT for ODYSSEY',
|
||
items: [
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Azure_IoT_for_ODYSSEY/ODYSSEY-X86J4105-AzureIOT',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Mender for ODYSSEY',
|
||
items: [
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Mender_for_ODYSSEY/Mender-Client-ODYSSEY-X86',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Mender_for_ODYSSEY/Mender-Server-ODYSSEY-X86',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Computer Version',
|
||
items: [
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Computer_Version/ODYSSEY-X86J4105-Intel-OpenVINO',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Computer_Version/ODYSSEY-X86J4105-NCS2',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/Application/Computer_Version/ODYSSEY-X86J4105-Frigate',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'OS Installation',
|
||
items: [
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/ODYSSEY-X86J4105-Installing-OS',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/ODYSSEY-X86J4105-Updating-Firmware',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/Jellyfin-on-Docker-Ubuntu-X86',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/ODYSSEY-X86J4105-Installing-openwrt',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/ODYSSEY-X86-OPNsense',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/ODYSSEY-X86J4105-pfSense',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/ODYSSEY-X86-TrueNAS',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/ODYSSEY-X86J4105-Installing-Android',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/ODYSSEY-X86J4105-Installing-FreeNAS',
|
||
'Edge/ODYSSEY/ODYSSEY_X86J4105/OS_Installation/BalenaOS-X86-Getting-Started',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'ODYSSEY STM32MP157C',
|
||
items: [
|
||
'Edge/ODYSSEY/ODYSSEY_STM32MP157C/ODYSSEY-STM32MP157C',
|
||
'Edge/ODYSSEY/ODYSSEY_STM32MP157C/SEEED-SOM-STM32MP157C',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'reCamera',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reCamera sg200x',
|
||
items: [
|
||
'Edge/reCamera/reCamera_Getting_Started',
|
||
],
|
||
},
|
||
]
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Other Edge Devices',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reServer X86',
|
||
items: [
|
||
'Edge/reServer/reServer_X86/reServer-Getting-Started',
|
||
'Edge/reServer/reServer_X86/reServer-Update-BIOS-Install-Drivers',
|
||
],
|
||
},
|
||
'Edge/Quantum_Development_Board/Quantum-Mini-Linux-Development-Kit',
|
||
],
|
||
},
|
||
|
||
|
||
|
||
|
||
// {
|
||
|
||
// type: 'doc',
|
||
// label: '--Cloud and Chain--',
|
||
// id: 'CloudnChain',
|
||
|
||
// },
|
||
|
||
// {
|
||
// type: 'html',
|
||
// value: `
|
||
// <style>
|
||
// .sub_item {
|
||
// width: 275px;
|
||
// display:inline-block;
|
||
// text-align:center;
|
||
// font-size:20px;
|
||
// margin-top: 10px;
|
||
// }
|
||
// </style>
|
||
// <div style="width:100px;text-align:center">
|
||
// <div class="sub_item"><strong> Cloud and Chain </strong></div>
|
||
// </div>
|
||
// `,
|
||
// },
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'Cloud',
|
||
label: 'Cloud',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Dashboard',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_Dashboard/Dashboard_Basics',
|
||
'Cloud_Chain/SenseCAP_Dashboard/Dashboard_Registration',
|
||
'Cloud_Chain/SenseCAP_Dashboard/Hotspot_Registration',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Portal',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_Portal/QuickStart',
|
||
{
|
||
type: 'category',
|
||
label: 'Management',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_Portal/Detail_Introduction/Dashboard',
|
||
'Cloud_Chain/SenseCAP_Portal/Detail_Introduction/Data_Management',
|
||
'Cloud_Chain/SenseCAP_Portal/Detail_Introduction/Device_Management',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP Hotspot APP',
|
||
items: [
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/Download_APP',
|
||
'Cloud_Chain/SenseCAP_Hotspot_APP/Introduction',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/Deeplink_Helium_Wallet',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/Hotspot_Onboarding',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/Update_Hotspot_Location',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/Update_antenna',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/Remote Reboot',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/Hotspot_Management',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/APP_settings',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/FAQ',
|
||
// 'Cloud_Chain/SenseCAP_Hotspot_APP/forget-wifi-profile',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCraft APP',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_Mate_APP/sensecraft_app',
|
||
// 'Cloud_Chain/SenseCAP_Mate_APP/sensecap_mate_app_event',
|
||
'Cloud_Chain/SenseCAP_Mate_APP/sensecraft_cloud_fee',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP AI',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_AI/How_to_Use SenseCAP_AI_on_SenseCAP_Portal_and_SenseCAP_Mate_APP',
|
||
'Cloud_Chain/SenseCAP_AI/xiao-esp32c3-sensecapai',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCAP API',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_API/SenseCAP_API_Introduction',
|
||
'Cloud_Chain/SenseCAP_API/API_pricing',
|
||
{
|
||
type: 'category',
|
||
label: 'HTTP API',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_API/HTTP_API/Quick_Start',
|
||
'Cloud_Chain/SenseCAP_API/HTTP_API/HTTP_API_Access_Guide',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Data OpenStream API',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_API/Data_OpenStream_API/Data_OpenStream_API_Quickstart',
|
||
'Cloud_Chain/SenseCAP_API/Data_OpenStream_API/Data_OpenStream_API_Reference',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Appendix',
|
||
items: [
|
||
'Cloud_Chain/SenseCAP_API/Appendix/List_of_Sensor_Types',
|
||
'Cloud_Chain/SenseCAP_API/Appendix/List_of_Measurement_IDs',
|
||
'Cloud_Chain/SenseCAP_API/Appendix/List_of_Device_Status_IDs',
|
||
'Cloud_Chain/SenseCAP_API/Appendix/List_of_Error_Code',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SenseCraft AI',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Cloud_Chain/SenseCraft/SenseCraft_AI/SenseCraft_AI',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'AI Models',
|
||
items: [
|
||
'Cloud_Chain/SenseCraft/SenseCraft_AI/AI_models/Deploy_model_to_XIAO_ESP32S3',
|
||
'Cloud_Chain/SenseCraft/SenseCraft_AI/AI_models/Deploy_model_to_Grove_Vision_AI_V2',
|
||
'Cloud_Chain/SenseCraft/SenseCraft_AI/AI_models/Deploy_model_to_Jetson',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Device Workspace',
|
||
items: [
|
||
'Cloud_Chain/SenseCraft/SenseCraft_AI/Device_Workspace/XIAO_ESP32S3_Workspace',
|
||
'Cloud_Chain/SenseCraft/SenseCraft_AI/Device_Workspace/Grove_Vision_AI_v2_Workspace',
|
||
'Cloud_Chain/SenseCraft/SenseCraft_AI/Device_Workspace/Nvidia_Jetson_Workspace',
|
||
],
|
||
},
|
||
'Cloud_Chain/SenseCraft/SenseCraft_AI/SenseCraft_AI_Jetson',
|
||
]
|
||
},
|
||
/*
|
||
{
|
||
type: 'html',
|
||
value: `
|
||
<style>
|
||
.sub_item {
|
||
width: 275px;
|
||
display:inline-block;
|
||
text-align:center;
|
||
font-size:20px;
|
||
margin-top: 10px;
|
||
}
|
||
</style>
|
||
<div style="width:100px;text-align:center">
|
||
<div class="sub_item"><strong> Popular Platform </strong></div>
|
||
</div>
|
||
`,
|
||
},
|
||
*/
|
||
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'Topics/Topic_introduction',
|
||
label: 'Technology Topics',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Home Assistant',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Topics/Home_Assistant/Home_Assistant_Topic',
|
||
},
|
||
items: [
|
||
'Topics/Home_Assistant/Home_Assistant_Tutorials/home_assistant_sensecap',
|
||
'Topics/Home_Assistant/Home_Assistant_Tutorials/Extend_Home_Assistant_with_LoRaWAN_device',
|
||
'Topics/Home_Assistant/Home_Assistant_Tutorials/sensecraft_homeassistant_userguide',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'TinyML',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Topics/TinyML/TinyML_Topic',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'AI Workshop',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Topics/TinyML/TinyML_Workshop/TinyML_workshop_course',
|
||
},
|
||
items: [
|
||
'Topics/TinyML/TinyML_Workshop/sscma',
|
||
'Topics/TinyML/TinyML_Workshop/TrainModel',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'ModelAssistant',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Topics/TinyML/ModelAssistant/introduction/overview',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Introduction',
|
||
collapsed: false,
|
||
items: [
|
||
'Topics/TinyML/ModelAssistant/introduction/overview',
|
||
'Topics/TinyML/ModelAssistant/introduction/quick_start',
|
||
'Topics/TinyML/ModelAssistant/introduction/installation',
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Tutorials',
|
||
collapsed: false,
|
||
items: [
|
||
'Topics/TinyML/ModelAssistant/tutorials/config',
|
||
'Topics/TinyML/ModelAssistant/tutorials/datasets',
|
||
{
|
||
type: 'category',
|
||
label: 'Training',
|
||
collapsed: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Topics/TinyML/ModelAssistant/tutorials/training/overview',
|
||
},
|
||
items: [
|
||
'Topics/TinyML/ModelAssistant/tutorials/training/yolo',
|
||
'Topics/TinyML/ModelAssistant/tutorials/training/fomo',
|
||
'Topics/TinyML/ModelAssistant/tutorials/training/pfld',
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Export',
|
||
collapsed: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Topics/TinyML/ModelAssistant/tutorials/export/overview',
|
||
},
|
||
items: [
|
||
'Topics/TinyML/ModelAssistant/tutorials/export/pytorch_2_onnx',
|
||
'Topics/TinyML/ModelAssistant/tutorials/export/pytorch_2_tflite',
|
||
]
|
||
},
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Development',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Topics/TinyML/ModelAssistant/deploy/overview',
|
||
},
|
||
items: [
|
||
'Topics/TinyML/ModelAssistant/deploy/ma_deploy_yolov5',
|
||
'Topics/TinyML/ModelAssistant/deploy/ma_deploy_yolov8',
|
||
'Topics/TinyML/ModelAssistant/deploy/ma_deploy_yolov8_pose',
|
||
]
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
|
||
|
||
'Topics/Open_Source/Open_Source_Topic',
|
||
'Topics/Edge_AI/Edge_AI_Topic',
|
||
|
||
/*
|
||
{
|
||
type: 'doc',
|
||
id: 'Topics/Edge_AI/Edge_AI_Topic',
|
||
label: 'Edge AI',
|
||
className: 'sideboard_calss',
|
||
},
|
||
*/
|
||
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'Contributor',
|
||
label: 'Contributions',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Fusion Service',
|
||
// items: [
|
||
// 'Contribution/Fusion/Service_for_Fusion_PCB',
|
||
// 'Contribution/Fusion/Galileo_Case',
|
||
// 'Contribution/Fusion/Unibody_box_for_Galileo_Gen2',
|
||
// 'Contribution/Fusion/Starter_bundle_harness_V1',
|
||
// ]
|
||
// },
|
||
|
||
// 'Contribution/Contributors/How_To_Edit_A_Document',
|
||
// 'Contribution/Contributors/Things_We_Make',
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Github Contributions Guide',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Contribution/Contributors/Contribution-Guide/Contribution-Guide',
|
||
},
|
||
items: [
|
||
'Contribution/Contributors/Deploy_Page_Locally/Deploy_Page_Locally',
|
||
'Contribution/Contributors/Contribution-Guide/full_steps_pull_request',
|
||
'Contribution/Contributors/Contribution-Guide/quick_pull_request',
|
||
|
||
],
|
||
},
|
||
|
||
|
||
|
||
|
||
// 'Contribution/Contributors/community_sourced_projects',
|
||
'Contribution/Contributors/Scale-up-Your-Creation-with-Fusion',
|
||
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'Top_Brand/PopularPlatforms',
|
||
label: 'Popular Platforms',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Arduino',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Top_Brand/Arduino/Arduino',
|
||
},
|
||
items: [
|
||
'Top_Brand/Arduino/Getting_Started_with_Arduino',
|
||
{
|
||
type: 'category',
|
||
label: 'Shield',
|
||
items: [
|
||
'Top_Brand/Arduino/shield/Shield',
|
||
'Top_Brand/Arduino/shield/2.8inch_TFT_Touch_Shield_v2.0',
|
||
'Top_Brand/Arduino/shield/4A_Motor_Shield',
|
||
'Top_Brand/Arduino/shield/Base_Shield_V2',
|
||
// 'Top_Brand/Arduino/shield/Bluetooth_Shield_V2',
|
||
'Top_Brand/Arduino/shield/CAN-BUS_Shield_V2.0',
|
||
'Top_Brand/Arduino/shield/Camera_Shield',
|
||
'Top_Brand/Arduino/shield/Energy_Shield',
|
||
'Top_Brand/Arduino/shield/Motor_Shield_V2.0',
|
||
'Top_Brand/Arduino/shield/Brushless_Motor_Shield_TB6605FTG',
|
||
'Top_Brand/Arduino/shield/Music_Shield_V2.2',
|
||
'Top_Brand/Arduino/shield/NFC_Shield_V2.0',
|
||
'Top_Brand/Arduino/shield/Grove-Mega_Shield',
|
||
'Top_Brand/Arduino/shield/Protoshield_Kit_for_Arduino',
|
||
'Top_Brand/Arduino/shield/RS232_Shield',
|
||
'Top_Brand/Arduino/shield/Relay_Shield_v3',
|
||
'Top_Brand/Arduino/shield/SD_Card_shield_V4.0',
|
||
'Top_Brand/Arduino/shield/Solar_Charger_Shield_V2.2',
|
||
'Top_Brand/Arduino/shield/Spartan_Edge_Accelerator_Board',
|
||
'Top_Brand/Arduino/shield/W5500_Ethernet_Shield_v1.0',
|
||
'Top_Brand/Arduino/shield/Grove_Shield_for_Arduino_Nano',
|
||
'Top_Brand/Arduino/shield/RGBW_Stripe_WireLess_Shield_V1.0',
|
||
'Top_Brand/Arduino/shield/Renbotics_ServoShield_Rev',
|
||
'Top_Brand/Arduino/shield/WireLess_Gate_Shield_V1.0',
|
||
'Top_Brand/Arduino/shield/2.7inch-Triple-Color-E-Ink-Shield-for-Arduino',
|
||
'Top_Brand/Arduino/shield/Bluetooth_Shield',
|
||
'Top_Brand/Arduino/shield/Motor_Shield_V1.0',
|
||
'Top_Brand/Arduino/shield/Motor_Shield',
|
||
'Top_Brand/Arduino/shield/NFC_Shield_V1.0',
|
||
'Top_Brand/Arduino/shield/NFC_Shield',
|
||
'Top_Brand/Arduino/shield/Energy_Monitor_Shield_V0.9b',
|
||
'Top_Brand/Arduino/shield/Ethernet_Shield_V1.0',
|
||
'Top_Brand/Arduino/shield/Ethernet_Shield_V2.0',
|
||
'Top_Brand/Arduino/shield/Ethernet_Shield',
|
||
'Top_Brand/Arduino/shield/GPRS-Shield',
|
||
'Top_Brand/Arduino/shield/GPRS_Shield_v1.0',
|
||
'Top_Brand/Arduino/shield/GPRS_Shield_V2.0',
|
||
'Top_Brand/Arduino/shield/GPRS_Shield_V3.0',
|
||
'Top_Brand/Arduino/shield/Music_Shield',
|
||
'Top_Brand/Arduino/shield/Music_Shield_V1.0',
|
||
'Top_Brand/Arduino/shield/Relay_Shield',
|
||
'Top_Brand/Arduino/shield/Relay_Shield_V1',
|
||
'Top_Brand/Arduino/shield/Relay_Shield_V2',
|
||
'Top_Brand/Arduino/shield/SD_Card_Shield',
|
||
'Top_Brand/Arduino/shield/SD_Card_Shield_V3.0',
|
||
'Top_Brand/Arduino/shield/Small_e-Paper_Shield',
|
||
'Top_Brand/Arduino/shield/Solar_Charger_Shield',
|
||
'Top_Brand/Arduino/shield/Starter_Shield_EN',
|
||
'Top_Brand/Arduino/shield/TFT_Touch_Shield_V1.0',
|
||
'Top_Brand/Arduino/shield/Wifi_Shield',
|
||
'Top_Brand/Arduino/shield/Wifi_Shield_V1.0',
|
||
'Top_Brand/Arduino/shield/Wifi_Shield_V1.1',
|
||
'Top_Brand/Arduino/shield/Wifi_Shield_V1.2',
|
||
'Top_Brand/Arduino/shield/Wifi_Shield_Fi250_V1.1',
|
||
'Top_Brand/Arduino/shield/Wifi_Shield_V2.0',
|
||
'Top_Brand/Arduino/shield/Shield_Bot_V1.1',
|
||
'Top_Brand/Arduino/shield/Shield_Bot_V1.2',
|
||
'Top_Brand/Arduino/shield/CAN-BUS_Shield_V1.2',
|
||
'Top_Brand/Arduino/shield/EL_Shield',
|
||
'Top_Brand/Arduino/shield/Seeed_BLE_Shield',
|
||
'Top_Brand/Arduino/shield/Small_e-Paper_Shield_V2',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Tutorials',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Arduino Basic Usage',
|
||
items: [
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Download-Arduino-and-install-Arduino_Driver',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/A_Handy_Serial_Library',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/How_to_install_Arduino_Library',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/How_to_use_and_write_a_library',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Upload_Code',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Use_External_Editor',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/How_To_Use_Sketchbook',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Sketchbook_of_Sidekick_Advanced_Kit',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Guide_to_use_demos_downloaded_from_Seeed-s_Github',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Software-Serial',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Arduino_Software_I2C_user_guide',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Software-SPI',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Software-Static-Library',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Arduino_Common_Error',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/How-to-Choose-A-Gas-Sensor',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/A_Comparison_of_Different_Grove_Temperature_Sensors',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/GPS-Modules-Selection-Guide',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/How_to_detect_finger_touch',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Seeed_Relay_Page',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/Barometer-Selection-Guide',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Basic_Usage/How_To_Choose_The_Right_Cable',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Arduino Enhanced Usage',
|
||
items: [
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/Suli',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/Seeed_Arduino_Serial',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/I2C_And_I2C_Address_of_Seeed_Product',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/ODYSSEY-X86J4105-Firmata',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/Software-SWD',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/Arduino-AWS-IOT-Bridge',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/Arduino-DAPLink',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/Flashing-Arduino-Bootloader-DAPLink',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Enhanced_Usage/Xadow_IO_pin_mapping',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: ' Arduino Boards Projects',
|
||
items: [
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/IR_Remote',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Joystick_Control_RGB_Led',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Light_Sensor_and_LED_Bar',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/LightView_201k_Digital_display_module',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/RFID_Control_LED',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Relay_Control_LED',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Sound_Sensor_And_LED_Bar',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/temperature_sensor',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_One-Blink',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_One-Double_Blink',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_Two-Digital_Input',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_Two-Digital_Input_v1.0b',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_Three-Analog_Input_v1b',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_Four-Noise_Maker',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_Five-Relay_Control',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_Six-LCD_Demonstration',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_Seven-Temperature',
|
||
'Top_Brand/Arduino/Tutorials/Arduino_Boards_Projects/Project_Eight-Thermostat',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Compiling Platform',
|
||
items: [
|
||
'Top_Brand/Arduino/Tutorials/Compiling_Platform/Compiling_MicroPython_for_embedded_devices',
|
||
'Top_Brand/Arduino/Tutorials/Compiling_Platform/Software-PlatformIO',
|
||
{
|
||
type: 'category',
|
||
label: 'Compiling Platform',
|
||
items: [
|
||
'Top_Brand/Arduino/Tutorials/Compiling_Platform/Codecraft_Platform_for_Arduino/Guide_for_Codecraft_using_Arduino',
|
||
'Top_Brand/Arduino/Tutorials/Compiling_Platform/Codecraft_Platform_for_Arduino/Codecraft_Grove_Compatible_List',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Kit with Courses',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Grove Beginner Kit for Arduino',
|
||
items: [
|
||
'Top_Brand/Arduino/Kit with Courses/Grove Beginner Kit for Arduino/Grove-Beginner-Kit-For-Arduino',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove Beginner Kit for Arduino/Grove-Beginner-Kit-for-Arduino-education-pack',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove Beginner Kit for Arduino/Grove-Beginner-Kit-for-Arduino-Upverter-Guide',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove Beginner Kit for Arduino/Grove_Beginner_Kit_for_Arduino',
|
||
],
|
||
},
|
||
'Top_Brand/Arduino/Kit with Courses/Grove_Speech_Recognizer_Kit_for_Arduino',
|
||
'Top_Brand/Arduino/Kit with Courses/Sidekick_Basic_Kit_for_Arduino_V2',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove_Starter_kit_for_Arduino_101',
|
||
'Top_Brand/Arduino/Kit with Courses/Rainbow_Cube_kit_RGB_4_4_4_Rainbowduino_Compatible',
|
||
'Top_Brand/Arduino/Kit with Courses/Intel_Edison_and_Grove_IoT_Starter_Kit_Powered_by_AWS',
|
||
'Top_Brand/Arduino/Kit with Courses/LinkIT_One_and_Grove_IoT_Starter_Kit_Powered_by_AWS',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove_Indoor_Environment_Kit_for_Edison',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove_Smart_Plant_Care_Kit',
|
||
'Top_Brand/Arduino/Kit with Courses/Techbox_Tricks',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove_Starter_Kit_Plus',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove_Starter_Kit_v3',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove-Creator-Kit-1',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove-Mixer_Pack_V2',
|
||
'Top_Brand/Arduino/Kit with Courses/Grove-Toy_Kit',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Raspberry Pi',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Top_Brand/Raspberry_Pi/Raspberry_Pi',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Official Raspberry Pi Board',
|
||
items: [
|
||
'Top_Brand/Raspberry_Pi/Official_Raspberry_Pi_Board/Raspberry_Pi_3_Model_B',
|
||
'Top_Brand/Raspberry_Pi/Official_Raspberry_Pi_Board/remote_connect',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Official Raspberry Pi Module',
|
||
items: [
|
||
'Top_Brand/Raspberry_Pi/Official_Raspberry_Pi_Module/Raspberry_pi_CM4_update_eeprom',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Pi HAT',
|
||
items: [
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Grove_Base_Hat_for_Raspberry_Pi',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Grove_Base_Hat_for_Raspberry_Pi_Zero',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/3D-Gesture-Tracking-Shield-for-Raspberry-Pi-MGC3130',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Grove_Base_HAT',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/GrovePi_Plus',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Raspberry_Pi_Breakout_Board_v1.0',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Raspberry_Pi_Motor_Driver_Board_v1.0',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Pi_RTC-DS1307',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/High_Accuracy_Pi_RTC-DS3231',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Raspberry_Pi_R232_Board_v1.0',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Raspberry_Pi_Relay_Board_v1.0',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/four-Channel_16-Bit_ADC_for_Raspberry_Pi-ADS1115',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/eight-Channel_12-Bit_ADC_for_Raspberry_Pi-STM32F030',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/RS-485_Shield_for_Raspberry_Pi',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/Grove_AI_HAT_for_Edge_Computing',
|
||
'Top_Brand/Raspberry_Pi/Pi_HAT/two-Channel-CAN-BUS-FD-Shield-for-Raspberry-Pi',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Accessories',
|
||
items: [
|
||
'Top_Brand/Raspberry_Pi/Accessories/Skeleton_Box_for_Raspberry_Pi_Compute_Module_Development_Kit',
|
||
'Top_Brand/Raspberry_Pi/Accessories/Skeleton_box_for_Rasberry_Pi',
|
||
'Top_Brand/Raspberry_Pi/Accessories/Raspberry_PI_Bplus_Case',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Cooler_Device',
|
||
items: [
|
||
'Top_Brand/Raspberry_Pi/Cooler_Device/Water_Cooling_Kit',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Kit with Courses',
|
||
items: [
|
||
'Top_Brand/Raspberry_Pi/Kit/Grove_Base_Kit_for_Raspberry_Pi',
|
||
'Top_Brand/Raspberry_Pi/Kit/LoRa_LoRaWan_Gateway_Kit',
|
||
'Top_Brand/Raspberry_Pi/Kit/Grove_Starter_Kit_for_IoT_based_on_Raspberry_Pi',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Top_Brand/Raspberry_Pi/Application/Raspberry_Pi_as_a_NAS',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Micro:bit',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'Top_Brand/Micro_bit/microbit_wiki_page',
|
||
},
|
||
items: [
|
||
'Top_Brand/Micro_bit/Grove_Inventor_Kit_for_microbit',
|
||
'Top_Brand/Micro_bit/Microsoft_MakeCode',
|
||
{
|
||
type: 'category',
|
||
label: 'Expansion Board',
|
||
items: [
|
||
'Top_Brand/Micro_bit/expansion_board/BitWear',
|
||
'Top_Brand/Micro_bit/expansion_board/BitMaker',
|
||
'Top_Brand/Micro_bit/expansion_board/BitMaker_Lite',
|
||
'Top_Brand/Micro_bit/expansion_board/BitPlayer',
|
||
'Top_Brand/Micro_bit/expansion_board/BitCar',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
// 'Contribution/Home_Assistant/Home_Assistant_Topic',
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
/*
|
||
{
|
||
type: 'html',
|
||
value: `
|
||
<style>
|
||
.sub_item {
|
||
width: 275px;
|
||
display:inline-block;
|
||
text-align:center;
|
||
font-size:20px;
|
||
margin-top: 10px;
|
||
}
|
||
</style>
|
||
<div style="width:100px;text-align:center">
|
||
<div class="sub_item"><strong> Contribution </strong></div>
|
||
</div>
|
||
`,
|
||
},
|
||
*/
|
||
|
||
|
||
|
||
|
||
|
||
|
||
/*
|
||
{
|
||
type: 'html',
|
||
value: `
|
||
<style>
|
||
.sub_item {
|
||
width: 275px;
|
||
display:inline-block;
|
||
text-align:center;
|
||
font-size:20px;
|
||
margin-top: 10px;
|
||
}
|
||
</style>
|
||
<div style="width:100px;text-align:center">
|
||
<div class="sub_item"><strong> Discontinued Product </strong></div>
|
||
</div>
|
||
`,
|
||
},
|
||
*/
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'Seeed_Elderly/DiscontinuedProducts',
|
||
label: 'Discontinued Products',
|
||
className: 'sideboard_calss',
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Product List',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reSpeaker',
|
||
items: [
|
||
//'Seeed_Elderly/reSpeaker/reSpeaker_Getting_Started',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_Product_Guide',
|
||
{
|
||
type: 'category',
|
||
label: 'Application',
|
||
items: [
|
||
'Seeed_Elderly/reSpeaker/Application/ReSpeaker_Solutions',
|
||
'Seeed_Elderly/reSpeaker/Application/Google_Assistant',
|
||
'Seeed_Elderly/reSpeaker/Application/Voice_Interaction',
|
||
'Seeed_Elderly/reSpeaker/Application/ReSpeaker_Core_V2_&_Wio_Link',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Extension Board',
|
||
items: [
|
||
'Seeed_Elderly/reSpeaker/Extension Board/ReSpeaker_Drive_Unit',
|
||
'Seeed_Elderly/reSpeaker/Extension Board/ReSpeaker_Mic_Array_v2.0',
|
||
'Seeed_Elderly/reSpeaker/Extension Board/ReSpeaker_Mic_Array',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'ReSpeaker 2-Mics Pi HAT',
|
||
items: [
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_2-Mics_Pi_HAT/ReSpeaker_2_Mics_Pi_HAT',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_2-Mics_Pi_HAT/ReSpeaker_2_Mics_Pi_HAT_Raspberry',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_2-Mics_Pi_HAT/ReSpeaker_2_Mics_Pi_HAT_Jetson',
|
||
],
|
||
},
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_4_Mic_Array_for_Raspberry_Pi',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_4-Mic_Linear_Array_Kit_for_Raspberry_Pi',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_6-Mic_Circular_Array_kit_for_Raspberry_Pi',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_Core',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker_Core_v2.0',
|
||
'Seeed_Elderly/reSpeaker/ReSpeaker-USB-Mic-Array',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'rePhone',
|
||
items: [
|
||
'Seeed_Elderly/rePhone/RePhone',
|
||
'Seeed_Elderly/rePhone/RePhone_Geo_Kit',
|
||
'Seeed_Elderly/rePhone/RePhone_Lumi_Kit',
|
||
'Seeed_Elderly/rePhone/RePhone_Strap_Kit_for_Pebble',
|
||
'Seeed_Elderly/rePhone/RePhone_core_2G-Atmel32u4',
|
||
'Seeed_Elderly/rePhone/Rephone_core_2G-AtmelSAMD21',
|
||
'Seeed_Elderly/rePhone/Retro Phone Kit',
|
||
{
|
||
type: 'category',
|
||
label: 'Program with rePhone',
|
||
items: [
|
||
'Seeed_Elderly/rePhone/Program with rePhone/Arduino_IDE_for_RePhone_Kit',
|
||
'Seeed_Elderly/rePhone/Program with rePhone/Eclipse_IDE_for_RePhone_Kit',
|
||
'Seeed_Elderly/rePhone/Program with rePhone/JavaScript_for_RePhone',
|
||
'Seeed_Elderly/rePhone/Program with rePhone/Lua_for_RePhone',
|
||
'Seeed_Elderly/rePhone/Program with rePhone/RePhone_APIs-Audio',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'Bee',
|
||
items: [
|
||
'Seeed_Elderly/Bee/Mesh_Bee',
|
||
'Seeed_Elderly/Bee/RFbee_V1.1-Wireless_Arduino_compatible_node',
|
||
'Seeed_Elderly/Bee/Zigbee_Networking_with_XBee_Series_2_and_Seeeds_Products',
|
||
'Seeed_Elderly/Bee/Bees_Shield',
|
||
'Seeed_Elderly/Bee/UartSBee_V3.1',
|
||
'Seeed_Elderly/Bee/UartSBee_V4',
|
||
'Seeed_Elderly/Bee/UartSBee_v5',
|
||
'Seeed_Elderly/Bee/BLE_Bee',
|
||
'Seeed_Elderly/Bee/BLE_dual_Bee_v1.0',
|
||
'Seeed_Elderly/Bee/Bluetooth_Bee_v2.0',
|
||
'Seeed_Elderly/Bee/Bluetooth_Bee_Standalone',
|
||
'Seeed_Elderly/Bee/Bluetooth_Bee',
|
||
'Seeed_Elderly/Bee/Wifi_Bee',
|
||
'Seeed_Elderly/Bee/Wifi_Bee_v2.0',
|
||
'Seeed_Elderly/Bee/XBee_Shield',
|
||
'Seeed_Elderly/Bee/XBee_Shield_V2.0',
|
||
'Seeed_Elderly/Bee/Atom_Node',
|
||
'Seeed_Elderly/Bee/Bluetooth_V4.0_HM_11_BLE_Module',
|
||
'Seeed_Elderly/Bee/GPS_Bee_kit',
|
||
'Seeed_Elderly/Bee/Grove-XBee_Carrier',
|
||
'Seeed_Elderly/Bee/Grove-Bee_Socket',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Xadow',
|
||
items: [
|
||
'Seeed_Elderly/Xadow/Xadow_3_Aixs_Accelerometer',
|
||
'Seeed_Elderly/Xadow/Xadow_3_Aixs_Digital_Accelerometer_plusandminus_400g',
|
||
'Seeed_Elderly/Xadow/Xadow_BLE_Dual_Model_V1.0',
|
||
'Seeed_Elderly/Xadow/Xadow_BLE_Slave',
|
||
'Seeed_Elderly/Xadow/Xadow_Breakout',
|
||
'Seeed_Elderly/Xadow/Xadow_Buzzer',
|
||
'Seeed_Elderly/Xadow/Xadow_Compass',
|
||
'Seeed_Elderly/Xadow/Xadow_Edison_Kit',
|
||
'Seeed_Elderly/Xadow/Xadow_GPS',
|
||
'Seeed_Elderly/Xadow/Xadow_GPS_V2',
|
||
'Seeed_Elderly/Xadow/Xadow_Gesture_v1.0',
|
||
'Seeed_Elderly/Xadow/Xadow_Grove_Adaptor',
|
||
'Seeed_Elderly/Xadow/Xadow_IMU_6DOF',
|
||
'Seeed_Elderly/Xadow/Xadow_IMU_9DOF',
|
||
'Seeed_Elderly/Xadow/Xadow_IMU_10DOF',
|
||
'Seeed_Elderly/Xadow/Xadow_LED_5x7',
|
||
'Seeed_Elderly/Xadow/Xadow_LED_5_multiply_7_v1.0',
|
||
'Seeed_Elderly/Xadow/Xadow_M0',
|
||
'Seeed_Elderly/Xadow/Xadow_Main_Board',
|
||
'Seeed_Elderly/Xadow/Xadow_Multichannel_Gas_Sensor',
|
||
'Seeed_Elderly/Xadow/Xado_OLED_128multiply64',
|
||
'Seeed_Elderly/Xadow/Xadow_RGB_OLED_96multiply64',
|
||
'Seeed_Elderly/Xadow/Xadow_RTC',
|
||
'Seeed_Elderly/Xadow/Xadow_Storage',
|
||
'Seeed_Elderly/Xadow/Xadow_UV_Sensor',
|
||
'Seeed_Elderly/Xadow/Xadow_Vibrator_Motor',
|
||
'Seeed_Elderly/Xadow/Xadow_1.54_inch_Touchscreen',
|
||
'Seeed_Elderly/Xadow/Xadow_Audio',
|
||
'Seeed_Elderly/Xadow/Xadow_BLE',
|
||
'Seeed_Elderly/Xadow/Xadow_Barometer',
|
||
'Seeed_Elderly/Xadow/Xadow_Barometer_BMP180',
|
||
'Seeed_Elderly/Xadow/Xadow_Basic_Sensors',
|
||
'Seeed_Elderly/Xadow/Xadow_Duino',
|
||
'Seeed_Elderly/Xadow/Xadow_GSM_Breakout',
|
||
'Seeed_Elderly/Xadow/Xadow_GSMPlusBLE',
|
||
'Seeed_Elderly/Xadow/Xadow_Metal_Frame',
|
||
'Seeed_Elderly/Xadow/Xadow_NFC',
|
||
'Seeed_Elderly/Xadow/Xadow_NFC_tag',
|
||
'Seeed_Elderly/Xadow/Xadow_NFC_v2',
|
||
'Seeed_Elderly/Xadow/Xadow_Pebble_Time_Adapter',
|
||
'Seeed_Elderly/Xadow/Xadow_Q_Touch_Sensor',
|
||
'Seeed_Elderly/Xadow/Xadow_Tutorial_Acceleration_Detector',
|
||
'Seeed_Elderly/Xadow/Xadow_Tutorial_Communicate_via_BLE',
|
||
'Seeed_Elderly/Xadow/Xadow_Tutorial_Shaking_Shaking',
|
||
'Seeed_Elderly/Xadow/Xadow_Wearable_Kit_For_Edison',
|
||
'Seeed_Elderly/Xadow/Xadow_Motor_Driver',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Rainbowduino',
|
||
items: [
|
||
'Seeed_Elderly/Rainbowduino/Rainbowduino_v3.0',
|
||
'Seeed_Elderly/Rainbowduino/Rainbowduino_Extension_Board_v0.9b',
|
||
'Seeed_Elderly/Rainbowduino/Rainbow_Cube_Kit_Acrylic_Harness',
|
||
'Seeed_Elderly/Rainbowduino/Rainbowduino_LED_driver_platform-ATmega328',
|
||
'Seeed_Elderly/Rainbowduino/Rainbowduino',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer Alpha',
|
||
items: [
|
||
'Seeed_Elderly/reComputer_Alpha/How-to-build-a-home-soft-router-and-NAS-With-ReComputer',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Air Serial',
|
||
items: [
|
||
'Seeed_Elderly/Air_Serial/Air602_WiFi_Development_Board',
|
||
'Seeed_Elderly/Air_Serial/Air602_Firmware_Programming_Manual',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'NPi-i',
|
||
items: ['Seeed_Elderly/NPi-i/NPi-i.MX6ULL-Dev-Board-Linux-SBC'],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'W600',
|
||
items: ['Seeed_Elderly/W600/W600_Module'],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Artik',
|
||
items: [
|
||
'Seeed_Elderly/Artik/Artik',
|
||
'Seeed_Elderly/Artik/Eagleye_530s',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Others',
|
||
items: [
|
||
'Seeed_Elderly/Discrete Product/ESP32_Breakout_Kit',
|
||
'Seeed_Elderly/Discrete Product/UartSB_Frame',
|
||
'Seeed_Elderly/Discrete Product/IoT_Fast_Prototyping_Kit S5D9',
|
||
'Seeed_Elderly/Discrete Product/Grove_IoT_Developer_Kit-Microsoft_Azure_Edition',
|
||
'Seeed_Elderly/Discrete Product/Atmel_AVRISP_STK500_USB_ISP_Programmer',
|
||
'Seeed_Elderly/Discrete Product/AT_Command_Tester',
|
||
'Seeed_Elderly/Discrete Product/AT_Command_Tester_Application',
|
||
'Seeed_Elderly/Discrete Product/Tiny_BLE',
|
||
'Seeed_Elderly/Discrete Product/Edison_4WD_Auto_Robotic_Platform_2.0',
|
||
'Seeed_Elderly/Discrete Product/Edison_4WD_Auto_Robotic_Platform',
|
||
'Seeed_Elderly/Discrete Product/Mini_GSM_GPRS_GPS_Breakout_SIM808',
|
||
'Seeed_Elderly/Discrete Product/Nose_LED_Kit',
|
||
'Seeed_Elderly/Discrete Product/Serial_port_bluetooth_module_Master-Slave',
|
||
'Seeed_Elderly/Discrete Product/Sidekick_Advanced_Kit',
|
||
'Seeed_Elderly/Discrete Product/Stepper_Motor_Driver',
|
||
'Seeed_Elderly/Discrete Product/Stepper_Motor_Driver_v2.3',
|
||
'Seeed_Elderly/Discrete Product/4WD_Driver_Platform_V1.0',
|
||
'Seeed_Elderly/Discrete Product/4WD_Mecanum_Wheel_Robot_Kit_Series',
|
||
'Seeed_Elderly/Discrete Product/Hercules_Dual_15A_6-20V_Motor_Controller',
|
||
'Seeed_Elderly/Discrete Product/Basic_Fastener_Kit',
|
||
'Seeed_Elderly/Discrete Product/Sidekick_Basic_Kit_for_TI_LaunchPad',
|
||
'Seeed_Elderly/Discrete Product/Grove Maker Kit for Intel Joule',
|
||
'Seeed_Elderly/Discrete Product/Grove_Shield_for_Intel_Joule',
|
||
'Seeed_Elderly/Discrete Product/Grove_Base_BoosterPack',
|
||
'Seeed_Elderly/Discrete Product/Grove_Base_Shield_for_Photon',
|
||
'Seeed_Elderly/Discrete Product/Tricycle_Bot',
|
||
'Seeed_Elderly/Discrete Product/mbed_Shield',
|
||
'Seeed_Elderly/Discrete Product/BLE_Carbon',
|
||
'Seeed_Elderly/Discrete Product/BLE_Micro',
|
||
'Seeed_Elderly/Discrete Product/BLE_Nitrogen',
|
||
'Seeed_Elderly/Discrete Product/Fubarino_SD',
|
||
'Seeed_Elderly/Discrete Product/LoNet_808-Mini_GSM_GPRS_Plus_GPS_Breakout',
|
||
'Seeed_Elderly/Discrete Product/Matrix_Clock',
|
||
'Seeed_Elderly/Discrete Product/Bugduino',
|
||
'Seeed_Elderly/Discrete Product/CUI32Stem',
|
||
'Seeed_Elderly/Discrete Product/Danger_Shield_Complete_Kits',
|
||
'Seeed_Elderly/Discrete Product/FST-01',
|
||
'Seeed_Elderly/Discrete Product/Grove-Base_Shield_for_IOIO-OTG',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
|
||
|
||
|
||
'About',
|
||
'License',
|
||
],
|
||
|
||
// SenseCAPSidebar: [
|
||
// {
|
||
|
||
// type: 'category',
|
||
// label: 'SenseCAP',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/Industrial-IoT-SenseCAP-Introduction',
|
||
|
||
// {
|
||
// type: 'category',
|
||
// label: 'SenseCAP Node',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Node/Sensecap-LoRaWAN-Gateway-and-Wireless-Sensor-User-Guide',
|
||
// 'Sensor/SenseCAP/SenseCAP_Node/SenseCAP-SOLO-CO2-Sensor',
|
||
// {
|
||
// type: 'category',
|
||
// label: 'SenseCAP A1101',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Node/SenseCAP_A1101/Train-Deploy-AI-Model-A1101',
|
||
// ],
|
||
// },
|
||
// {
|
||
// type: 'category',
|
||
// label: 'SenseCAP Weather Station',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Node/SenseCAP_Weather_Station/SenseCAP-One-Series-Meteorological-Sensors',
|
||
// 'Sensor/SenseCAP/SenseCAP_Node/SenseCAP_Weather_Station/ORCH-S4-Weather-Station',
|
||
// ],
|
||
// },
|
||
// ],
|
||
// },
|
||
// {
|
||
// type: 'category',
|
||
// label: 'SenseCAP Probe',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/SenseCAP_Probe/Liquid-Level-Sensor',
|
||
// 'Sensor/SenseCAP/SenseCAP_Probe/Water-Leak-Detector',
|
||
// 'Sensor/SenseCAP/SenseCAP_Probe/Industrial-ph-Sensor',
|
||
// 'Sensor/SenseCAP/SenseCAP_Probe/Soil-Moisture-Temperature-EC-Sensor',
|
||
// 'Sensor/SenseCAP/SenseCAP_Probe/Soil-Moisture-Temperature-Sensor',
|
||
// ],
|
||
// },
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Accessories',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/Accessories/Industrial-Grade-Optical-Rain-Gauge-RG-15',
|
||
// 'Sensor/SenseCAP/Accessories/Optical-Rain-Gauge-RG-9',
|
||
// ],
|
||
// },
|
||
// {
|
||
// type: 'category',
|
||
// label: 'Extra tutorial / FAQ',
|
||
// items: [
|
||
// 'Sensor/SenseCAP/Extra_Tutorial_FAQ/Build-LoRaWAN-Sensors-SenseCAP-XIAO-Controller-Data-Logger',
|
||
// ],
|
||
// },
|
||
|
||
// {
|
||
|
||
// type: 'category',
|
||
// label: 'SenseCAP Cloud',
|
||
// items: [
|
||
// 'Cloud_Chain/SenseCAP_M4/wiki',
|
||
// ],
|
||
|
||
// },
|
||
|
||
// ],
|
||
|
||
// },
|
||
// {
|
||
// type: 'html',
|
||
// value: `
|
||
// <style>
|
||
// .sub_item {
|
||
// width: 275px;
|
||
// display:inline-block;
|
||
// text-align:center;
|
||
// font-size:20px;
|
||
// color: #8DC21F;
|
||
// margin-top: 100px;
|
||
// }
|
||
// </style>
|
||
// <a class="sub_item" href="https://files.seeedstudio.com/wiki/One-Click-Download-PDF/c1ev0ps.github.io-docusaurus_wiki-Network-SenseCAP-Industrial-IoT-SenseCAP-Introduction.pdf" target="_blank"><span>Download PDF 📖</span></a>
|
||
// `,
|
||
// },
|
||
// ],
|
||
CNSidebar: [
|
||
'zh-CN/CN_Getting_Started',
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'zh-CN/Sensor/Grove/cn-Grove_System',
|
||
label: 'Grove 系列',
|
||
className: 'sideboard_calss',
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Grove 传感器',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'AI驱动',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Grove Vision AI V2',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "zh-CN/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/cn-Grove-vision-ai-v2"
|
||
},
|
||
items: [
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/cn-Grove-vision-ai-v2-software-supported',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/cn-grove-vision-ai-v2-ha',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/cn-Grove-vision-ai-v2-camera-supported',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/cn-grove-vision-ai-v2-himax-sdk',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/cn-grove-vision-ai-v2-sensecap-app',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/cn-Grove-Air_Quality_Sensor_v1.3',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/cn-Grove-Light_Sensor',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/cn-Grove-Red_LED',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/cn-Grove-Slide_Potentiometer',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/cn-Grove-Sound_Sensor',
|
||
'zh-CN/Sensor/Grove/Grove_Sensors/cn-Grove-Temperature_and_Humidity_Sensor_Pro',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Grove 配件',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "zh-CN/Sensor/Grove/Grove_Accessories/cn-Grove_Accessories_Intro"
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: '显示',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-0.54_inch_Red_Dual_Alphanumeric_Display',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-0.54_inch_Red_Quad_Alphanumeric_Display',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-1.2_inch_IPS_Display',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-4-Digit_Display',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-16x2_LCD_Series',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-LCD_RGB_Backlight',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-OLED_Display_0.96inch',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-OLED_Display_1.12inch',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-OLED-Display-0.66-SSD1306_v1.0',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-OLED-Display-0.96-SSD1315',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-OLED-Display-1.12-SH1107_V3.0',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-OLED-Yellow&Blue-Display-0.96-SSD1315_V1.0',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-Serial_LCD_V1.0',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-Triple_Color_E-Ink_Display_1_54',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-Triple_Color_E-Ink_Display_2_13',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-I2C_LCD',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-BlinkM',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Display/cn-Grove-Serial_Camera_Kit',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '驱动器',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-2-Coil_Latching_Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Buzzer',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Passive-Buzzer',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Chainable_RGB_LED',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Dry-Reed_Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-EL_Driver',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Haptic_Motor',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-I2C_Motor_Driver',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-I2C_Motor_Driver_V1.2',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-I2C_Motor_Driver_V1.3',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-I2C-Motor-Driver-L298P',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Infrared_Emitter',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-LED_Matrix_Driver_v1.0',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-MP3_v2.0',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-MP3-v3',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-mp3-v4',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Mini_Fan',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Mini_I2C_Motor_Driver_v1.0',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove_Recorder',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Recorder_v3.0',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-4-Channel_SPDT_Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-2-Channel_SPDT_Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Solid_State_Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Solid_State_Relay_V2',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-2-Channel_Solid_State_Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-4-Channel_Solid_State_Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-8-Channel_Solid_State_Relay',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Optocoupler_Relay-M281',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Serial_MP3_Player',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Servo',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Speaker',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Speaker-Plus',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Variable_Color_LED',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Vibration_Motor',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Water_Atomization',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-16-Channel_PWM_Driver-PCA9685',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-I2C_Motor_Driver-TB6612FNG',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Hall_Sensor',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Actuator/cn-Grove-Voltage_Divider',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '时钟',
|
||
items: [
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Time/cn-Grove-RTC',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Time/cn-Grove_High_Precision_RTC',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '电流',
|
||
items: [
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-10A_DC_Current_Sensor-ACS725',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-5A_DC_AC_Current_Sensor-ACS70331',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-2.5A-DC-Current-Sensor-ACS70331',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-Electricity_Sensor',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-Coulomb_Counter_3.3V_to_5V-LTC2941',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-MOSFET',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-SPDT_Relay_30A',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-Screw_Terminal',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Current/cn-Grove-Electromagnet',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '开关 & 按钮',
|
||
items: [
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-6-Position_DIP_Switch',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-Button',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-Switch-P',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-LED_Button',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-Dual-Button',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-5-Way_Switch',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-Mech_Keycap',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-Thumb_Joystick',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-Magnetic_Switch',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Switch&Button/cn-Grove-Joint_v2.0',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '输入输出',
|
||
items: [
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-Differential_Amplifier_v1.2',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-I2C_Hub',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-I2C-Hub-6Port',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-8-Channel-I2C-Multiplexer-I2C-Hub-TCA9548A',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-AND',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-OR',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-DC_Jack_Power',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-Qwiic-Hub',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-NunChuck',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-PS_2_Adapter',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-Mini_Camera',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-Serial_Camera',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-16-bit-ADC-ADS1115',
|
||
'zh-CN/Sensor/Grove/Grove_Accessories/Input_Output/cn-Grove-NOT',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '包装',
|
||
items: ['zh-CN/Sensor/Grove/Grove_Accessories/Case/cn-Grove-Wrapper'],
|
||
},
|
||
|
||
],
|
||
},
|
||
|
||
|
||
|
||
|
||
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'zh-CN/Sensor/SeeedStudio_XIAO/CN_SeeedStudio_XIAO_Series_Introduction',
|
||
label: 'XIAO 拇指开发板',
|
||
className: 'sideboard_calss',
|
||
},
|
||
{
|
||
|
||
type: 'category',
|
||
label: 'XIAO SAMD21',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/CN_Seeeduino-XIAO"
|
||
},
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/CN_XIAO-SAMD21-Zephyr-RTOS',
|
||
{
|
||
type: 'category',
|
||
label: '编程语言',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/CN_Seeeduino-XIAO-by-Nanase',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/CN_Seeeduino-XIAO-CircuitPython',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/CN_XIAO-SAMD21-MicroPython',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '嵌入式机器学习',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/Embedded ML/CN_Seeeduino-XIAO-TinyML',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '实用教程',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/CN_XIAO-SPI-Communication-Interface',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/TuTorial/CN_Seeeduino-XIAO-DAPLink',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/CN_Seeeduino-XIAO-TinyUSB',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_SAMD21/TuTorial/CN_How-to-use-Seeeduino-XIAO-to-log-in-to-your-Raspberry-PI',
|
||
],
|
||
},
|
||
]
|
||
},
|
||
{
|
||
|
||
type: 'category',
|
||
label: 'XIAO RP2040',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/CN_XIAO-RP2040',
|
||
},
|
||
items: [
|
||
|
||
{
|
||
type: 'category',
|
||
label: '编程语言',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/CN_XIAO-RP2040-with-Arduino',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/CN_XIAO-RP2040-with-MicroPython',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/CN_XIAO-RP2040-with-CircuitPython',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '嵌入式机器学习',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_RP2040/Embedded ML/CN_XIAO-RP2040-EI',
|
||
],
|
||
},
|
||
]
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO nRF52840 (Sense)',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: "zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/CN_XIAO_BLE"
|
||
},
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/CN_XIAO-nRF52840-Zephyr-RTOS',
|
||
{
|
||
type: 'category',
|
||
label: '编程语言',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/CN_XIAO-BLE_CircutPython',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '硬件基础教学',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/CN_XIAO-BLE-Sense-IMU-Usage',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/CN_XIAO-BLE-Sense-PDM-Usage',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/CN_XIAO-BLE_QSPI-Usage',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/CN_XIAO-BLE-Sense-Pin-Multiplexing',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/CN_XIAO-BLE-Sense-NFC-Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '蓝牙使用',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Bluetooth Libraries/CN_XIAO-BLE-Sense-Bluetooth_Usage',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Bluetooth Libraries/CN_XIAO-BLE-Sense-Bluetooth-Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '嵌入式机器学习',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Embedded ML/CN_XIAOEI',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Embedded ML/CN_XIAO-BLE-PDM-EI',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Embedded ML/CN_XIAO-BLE-Sense-TFLite-Getting-Started',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Embedded ML/CN_XIAO-BLE-Sense-TFLite-Mic',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '实用教程',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Application/CN_XIAO-BLE-sidewalk',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_nRF52840-Sense/Application/CN_XIAO_BLE_HA',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO ESP32C3',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/CN_XIAO_ESP32C3_Getting_Started',
|
||
},
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/CN_XIAO-ESP32C3-Zephyr',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/CN_XIAO_ESP32C3_MicroPython',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/CN_XIAO_ESP32C3_Pin_Multiplexing',
|
||
|
||
{
|
||
type: 'category',
|
||
label: '无线通讯功能',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/CN_XIAO_ESP32C3_WiFi_Usage',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/CN_XIAO_ESP32C3_Bluetooth_Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '实用教程',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/CN_XIAO-ESP32C3-for-ESPHome-Support',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/CN_xiao-esp32c3-esphome',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/CN_xiaoesp32c3-flash-storage',
|
||
// 'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32C3/Application/CN_xiaoesp32c3-chatgpt',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO ESP32S3 (Sense)',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
link: {
|
||
type: "doc",
|
||
id: 'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/CN_XIAO_ESP32S3_Getting_Started',
|
||
},
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/CN_XIAO_ESP32S3_Pin_Multiplexing',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/CN_XIAO-ESP32S3-Zephyr-RTOS',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/CN_XIAO_ESP32S3_CircuitPython',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/CN_XIAO_ESP32S3_Micropython',
|
||
{
|
||
type: 'category',
|
||
label: '无线通讯功能',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/CN_XIAO_ESP32S3_WiFi_Usage',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/CN_XIAO_ESP32S3_Bluetooth_Usage',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '硬件基础教学(Sense版本)',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3_Sense/CN_XIAO_ESP32S3_Sense_camera',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3_Sense/CN_XIAO_ESP32S3_Sense_mic',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3_Sense/CN_XIAO_ESP32S3_Sense_tf_and_filesystem',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '实用教程',
|
||
items: [
|
||
// 'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/CN_XIAO_ESP32S3_Speech2chatgpt',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/CN_XIAO_ESP32S3_EdgeLab',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/CN_XIAO_ESP32S3_Geolocation',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/CN_XIAO_ESP32S3_Keyword_Spotting',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/CN_XIAO_ESP32S3_Baidu',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/CN_XIAO_ESP32S3_Voice_Recognition_MiniMax',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_ESP32S3/Application/CN_XIAO_ESP32S3_Voice_Recognition_MiniMax_tts',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'XIAO 的兼容扩展板',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: '基于 XIAO 的圆形显示屏',
|
||
items: [
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Round-display-for-XIAO/CN_SeeedStudio_Round_Display_for_XIAO',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Round-display-for-XIAO/CN_SeeedStudio_RoundDisplay_Usage',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/Round-display-for-XIAO/CN_Draw_dials_with_Display_and_lvgl',
|
||
],
|
||
},
|
||
// {
|
||
// type: 'category',
|
||
// label: '基于 XIAO 的毫米波雷达',
|
||
// items: [
|
||
// 'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/mmwave-for-XIAO/CN_mmwave-for-xiao',
|
||
// 'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/mmwave-for-XIAO/CN_mmwave-for-xiao_arduino',
|
||
// ],
|
||
// },
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/CN_Seeeduino-XIAO-Expansion-Board',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/CN_XIAO-CAN-Bus-Expansion-Board',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/CN_Grove-Shield-for-Seeeduino-XIAO-embedded-battery-management-chip',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/CN_xiao-rgb-matrix',
|
||
// 'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/CN_gpio_expander_for_xiao',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/SeeedStudio_XIAO_Expansion_board/CN_XIAO-eInk-Expansion-Board',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '基于 XIAO 的初学者套件',
|
||
items: ['zh-CN/Sensor/SeeedStudio_XIAO/Kit_with_Courses/CN_XIAO-Kit-Courses'],
|
||
},
|
||
// 'zh-CN/Sensor/SeeedStudio_XIAO/CN_PCB_Design_XIAO',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/CN_SeeedStudio_XIAO_Series_Projects',
|
||
'zh-CN/Sensor/SeeedStudio_XIAO/CN_XIAO_FAQ',
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Intro',
|
||
label: 'NVIDIA Jetson 套件',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer 英伟达系列',
|
||
link: {
|
||
type: "doc",
|
||
id: 'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Intro',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer 工业级套件',
|
||
link: {
|
||
type: "doc",
|
||
id: 'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_Getting_Started',
|
||
},
|
||
items: [
|
||
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_J20_Hardware_Interfaces_Usage',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_Industrial/reComputer_Industrial_J40_J30_Hardware_Interfaces_Usage'
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J10 套件',
|
||
link: {
|
||
type: "doc",
|
||
id: 'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_Jetson_Series_Introduction',
|
||
},
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J1010',
|
||
items: [
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_J1010_with_Jetson_getting_start',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/J101_Enable_SD_Card',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/J1010_Boot_From_SD_Card',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_GPIO',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Memory_Expansion',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Series_Hardware_Layout',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1010/reComputer_Jetson_Series_Initiation',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J1020',
|
||
items: [
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1020v2/reComputer_J1020v2_with_Jetson_getting_start',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J10/reComputer_J1020v2/reComputer_J1020_A206_Flash_JetPack',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'reComputer J30/40 套件',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40',
|
||
// },
|
||
items: [
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40/reComputer_J30_40_with_Jetson_getting_start',
|
||
'zh-CN/Edge/NVIDIA_Jetson/reComputer_Jetson_Series/reComputer_J30_40/reComputer_Jetson_with_Infineon_Wi-Fi_Module'
|
||
]}
|
||
]},
|
||
|
||
|
||
|
||
// Generative AI
|
||
{
|
||
type: 'category',
|
||
label: '生成式人工智能应用',
|
||
link: {
|
||
type: "doc",
|
||
id: 'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/Generative_AI_Intro',
|
||
},
|
||
|
||
items: [
|
||
// Models
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/Finetune_LLM_by_Llama_Factory_on_Jetson',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/Quantized_Llama2_7B_with_MLC_LLM_on_Jetson',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/How_to_run_local_llm_text_to_image_on_reComputer',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/Whisper_on_Jetson_for_Real_Time_Speech_to_Text',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/Local_RAG_based_on_Jetson_with_LlamaIndex',
|
||
// 'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/How_to_run_zero_shot_detection_on_reComputer',
|
||
// 'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/How_to_run_VLM_on_reComputer',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/How_to_Format_the_Output_of_LLM_Using_Langchain_on_Jetson',
|
||
|
||
// Projects
|
||
// 'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/Deploy_Riva_and_Llama2_on_reComputer',
|
||
// 'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/Real_Time_Subtitle_Recoder_on_Jetson',
|
||
// 'zh-CN/Edge/NVIDIA_Jetson/Application/Generative_AI/Deploy_Ollama_and_AnythingLLM_on_Jetson',
|
||
|
||
]
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '计算机视觉应用',
|
||
// link: {
|
||
// type: "doc",
|
||
// id: 'Edge/NVIDIA_Jetson/Application/Computer_Vision',
|
||
// },
|
||
items: [
|
||
// 'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/DashCamNet-with-Jetson-Xavier-NX-Multicamera',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/How_to_Train_and_Deploy_YOLOv8_on_reComputer',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/Jetson-Nano-MaskCam',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/Security_Scan',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/reComputer_Jetson_Series_Projects',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/Traffic-Management-DeepStream-SDK',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/YOLOv5-Object-Detection-Jetson',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/YOLOv8-DeepStream-TRT-Jetson',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/YOLOv8-TRT-Jetson',
|
||
// 'Edge/NVIDIA_Jetson/Application/Computer_Vision/reComputer_Jetson_Series_Tutorials_Exercise',
|
||
'zh-CN/Edge/NVIDIA_Jetson/Application/Computer_Vision/YOLOv8_custom_classification_model',
|
||
]
|
||
},
|
||
|
||
|
||
|
||
//Jetson 这里
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'zh-CN/Sensor/Wio_Terminal/CN-Wio_Terminal_Intro',
|
||
label: 'Wio Terminal',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
'zh-CN/Sensor/Wio_Terminal/CN-Wio-Terminal-Getting-Started',
|
||
'zh-CN/Sensor/Wio_Terminal/CN-Wio-Terminal-CircuitPython',
|
||
'zh-CN/Sensor/Wio_Terminal/CN-Software-FreeRTOS',
|
||
'zh-CN/Sensor/Wio_Terminal/CN-wio_terminal_faq',
|
||
|
||
{
|
||
type: 'category',
|
||
label: '硬件概述',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'LCD 的使用',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-Basic',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-Graphics',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-Fonts',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-Anti-aliased-Fonts',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-Loading-Image',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-Linecharts',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-Histogram',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LCD-APIs',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/LCD_Usage/CN-Wio-Terminal-LVGL',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '输入/输出',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Input&Output/CN-Wio-Terminal-IO-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Input&Output/CN-Wio-Terminal-IO-Analog',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Input&Output/CN-Wio-Terminal-IO-Digital',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Input&Output/CN-Wio-Terminal-IO-I2C',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Input&Output/CN-Wio-Terminal-IO-SPI',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Input&Output/CN-Wio-Terminal-Grove',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'IMU 的使用',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/IMU/CN-Wio-Terminal-IMU-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/IMU/CN-Wio-Terminal-IMU-Basic',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/IMU/CN-Wio-Terminal-IMU-Tapping',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'SD 卡',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/SD_Card/CN-Wio-Terminal-FS-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/SD_Card/CN-Wio-Terminal-FS-ReadWrite',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wi-Fi',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Wi-Fi/CN-Wio-Terminal-Network-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Wi-Fi/CN-Wio-Terminal-Wi-Fi',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Wi-Fi/CN-Wio-Terminal-Advanced-Wi-Fi',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '蓝牙',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Bluetooth/CN-Wio-Terminal-Bluetooth-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Bluetooth/CN-Wio-terminal-BLE-introduction',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Bluetooth/CN-Wio-Terminal-Web-Bluetooth',
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Bluetooth/CN-BLE-ibeacon-using-Wio-terminal',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'RTC',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/RTC/CN-Wio-Terminal-RTC',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '按钮',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Buttons/CN-Wio-Terminal-Buttons',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '5路开关',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/five_Way_Switch/CN-Wio-Terminal-Switch',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '光传感器',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Light_Sensor/CN-Wio-Terminal-Light',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '红外线发射器',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Infrared_Emitter/CN-Wio-Terminal-Infrared-Emitter',
|
||
],
|
||
},
|
||
|
||
{
|
||
type: 'category',
|
||
label: '麦克风',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Microphone/CN-Wio-Terminal-Mic',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '蜂鸣器',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Hardware_Overview/Buzzer/CN-Wio-Terminal-Buzzer',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '应用',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: 'Easy IoT',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Easy_IoT/CN-Connect-Wio-Terminal-to-Microsoft-Azure-IoT-Central',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Easy_IoT/CN-Wio-Terminal-Azure-IOT',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Easy_IoT/CN-Connect-Wio-Terminal-to-Google-Cloud-IoT-Core',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Easy_IoT/CN-Get-Started-with-Wio-Terminal-and-Wappsto-IoT',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '嵌入式机器学习',
|
||
items: [
|
||
{
|
||
type: 'category',
|
||
label: '基于边缘脉冲的项目 ',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/CN-Wio-Terminal-TinyML-EI-1',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/CN-Wio-Terminal-TinyML-EI-2',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/CN-Wio-Terminal-TinyML-EI-3',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/CN-Wio-Terminal-TinyML-EI-4',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/CN-Wio-Terminal-TinyML-EI-5',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_Edge_Impulse/CN-Wio-Terminal-TinyML-EI-6',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '基于TensorFlow Lite 的项目',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_TensorFlow_Lite/CN-Wio-Terminal-TinyML-TFLM-1',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_TensorFlow_Lite/CN-Wio-Terminal-TinyML-TFLM-2',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_TensorFlow_Lite/CN-Wio-Terminal-TinyML-TFLM-3',
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/Projects_based_TensorFlow_Lite/CN-Wio-Terminal-Gesture-Recognition',
|
||
],
|
||
},
|
||
'zh-CN/Sensor/Wio_Terminal/Application/Embedded_ML/CN-AIoTs_GPS_state_tester',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '扩展板',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Extension_Board-7/CN-Wio-Terminal-Battery-Chassis',
|
||
'zh-CN/Sensor/Wio_Terminal/Extension_Board-7/CN-Wio-Terminal-Chassis-Battery_650mAh',
|
||
'zh-CN/Sensor/Wio_Terminal/Extension_Board-7/CN-Wio_Terminal_LoRaWan_Chassis_with_Antenna-built-in_LoRa-E5_and_GNSS_EU868_US915',
|
||
'zh-CN/Sensor/Wio_Terminal/Extension_Board-7/CN-Wio-Terminal-Ethernet',
|
||
{
|
||
type: 'category',
|
||
label: '音频扩展板',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Extension_Board-7/Audio_Extension_Board/CN-Wio-Terminal-Audio-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Extension_Board-7/Audio_Extension_Board/CN-Wio-Terminal-Audio-Play-Record',
|
||
'zh-CN/Sensor/Wio_Terminal/Extension_Board-7/Audio_Extension_Board/CN-Wio-Terminal-Audio-GUI',
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '课程套件',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Kit_with_Courses/CN-Wio-Terminal-TinyML-Kit-Course',
|
||
'zh-CN/Sensor/Wio_Terminal/Kit_with_Courses/CN-Wio-Terminal-TinyML',
|
||
'zh-CN/Sensor/Wio_Terminal/Kit_with_Courses/CN-Introduction_to_Artificial_Intelligence_for_Makers',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '教程',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Firmware',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Azure_IoT_CC',
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Terminal 的 Blynk 应用',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Blynk_for_Wio_Terminal/CN-Wio-Terminal-Blynk',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Blynk_for_Wio_Terminal/CN-Blynk-wireless-OTA-functionality-to-Wio-Terminal',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Terminal USB 主机',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Host/CN-Wio-Terminal-USBH-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Host/CN-Wio-Terminal-USBH-Keyboard',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Host/CN-Wio-Terminal-USBH-Mouse',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Host/CN-Wio-Terminal-USBH-Xbox',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: 'Wio Terminal USB 客户端',
|
||
items: [
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/CN-Wio-Terminal-USBCLIENT-Overview',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/CN-Wio-Terminal-USBCLIENT-Keyboard',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/CN-Wio-Terminal-USBCLIENT-Mouse',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/CN-Wio-Terminal-USBCLIENT-MIDI',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/CN-Wio-Terminal-HMI-Usermode-SDK',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/CN-Wio-Terminal-DAPLink',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/Wio_Terminal_USB_Client/CN-Wio-Terminal-Reading-Raspberry-Pi',
|
||
],
|
||
},
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Displaying-Gyro',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Storting-Analog-Data',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Displaying-Photos',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Interactive-Face',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Barometric-Pressure-sensor-using-the-Wio-terminal',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Reading-COVID19',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Thermal-Camera',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-HMI',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Sound-Meter',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Getting_started_wizard',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Edge-Impulse-Tuner',
|
||
'zh-CN/Sensor/Wio_Terminal/Tutorial/CN-Wio-Terminal-Reading-Github',
|
||
],
|
||
},
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'zh-CN/Edge/Quantum_Development_Board/CN_Quantum-Mini-Linux-Development-Kit',
|
||
label: '夸克(Quark)迷你开发者套件',
|
||
className: 'sideboard_calss',
|
||
},
|
||
|
||
|
||
{
|
||
type: 'doc',
|
||
id: 'zh-CN/Sensor/mmWave_radar_sensor/cn-mmwave_radar_Intro',
|
||
label: '毫米波雷达传感器',
|
||
className: 'sideboard_calss',
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '用于XIAO的毫米波',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
'zh-CN/Sensor/mmWave_radar_sensor/mmwave-for-XIAO/cn-mmwave-for-xiao',
|
||
'zh-CN/Sensor/mmWave_radar_sensor/mmwave-for-XIAO/cn-mmwave-for-xiao_arduino',
|
||
'zh-CN/Sensor/mmWave_radar_sensor/mmwave-for-XIAO/cn-mmwave-for-xiao-connect-to-HA',
|
||
],
|
||
},
|
||
{
|
||
type: 'category',
|
||
label: '毫米波套件',
|
||
collapsed: true,
|
||
collapsible: true,
|
||
items: [
|
||
'zh-CN/Sensor/mmWave_radar_sensor/mmwave-kit/cn-mmwave_human_kit',
|
||
'zh-CN/Sensor/mmWave_radar_sensor/mmwave-kit/cn-mmWave_Kit_And_Grove_Connect_To_ESPHome',
|
||
|
||
],
|
||
},
|
||
'zh-CN/Sensor/mmWave_radar_sensor/cn-Radar_MR24BSD1',
|
||
'zh-CN/Sensor/mmWave_radar_sensor/cn-Radar_MR24FDB1',
|
||
'zh-CN/Sensor/mmWave_radar_sensor/cn-Radar_MR24HPB1',
|
||
'zh-CN/Sensor/mmWave_radar_sensor/cn-Radar_MR24HPC1',
|
||
'zh-CN/Sensor/mmWave_radar_sensor/cn-Radar_MR60BHA1',
|
||
'zh-CN/Sensor/mmWave_radar_sensor/cn-Radar_MR60FDA1',
|
||
|
||
|
||
],
|
||
}
|
||
|
||
module.exports = sidebars
|