From 35811b48efa79e719549e1de8ef8c215733cb866 Mon Sep 17 00:00:00 2001 From: Leon Beier Date: Sun, 18 Feb 2024 13:28:30 +0100 Subject: [PATCH] Add link --- docs/community/bluetooth_speaker.md | 2 ++ docs/community/camera.md | 2 ++ docs/community/light_tracker.md | 2 ++ docs/community/logic_analyzer.md | 2 ++ docs/community/matrix.md | 2 ++ docs/community/motor.md | 2 ++ docs/community/neural_net.md | 2 ++ docs/community/overview.mdx | 4 ++++ docs/community/spectrum.md | 2 ++ docs/components/audio.md | 4 ++++ docs/components/camera.md | 4 ++++ docs/components/cyc1000.md | 4 ++++ docs/components/cyc5000.md | 4 ++++ docs/components/levelshifter.md | 4 ++++ docs/components/max1000.md | 4 ++++ docs/components/maxco2.md | 4 ++++ docs/components/motor.md | 4 ++++ docs/components/onsemi_camera.md | 4 ++++ docs/components/overview.mdx | 12 ++++++++---- docs/components/shield_max10.md | 4 ++++ docs/components/vhdpcore_max10.md | 4 ++++ docs/components/wifi.md | 4 ++++ docs/getstarted.mdx | 4 ++++ 23 files changed, 80 insertions(+), 4 deletions(-) diff --git a/docs/community/bluetooth_speaker.md b/docs/community/bluetooth_speaker.md index 49da7f71..1b23dc37 100644 --- a/docs/community/bluetooth_speaker.md +++ b/docs/community/bluetooth_speaker.md @@ -26,6 +26,8 @@ When you buy a normal commercial bluetooth speaker, they are not loud enough for 1x [Battery Protection](https://amzn.to/3d8ka81) Breadboard, Buttons, Potentiometer, Wood... +If you want to work on FPGA projects in a team, you can check out [ONE WARE Studio](https://one-ware.com/studio)! + ## Hardware diff --git a/docs/community/camera.md b/docs/community/camera.md index e5068a06..2d4a19c6 100644 --- a/docs/community/camera.md +++ b/docs/community/camera.md @@ -37,6 +37,8 @@ don't reduce the quality or frame rate. Also the delay between receiving and the *This links are Affiliate Links. By purchasing with them you support us and our work, because we get a part of the revenue as commission. You still pay the same price. +If you want to do more image processing, you can check out [ONE WARE Studio](https://one-ware.com/studio)! + ## Structure of the camera libraries ![Demonstration](/img/community/Camera.webp) diff --git a/docs/community/light_tracker.md b/docs/community/light_tracker.md index 2bc09fd6..92e91ab8 100644 --- a/docs/community/light_tracker.md +++ b/docs/community/light_tracker.md @@ -22,6 +22,8 @@ In this tutorial you learn how to use a camera and servos. The white parts of th *This links are Affiliate Links. By purchasing with them you support us and our work, because we get a part of the revenue as commission. You still pay the same price. +If you want to do more image processing, you can check out [ONE WARE Studio](https://one-ware.com/studio)! + ## Hardware I used hot glue, the 2 servos and an unused PCB as base plate.
diff --git a/docs/community/logic_analyzer.md b/docs/community/logic_analyzer.md index 8faf4988..3aa144a7 100644 --- a/docs/community/logic_analyzer.md +++ b/docs/community/logic_analyzer.md @@ -15,6 +15,8 @@ With the FPGA you can also modify the sample speed, depth and input channels. - [Core MAX10](/docs/components/vhdpcore_max10) or [MAX1000](/docs/components/max1000) +If you want to work on FPGA projects in a team, you can check out [ONE WARE Studio](https://one-ware.com/studio)! + ## Hardware If you have 3.3V signals to measure, you can just connect the signals with the FPGA pins and the GND pin. diff --git a/docs/community/matrix.md b/docs/community/matrix.md index 1b9ab760..dcb20d2b 100644 --- a/docs/community/matrix.md +++ b/docs/community/matrix.md @@ -22,6 +22,8 @@ In this tutorial we want to make an LED matrix that can display a custom text or *This links are Affiliate Links. By purchasing with them you support us and our work, because we get a part of the revenue as commission. You still pay the same price. +If you want to work on FPGA projects in a team, you can check out [ONE WARE Studio](https://one-ware.com/studio)! + ## The hardware ### Soldering diff --git a/docs/community/motor.md b/docs/community/motor.md index 5bc4e9e2..37cdda4c 100644 --- a/docs/community/motor.md +++ b/docs/community/motor.md @@ -37,6 +37,8 @@ This is a list of really everything you need, but if you will do more projects, *This links are Affiliate Links. By purchasing with them you support us and our work, because we get a part of the revenue as commission. You still pay the same price. +If you want to work on FPGA projects in a team, you can check out [ONE WARE Studio](https://one-ware.com/studio)! + ## The Chassis Be creative and invent your own chassis. The easiest way is probably to take [some wood plank*](https://amzn.to/2YWrn26) and mount the motors. diff --git a/docs/community/neural_net.md b/docs/community/neural_net.md index 5ebb97a1..74605813 100644 --- a/docs/community/neural_net.md +++ b/docs/community/neural_net.md @@ -29,6 +29,8 @@ and calculate multiple times to get only one filter result. 1. [IAS Camera Kit](https://vhdplus.com/docs/components/onsemi_camera) 2. [HDMI Display](https://amzn.to/2wr6NfW) +If you want to automate the AI-Generation, you can check out [ONE WARE Studio](https://one-ware.com/studio)! + ## Connect the camera to the FPGA To train the neural net, we can take an image of an object and then train for the colors of the pixels of the object. diff --git a/docs/community/overview.mdx b/docs/community/overview.mdx index 5fc48fb7..74e8bab0 100644 --- a/docs/community/overview.mdx +++ b/docs/community/overview.mdx @@ -10,6 +10,10 @@ import { Image } from 'rebass' +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ## Example Projects with Tutorial diff --git a/docs/community/spectrum.md b/docs/community/spectrum.md index 2f0152d4..721f5cb8 100644 --- a/docs/community/spectrum.md +++ b/docs/community/spectrum.md @@ -25,6 +25,8 @@ Finally, we want to display the result with an LED matrix. *These links are Affiliate Links, by purchasing with them, you support us and our work. As a customer, you pay the same price, we receive part of their revenue through commission. +If you want to work on FPGA projects in a team, you can check out [ONE WARE Studio](https://one-ware.com/studio)! + ## The hardware ### Soldering diff --git a/docs/components/audio.md b/docs/components/audio.md index 87f13a20..9c2e826c 100644 --- a/docs/components/audio.md +++ b/docs/components/audio.md @@ -8,6 +8,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or create an AI voice recognition, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ![Audio Extension](/img/extensions/audio/Audio.png) The Audio extension features an Audio Codec IC that allows to receive and output analog audio data. This allows you to e.g. make your own audio mixer, synthesizer or program a voice recognition. Like for image processing, you also profit from FPGAs with audio processing. diff --git a/docs/components/camera.md b/docs/components/camera.md index dab469ea..2204c4bf 100644 --- a/docs/components/camera.md +++ b/docs/components/camera.md @@ -8,6 +8,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + > _The camera libraries are a work in progress_ diff --git a/docs/components/cyc1000.md b/docs/components/cyc1000.md index 46d18da2..613b89a1 100644 --- a/docs/components/cyc1000.md +++ b/docs/components/cyc1000.md @@ -7,6 +7,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ![CYC1000](/img/cyc1000/TEI0003.png) The CYC1000 FPGA Development Board is for everybody who needs more logic elements than you get with the MAX1000. You have an external SDRAM, flash, accelerometer and programmer like with the MAX1000, but instead of the MAX10 with 8,000 (or 16,000 logic elements with the MAX1000 16k), you have a Cyclone 10 FPGA with 25,000 logic elements. diff --git a/docs/components/cyc5000.md b/docs/components/cyc5000.md index 38e4f7cf..1b71a1e6 100644 --- a/docs/components/cyc5000.md +++ b/docs/components/cyc5000.md @@ -7,6 +7,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ![CYC5000](/img/cyc5000/TEI0050-01-AAH13A_0.png) The CYC5000 FPGA Development Board is for everybody who got to the limits of the MAX1000 or Core MAX10. With a CRUVI High Speed connector, higher LVDS speeds, three times more logic elements (25,000) and a faster USB interface, the CYC5000 is ideal for camera applications and real time AI image recognition. Still you have an external SDRAM, flash and programmer like with the MAX1000 to realize all kinds of projects with just one tiny development board. diff --git a/docs/components/levelshifter.md b/docs/components/levelshifter.md index 405058e0..ac1b2162 100644 --- a/docs/components/levelshifter.md +++ b/docs/components/levelshifter.md @@ -8,6 +8,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + The Level Shifter extension allows you to connect hardware with 5V IO voltage like ultrasonic sensors or an LED matrix. It can be used in many projects and hardware for Arduinos can be connected. diff --git a/docs/components/max1000.md b/docs/components/max1000.md index d5c73ba8..93a0cb56 100644 --- a/docs/components/max1000.md +++ b/docs/components/max1000.md @@ -7,6 +7,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ![MAX1000](/img/max1000/max1000.png) The MAX1000 FPGA Development Board is the most inexpensive way to start with FPGAs and the VHDPlus IDE. But you still have all the hardware you get with the Core MAX10. diff --git a/docs/components/maxco2.md b/docs/components/maxco2.md index c1d48ad1..4249d644 100644 --- a/docs/components/maxco2.md +++ b/docs/components/maxco2.md @@ -7,6 +7,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ![MAXCO2](/img/maxco2/TEI0024.png) The Trenz Electronic TEI0024-01 MAXCO2 is a compact evaluation kit for precise CO2 measurement of the ambient air in rooms and displays pre-defined CO2 levels directly via 8 LEDs. MAXCO2 is a combination of the well-known MAX1000 Intel FPGA board, where many tutorials are available, and the high-precision CO2 measurement sensor SCD30 from Sensirion. The board is supplied via a standard micro-USB connector (e.g. mobile phone charger) and shows the current CO2 concentration levels via the LEDs already after a few seconds. diff --git a/docs/components/motor.md b/docs/components/motor.md index da718428..222a0480 100644 --- a/docs/components/motor.md +++ b/docs/components/motor.md @@ -8,6 +8,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + The Motor and Encoder extension is the first step for your own robot. It supports most of the motors you can buy and allows to connect an encoder, so you can profit from the FPGA and keep track of the current speed and driven distance. diff --git a/docs/components/onsemi_camera.md b/docs/components/onsemi_camera.md index e90ce81b..34e366ba 100644 --- a/docs/components/onsemi_camera.md +++ b/docs/components/onsemi_camera.md @@ -8,6 +8,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ![Camera Overview](/img/extensions/ias/Full_1.jpg) The IAS Camera and Display extension allows to connect OnSemi cameras with IAS connector to an FPGA development board with CRUVI HS connector. It features an HDMI port that can be used to output the image of the camera. The power supply and oscillator for the camera is also on board, so you just have to connect the extension with FPGA board and the camera to have a working system. diff --git a/docs/components/overview.mdx b/docs/components/overview.mdx index 8ec2f814..fc3d2f7c 100644 --- a/docs/components/overview.mdx +++ b/docs/components/overview.mdx @@ -14,14 +14,18 @@ import { :::info Buy now! Check out our [shop](https://shop.vhdplus.com) to buy the official VHDPlus hardware. ::: - - - - --> :::info Buy now! Check out our [shop](https://shop.vhdplus.com) to buy hardware that is integrated in the VHDPlus IDE. +::: + +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + +:::tip More Industrial CRUVI Extensions +If you want to create an advanced robot or industrial controller, you can check out [PLC ONE](https://one-ware.com/plc-one)! ::: All hardware on this site is directly integrated in the IDE. diff --git a/docs/components/shield_max10.md b/docs/components/shield_max10.md index 84a1a534..6856b5db 100644 --- a/docs/components/shield_max10.md +++ b/docs/components/shield_max10.md @@ -8,6 +8,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + The shield for the Core MAX10 features a power supply, so you can power the board with a battery or power adapter, and more CRUVI connectors, so you can connect camera, motors and ultrasonic sensors at once while you're powering the FPGA with the same supply as the motors. diff --git a/docs/components/vhdpcore_max10.md b/docs/components/vhdpcore_max10.md index cb371125..9303ebd4 100644 --- a/docs/components/vhdpcore_max10.md +++ b/docs/components/vhdpcore_max10.md @@ -7,6 +7,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ![VHDP Core MAX10](/img/vhdpcore/max10_img.jpg) > This board isn't build for a one time use - It is an investment in all the projects you can now instantly control with just one piece of hardware diff --git a/docs/components/wifi.md b/docs/components/wifi.md index 5ccd4c21..81752d48 100644 --- a/docs/components/wifi.md +++ b/docs/components/wifi.md @@ -8,6 +8,10 @@ import Link from "@docusaurus/Link"; Get this product in our shop 🛒 +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: + ![WiFi Extension](/img/extensions/wifi/Wifi_Top.png) The WiFi Extensions make it easy to use your FPGA as an IoT controller. You have to take a cheap ESP-01 and plug it in the connector. Then you can use the FPGA as a programmer and USB interface for the ESP8266 together with the onboard buttons. And when you only have one CRUVI connector left, you can just plug a second extension like the [SCD40 CRUVI module](https://shop.trenz-electronic.de/en/CR00040-01-40-CRUVI-module-with-CO2-sensor-SCD40) on top of the extension. diff --git a/docs/getstarted.mdx b/docs/getstarted.mdx index 4f702e27..548941eb 100644 --- a/docs/getstarted.mdx +++ b/docs/getstarted.mdx @@ -19,6 +19,10 @@ import TabItem from '@theme/TabItem'; Use the benefits of code suggestions and vendor-independent libraries by using VHDPlus IDE, the easiest way to program your FPGA. +:::tip New IDE for Professional Electronics Development +If you want to work on FPGA projects in a team or work on Edge-AI, you can check out [ONE WARE Studio](https://one-ware.com/studio)! +::: +
### Install VHDPlus IDE