Skip to content

Commit 5ba78cf

Browse files
committed
Updated Summary and Tidied up default files
1 parent e8c3a66 commit 5ba78cf

8 files changed

Lines changed: 137 additions & 12 deletions

File tree

README.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
= Website Course Template
1+
= Simple Grove Examples
2+
3+
This is a collection of drivers using the Grove interface standard (or adapted from them).
4+
5+
* https://wiki.seeedstudio.com/Grove_System/[SEEED Grove System]
6+
27
3-
This repository is the starting point for a new CTI course.
48
5-
Instruction to create a new course are available https://labviewcommunitytraining.github.io/www/en/new-course.html[here].
9.5 KB
Loading

www/en/modules/ROOT/nav.adoc

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,54 @@
11
* xref:index.adoc[Overview]
22
* xref:set-up.adoc[Set-up Instructions]
3-
* xref:lesson-1.adoc[Lesson 1]
4-
* xref:lesson-2.adoc[Lesson 2]
3+
* xref:what-is-grove.adoc[What is Grove]
4+
5+
.Grove Digital Outputs
6+
[%collapsible]
7+
====
8+
* xref:grove-digital-outputs.adoc[Digital Output Examples]
9+
* xref:grove-i2c-4-channel-spdt-realy-board.adoc[4 Channel SPDT Relay Board Example]
10+
====
11+
12+
.Grove Digital Inputs
13+
[%collapsible]
14+
====
15+
* xref:grove-digital-inputs.adoc[Digital Input Examples]
16+
====
17+
18+
.Grove Analog Outputs
19+
[%collapsible]
20+
====
21+
* xref:grove-analog-outputs-pwm.adoc[Analog Output PWM Examples]
22+
* xref:grove-i2c-M5StackDAC2-An-Out.adoc[M5StackDAC2 An Out Example]
23+
* xref:grove-i2c-gp8313-0-20ma-dac.adoc[GP8313 0-20mA An Out Example]
24+
====
25+
26+
.Grove Analog Inputs
27+
[%collapsible]
28+
====
29+
* xref:grove-analog-inputs.adoc[Analog Input Examples]
30+
* xref:grove-i2c-ADC-ADS1115.adoc[4 Channel An In Example]
31+
* xref:grove-i2c-dh20-temperature-humidity-sensor.adoc[DH20 Temperature Humidity Sensor Example]
32+
* xref:grove-i2c-mcp9600-thermocouple-sensor.adoc[MCP9600 Thermocouple Sensor Example]
33+
====
34+
35+
.Grove Displays
36+
[%collapsible]
37+
====
38+
* xref:grove-i2c-ssdc1315-64x128oled-display.adoc[SSD1315 64x128OLED Display Example]
39+
* xref:grove-i2c-hd44870-LCD-display.adoc[HD44870 LCD Display Example]
40+
* xref:grove-i2c-sgm31323-rgb-controller-LCD-display.adoc[SGM31323 RGB Controller(LCD Display) Example]
41+
====
42+
43+
.Grove Gadgets
44+
[%collapsible]
45+
====
46+
* xref:grove-i2c-8x8thermal-camera.adoc[AMG8833 Thermal Camera Example]
47+
* xref:grove-i2c-gesture-sensor-I2C-PAJ7620U2.adoc[Gesture Sensor PAJ7620U2 Example]
48+
* xref:grove-i2c-lsm6ds3-6-axis-gyro-accel.adoc[LSM6DS3 6 Axis Gyro Accel Example]
49+
====
50+
51+
52+
53+
54+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
= Grove Digital Inputs
2+
:page-toclevels: 1

www/en/modules/ROOT/pages/lesson-1.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.

www/en/modules/ROOT/pages/lesson-2.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,52 @@
11
= Set Up Instructions
2+
:page-toclevels: 1
3+
4+
.Hardware Requirements
5+
:page-toclevels: 2
6+
****
7+
8+
.Raspberry Pi Pico 2040
9+
[%collapsible]
10+
====
11+
* https://thepihut.com/products/raspberry-pi-pico[Pihut UK]
12+
* https://uk.farnell.com/raspberry-pi/raspberry-pi-pico/mcu-board-rpi-pico-264kb-133mhz/dp/3643332[Farnell UK]
13+
====
14+
15+
.Radxa X4
16+
[%collapsible]
17+
====
18+
* https://thepihut.com/products/raspberry-pi-pico[Pihut UK]
19+
20+
====
21+
22+
23+
24+
225
3-
Download the latest drivers here
426
5-
== Download the course material
627
28+
****
29+
30+
.Download Drivers
31+
:page-toclevels: 2
32+
****
33+
Download the latest drivers here
34+
* https://github.com/LabVIEWCommunityTraining/cti-drivers-lv-visa[cti-drivers-lv-visa]
35+
****
36+
37+
.Download and install the CTI Pico firmware (UF2)
38+
:page-toclevels: 2
39+
****
40+
Download the latest CTI Pico firmware (UF2) here
741
* https://github.com/LabVIEWCommunityTraining/cti-drivers-lv-visa[cti-drivers-lv-visa]
842
9-
== Download the CTI Pico firmware (UF2)
43+
Load firmware on the Pico by pressing the bootsel button and powering on the Pico.
44+
45+
On a Radxa you will could run this script instead (mainly because the Bootsel button is a bit fiddly!)...
46+
47+
On a Lattepanda Iota you can press the button here.
48+
49+
****
50+
1051
1152
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
= Template Title
2+
:page-toclevels: 1
3+
4+
// Use this as a template for each new device page
5+
6+
.Overview
7+
:page-toclevels: 2
8+
****
9+
Blah Blah Blah
10+
****
11+
12+
.Hardware Details
13+
:page-toclevels: 2
14+
****
15+
Blah Blah Blah
16+
****
17+
18+
.Demo Video
19+
:page-toclevels: 2
20+
****
21+
Here is a video that shows ....... blah blah
22+
23+
video::0-suR8HejsY[youtube]
24+
25+
****
26+
27+
.Example Code
28+
:page-toclevels: 2
29+
****
30+
Navigate to >>Scratchpad>>Grove>>blah blah
31+
32+
image::Template\Template-1.png[]
33+
****

0 commit comments

Comments
 (0)