Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit db7a355

Browse files
committed
Final changes
1 parent d377ec7 commit db7a355

7 files changed

Lines changed: 37 additions & 34 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Welcome to BitDocs, a documentation on the littleBits electronics kits.
44

55
For students around us, the littleBits can seem confusing, but we're here to show you that they're not.
66

7-
To start, we recommend looking at our [examples](placeholder) page where you can find some examples of simple circuits.
7+
To start, we recommend looking at this helpful [examples](https://inventtolearn.com/littlebitsall.pdf) page where you can find some examples of simple circuits.
88

9-
If you need any support, email us at <webmaster@bitdocs.ml>.
9+
If you need any support, email us at <webmaster@bitdocs.ml>[.](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

docs/input-se.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ While the [button](/input-sw/#button) jumps instantly to 5V when pressed, the li
2020

2121
The light/dark mode switch will change in what ways the light sensor releases power. On light mode, the sensor will release power as light level goes up, but on dark mode, the sensor will release power as the light level goes down.
2222

23-
**NOTE: Some older models may use a screwdriver dial instead of a slide for sensitivity. This works the same, however, you'll need to use the purple [screwdriver](/placeholder) to change the sensitivity setting**
23+
**NOTE: Some older models may use a screwdriver dial instead of a slide for sensitivity. This works the same, however, you'll need to use the purple screwdriver to change the sensitivity setting**
2424

2525
## Motion Trigger
2626

@@ -48,7 +48,7 @@ This bit works similarly to the [light sensor](#light-sensor), but sends power b
4848

4949
![Remote Trigger Bit](https://i.shgcdn.com/09e71eb2-5187-4f93-a007-12b6ca6fc3e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/)
5050

51-
The remote trigger bit will send a signal when it recieves an IR signal. Things that can trigger this include your TV remote or the [IR LED](/placeholder).
51+
The remote trigger bit will send a signal when it recieves an IR signal. Things that can trigger this include your TV remote or the [IR LED](/output-ls/#ir-led).
5252

5353
## Sound Trigger
5454

docs/output-ls.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These are the bits that output something, whether it be a light, some type of signal, a sound, or something else.
44

5-
These bits actually do the work, as with just [input](/placeholder) and [logic](/placeholder) bits, nothing will happen, so you need an output bit for your device to function.
5+
These bits actually do the work, as with just [input](/input-so) and [logic](/wire-dl) bits, nothing will happen, so you need an output bit for your device to function.
66

77
All of these bits also pass electricity along, so connecting another bit to the end of an output will continue your device. This means you can have as many [buzzers](#buzzer), [speakers](#speaker), and other noise making bits as you want! (Though we advise against this.)
88

@@ -16,7 +16,7 @@ This bit creates a buzzing sound when recieving power. It's very simple as it ca
1616

1717
### Other Info
1818

19-
* You can use the [dimmer](/placeholder) or [slide dimmer](/placeholder) bits to control the volume of the buzz.
19+
* You can use the [dimmer](/input-sw/#dimmer) or [slide dimmer](/input-sw/#slide-dimmer) bits to control the volume of the buzz.
2020

2121
## Speaker
2222

@@ -26,24 +26,24 @@ The speaker bit, also known as the synth speaker, produces sound when given an i
2626

2727
### How to Use
2828

29-
The speaker bit doesn't just produce sound when given power, it requires an [input](/placeholder) bit to know what sound to produce.
29+
The speaker bit doesn't just produce sound when given power, it requires an [input](/input-so) bit to know what sound to produce.
3030

3131
Instructions:
3232

33-
1. Connect a sound producing input bit to the power bit. (ex. [oscillator](/placeholder), [MP3 Player](/placeholder), [keyboard](/placeholder))
33+
1. Connect a sound producing input bit to the power bit. (ex. [oscillator](/input-so/#oscillator), [MP3 Player](/input-so/#mp3-player), [keyboard](/input-so/#keyboard))
3434
2. Connect the speaker to the input bit.
3535
3. Tune the input bit and the speaker's volume as needed, then turn on the power and the synth speaker will start playing the tune.
3636

3737
## LED
3838

3939
![LED Bit](https://i.pinimg.com/originals/1a/c9/0c/1ac90c53588f45e317c4865428f3ded2.jpg)
4040

41-
This bit will light up green when it recieves power. Like the [buzzer](#buzzer), it also is very simple.
41+
This bit will light up green when it recieves power.
4242

4343
### Other Info
4444

45-
* You can use the [dimmer](/placeholder) or [slide dimmer](/placeholder) bits to control the intensity of the LED type bits.
46-
* The [light sensor](/placeholder) bit can be activated by any bit that produces light, including all LED type bits.
45+
* You can use the [dimmer](/input-sw/#dimmer) or [slide dimmer](/input-sw/#slide-dimmer) bits to control the intensity of the LED bits.
46+
* The [light sensor](/input-se/#light-sensor) bit can be activated by any bit that produces light, including all LED bits.
4747

4848
## Long LED
4949

@@ -66,7 +66,7 @@ The Bright LED is exactly the same as the normal [LED](#led) bit, but is much br
6666

6767
![UV LED Bit](https://i.shgcdn.com/fb839f6c-13af-437e-a7b1-f1507aef7bd4/-/format/auto/-/preview/3000x3000/-/quality/lighter/)
6868

69-
The UV LED is the same as the [long LED](#long-led) bit, though it emits UV light instead of normal, visible light.
69+
The UV LED is the same as the [long LED](#long-led) bit, though it emits ultraviolet (UV) light instead of normal, visible light.
7070

7171
## IR LED
7272

@@ -76,7 +76,7 @@ The IR LED follows the same pattern as the [UV LED](#uv-led) and [long LED](#lon
7676

7777
### Other Info
7878

79-
* Because it emits IR light, it can be used to activate the [remote trigger](/placeholder) bit.
79+
* Because it emits IR light, it can be used to activate the [remote trigger](/input-se/#remote-trigger) bit.
8080

8181
## RGB LED
8282

@@ -88,4 +88,4 @@ The RGB LED uses three dials (slides on some models) to control three values (re
8888

8989
As you can see in the picture, the RGB LED bit has three dials that can be turned with the purple littleBits screwdriver. Adjusting these dials will control the amount of red, green, and blue that the LED outputs.
9090

91-
Some newer models, like the one pictured on the [littleBits website](https://littlebits.com/products/rgb-led) have slides instead of screwdriver dials, which makes adjusting the values much easier. These newer models work no different than the original ones, and the way you control the values is the only thing that has changed.
91+
**NOTE: Some newer models, like the one pictured on the [littleBits website](https://littlebits.com/products/rgb-led) have slides instead of screwdriver dials, which makes adjusting the values much easier. These newer models work no different than the original ones, and the way you control the values is the only thing that has changed.**

docs/output-md.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
These are the bits that output something, whether it be a light, some type of signal, a sound, or something else.
44

5-
These bits actually do the work, as with just [input](/placeholder) and [logic](/placeholder) bits, nothing will happen, so you need an output bit for your device to function.
5+
These bits actually do the work, as with just [input](/input-so) and [logic](/wire-dl) bits, nothing will happen, so you need an output bit for your device to function.
66

7-
All of these bits also pass electricity along, so connecting another bit to the end of an output will continue your device. This means you can have as many [buzzers](#buzzer), [speakers](/placeholder), and other noise making bits as you want! (Though we advise against this.)
7+
All of these bits also pass electricity along, so connecting another bit to the end of an output will continue your device. This means you can have as many [buzzers](/output-ls/#buzzer), [speakers](/output-ls/#speaker), and other noise making bits as you want! (Though we advise against this.)
88

99
This section is all about the bits that have moving parts or display data.
1010

@@ -16,9 +16,9 @@ The DC motor is a simple motor that can be controlled to run either clockwise, c
1616

1717
### How to Use
1818

19-
The DC motor has three different settings, cw (clockwise), ccw (counter-clockwise), and var (variable). While the clockwise and counter-clockwise settings are self-explanitory, the variable setting can be a bit tricky. The variable setting is controlled via the amount of power going through. Try it out by using a [dimmer](/placeholder) or [slide dimmer](/placeholder) with this bit.
19+
The DC motor has three different settings, cw (clockwise), ccw (counter-clockwise), and var (variable). While the clockwise and counter-clockwise settings are self-explanitory, the variable setting can be a bit tricky. The variable setting is controlled via the amount of power going through. Try it out by using a [dimmer](/input-sw/#dimmer) or [slide dimmer](/input-sw/#slide-dimmer) with this bit.
2020

21-
The [wheel](/placeholder) included with some kits can be attached to the motor to create an electric-powered wheel.
21+
The wheel included with some kits can be attached to the motor to create an electric-powered wheel.
2222

2323
## Vibration Motor
2424

@@ -40,9 +40,9 @@ The servo bit is similar to the [DC motor](#dc-motor) bit, though is much more s
4040

4141
### How to Use
4242

43-
The servo bit has two different settings. the TURN mode adjusts the position of the servo based on the signal it's recieving. In simpler terms, when in TURN mode, the servo can be controlled via a [dimmer](/placeholder), [slide dimmer](/placeholder), or any other bit that controls the amount of power.
43+
The servo bit has two different settings. the TURN mode adjusts the position of the servo based on the signal it's recieving. In simpler terms, when in TURN mode, the servo can be controlled via a [dimmer](/#input-sw/#dimmer), [slide dimmer](/input-sw/#slide-dimmer), or any other bit that controls the amount of power.
4444

45-
The SWING setting will have the servo move back and forth on its own. The speed of the servo in this mode can be slowed by lowering the power with a [dimmer](/placeholder).
45+
The SWING setting will have the servo move back and forth on its own. The speed of the servo in this mode can be slowed by lowering the power with a [dimmer](/input-sw/#dimmer).
4646

4747
## Number
4848

@@ -55,10 +55,10 @@ The number bit has two seven-segment number displays that display different numb
5555
This bit has four different settings for counting. Those settings are up, down, voltage, and value. Up and down are in the couny category, while voltage and value are in the read category.
5656

5757
For the count category, both up and down count up and down respectively when they recieve a signal. This bit will **NOT** count up or down continuously if there is continuous power delivered, it will only occur when a new signal is recieved.
58-
For example, attaching a [button](/placeholder) before this bit will increase the count every time the button is pressed, because the bit is recieving a new signal. If this sounds confusing, play with it a little bit, and you'll get it eventually.
58+
For example, attaching a [button](/input-sw/#button) before this bit will increase the count every time the button is pressed, because the bit is recieving a new signal. If this sounds confusing, play with it a little bit, and you'll get it eventually.
5959

6060
For the read category, the bit will, no surprise, read the voltage and value of the current signal. If you attach this bit directly to the power on a read mode, it will read 5.0 on voltage mode, and 99 on value mode.
61-
You can use a [dimmer](/placeholder) to control the voltage and value. Both scale similarly to each other. The voltage ranges from 0 (no power) to 5.0 (full power), and the value ranges from 0 (no power) to 99 (full power).
61+
You can use a [dimmer](/input-sw/#dimmer) to control the voltage and value. Both scale similarly to each other. The voltage ranges from 0 (no power) to 5.0 (full power), and the value ranges from 0 (no power) to 99 (full power).
6262

6363
## Bargraph
6464

@@ -68,4 +68,4 @@ The bargraph bit is similar to the [number](#number) bit's voltage read mode, bu
6868

6969
### How to Use
7070

71-
The bit only has one setting, and that is to read the voltage of the current signal. Since the normal power is 5V, if this bit is plugged directly into the power, it will read all the way up to five. However, using something like a [dimmer](/placeholder) to control power, you can lower the voltage of the current signal. At 1V, the bit will read to 1, at 2V, the bit will read to 2, and that continues up to five.
71+
The bit only has one setting, and that is to read the voltage of the current signal. Since the normal power is 5V, if this bit is plugged directly into the power, it will read all the way up to 5. However, using something like a [dimmer](/input-sw/#dimmer) to control power, you can lower the voltage of the current signal. At 1V, the bit will read to 1, at 2V, the bit will read to 2, and that continues up to 5.

docs/power.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ You must have one power bit for your circuit to function, as without one of thes
88

99
![Power Bit](https://i.shgcdn.com/c023f827-c3fd-401e-b7f7-8c7522c5382f/-/format/auto/-/preview/3000x3000/-/quality/lighter/)
1010

11-
This bit is the most basic in this category, as it only requires one [9V battery](/placeholder). This will be the most common, as the small battery makes your circuits very portable.
11+
This bit is the most basic in this category, as it only requires one 9V battery. This will be the most common, as the small battery makes your circuits very portable.
1212

1313
### How to Use
1414

15-
To use the power bit, you need two things, a [9V battery](/placeholder) and a 9V battery [clip connector](/placeholder).
15+
To use the power bit, you need two things, a 9V battery and a 9V battery clip connector.
1616

1717
Instructions:
1818

@@ -29,15 +29,15 @@ Instructions:
2929

3030
![USB Power Bit](https://i.shgcdn.com/b263983b-0279-4d40-b0a2-0e4d601d8ec7/-/format/auto/-/preview/3000x3000/-/quality/lighter/)
3131

32-
This bit is very similar to the normal [power](#power) bit, though instead of using a [9V battery](/placeholder) and [clip converter](/placeholder), it has a [Micro-USB](/placeholder) connection that is used to supply power.
32+
This bit is very similar to the normal [power](#power) bit, though instead of using a 9V battery and clip converter, it has a Micro-USB connection that is used to supply power.
3333

3434
### How to Use
3535

36-
To use this module, you need a power source that has a USB output (computer, battery bank, etc.), and a [Micro-USB cable](/placeholder).
36+
To use this module, you need a power source that has a USB output (computer, battery bank, etc.), and a Micro-USB cable.
3737

3838
Instructions:
3939

40-
1. Use a [Micro-USB cable](/placeholder) to plug the bit into a computer, battery bank, or other device capable of outputting power.
40+
1. Use a Micro-USB cable to plug the bit into a computer, battery bank, or other device capable of outputting power.
4141
2. Connect the bit to your circuit, which immediatley powers it on.
4242

4343
### Other Info

docs/wire-dl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It outputs an ON signal only when input 1 AND input 2 are both receiving an ON s
1212
## NAND
1313
![NAND bit](https://i.shgcdn.com/5c06dd06-9a7e-47d2-b33a-457df6012ff2/-/format/auto/-/preview/3000x3000/-/quality/lighter/)
1414

15-
It is the opposite of an [AND gate](#AND), so it sends an OFF when both inputs are sending ON, and ON when an [AND gate](#AND) is normally sending an OFF.
15+
It is the opposite of an [AND gate](#and-aka-double-and), so it sends an OFF when both inputs are sending ON, and ON when an [AND gate](#and-aka-double-and) is normally sending an OFF.
1616

1717
## OR
1818
![OR bit](https://i.shgcdn.com/3d6c8e96-5536-4b28-9327-5c6c7c931972/-/format/auto/-/preview/3000x3000/-/quality/lighter/)

docs/wire-i.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ These bits can interface with, or talk to, external computers and devices
88
![Makey Makey bit](https://i.shgcdn.com/e3448365-77bb-456f-a008-b74966408e47/-/format/auto/-/preview/3000x3000/-/quality/lighter/)
99

1010
This bit has two functions:
11+
1112
* It sends keystrokes over USB when a signal is sent to it.
1213
* It can send a signal, like a button, when it's contacts are shorted.
1314

1415
### How to Use
1516

16-
* Either send a signal through one of its inputs, or short a key contact and the "Earth" contact by connecting them, to send the corresponding keystroke to a computer hooked up using a [Micro-USB cable](/placeholder).
17-
* Short a contact and the "Earth" contact by connecting them to send an ON signal out tthe corresponding output.
17+
* Either send a signal through one of its inputs, or short a key contact and the "Earth" contact by connecting them, to send the corresponding keystroke to a computer hooked up using a Micro-USB cable.
18+
* Short a contact and the "Earth" contact by connecting them to send an ON signal out the corresponding output.
1819

1920
### Other Info
2021

@@ -27,11 +28,11 @@ It is a tiny computer called a microcontroller. It allows you to add programming
2728

2829
### How to Use
2930

30-
To load code onto the bit, connect it to your computer with a [Micro-USB cable](/placeholder). Once you’ve loaded the code, it will stay on the bit, even if you disconnect it from the computer. If you leave it connected, you can also use it to send messages between your circuit and your computer.
31+
To load code onto the bit, connect it to your computer with a Micro-USB cable. Once you’ve loaded the code, it will stay on the bit, even if you disconnect it from the computer. If you leave it connected, you can also use it to send messages between your circuit and your computer.
3132

3233
### Other Info
3334

34-
To learn more about how to use the Arduino Bit, check out our Arduino resources page [here](http://discuss.littlebits.cc/t/getting-started-with-arduino/109).
35+
To learn more about how to use the Arduino Bit, check out the Arduino resources page [here](http://discuss.littlebits.cc/t/getting-started-with-arduino/109).
3536

3637
## CloudBit
3738
![CloudBit](https://cdn.shopify.com/s/files/1/1494/3290/products/Cloud_1LR_720x.jpg?v=1571439465)
@@ -43,13 +44,15 @@ This bit provides an easy way to create IoT devices, using the Internet of Thing
4344
### How to Use
4445

4546
There are three ways to interact with the bit:
47+
4648
* The [littleBits Cloud Control](https://control.littlebitscloud.cc)
4749
* [IFTTT (If This Then That)](https://ifttt.com/littlebits)
4850
* The [littleBits API](https://developers.littlebitscloud.cc)
4951

5052
### Other Info
5153

5254
There are a few places to help get started:
55+
5356
* [CloudBit Getting Started Guide](https://auth.littlebits.com/cloudstart)
5457
* [Cloud Control Getting Started Guide](https://discuss.littlebits.cc/t/getting-started-with-the-cloudbit/22483)
5558
* [CloudBit API Guide](https://gist.github.com/daniellevass/67a13943be883e88df39)
@@ -61,7 +64,7 @@ This bit allows you send and receive digital audio and control voltages to and f
6164

6265
### How to Use
6366

64-
It connects to a computer using a [Micro-USB cable](/placeholder).
67+
It connects to a computer using a Micro-USB cable.
6568
You can use it for:
6669

6770
* Sending and receiving control voltages allows you to use software programs like Max, PD, and CV Toolkit with the bit to control other bits.

0 commit comments

Comments
 (0)