|
Search
You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool.
Results
- chipkit:start: 35 Hits
- Chip ist der PIC32MX250F128B, der das gleiche 28-pin Gehäuse hat wie der ATmega328. Seine Parameter si... k muss mit dem Programmierer ausgerichtet werden (Pin-1)
Das Bild gibt die Belegung der einzelnen GPIO... er lesbarer. Die LED ist auf der rechten Seite an Pin 2 angeschlossen, kann also über <code c>
nP[RIGHT... erden.
Man sieht in der Liste der Pins, dass der Pin 17 auf beiden Seiten angegeben ist. Das hängt dam
- helvepic32:elecfreakskit:start: 31 Hits
- his example code is in the public domain.
*/
// Pin 13 has an LED connected on most Arduino boards.
/... reset:
void setup() {
// initialize the digital pin as an output.
pinMode(led, OUTPUT);
}
// the l... s off*/
#if defined(__AVR__)
int led = 5;// The 5 pin,driving LED
int button = A0;// The A0 pin,read th... pinMode(led, OUTPUT);// initialize the LED pin as an output.
pinMode(button, INPUT_PULLU
- wireless:wifi: 28 Hits
- mit der Verwendung der Library kein PWM mehr auf Pin 10 zur Verfügung steht.
== Beispielcode ==
Konfi... CAPE_CHAR '*'
#define ONE_WIRE_BUS 13
#define DHT_PIN 12
#define SSR_PIN 11
#define PIR_PIN 3
#define LIGHT_PIN 5
#define LED0_PIN 6
#define CMD_DELAY 540
#define ESC_DELAY 685
#define PIR_DELAY 50000
#d... eonardo only
}
#endif
analogWrite(LED0_PIN, 200);
pinMode(SSR_PIN, OUTPUT);
pinMode(PIR_
- arduino:attiny: 20 Hits
- g|Datenblatt}}]] |
| [[http://shop.boxtec.ch/avr-pin-12mhz-16k-12ad-attiny1634-soic20-p-41821.html|ATt... d 8), die zweite Zahl gibt die Pinzahl an (x4 = 14Pin, x5 = 8Pin).
Mit dieser Tabelle sollte es Dir le... sator zur Verzögerung ==
Der Kondensator am Reset Pin des Arduino sorgt dafür, dass der Arduino nicht r... P!
== Für ATtiny X4 (24, 44, 84): ==
^ ^ Arduino Pin ^ ATtiny Pin ^
| MOSI | D11 | 7 |
| MISO | D12 |
- reviews:netduinogo: 17 Hits
- ste Arduino Beispiel mit einer blinkenden LED auf pin 13. Dies ist mit dem Netduino Go! shield base mit... Bus.GoSocket)5);
public static OutputPort Pin13;
public static void Main()
{
... // define OutputPort assigned to digital pin 13, start with LOW
Pin13 = new OutputPort(Program.sb.Pins.GPIO_PIN_D13, false);
while (true)
{
Pi
- sensors:sdm-io_ultrasonic: 14 Hits
- This code is under the BSD license
#define trig_pin A3
#define echo_pin 2
#define toffset 170
volati... t1;
long duration;
void setup() {
pinMode(trig_pin, OUTPUT);
pinMode(echo_pin, INPUT);
digitalWrite(trig_pin, LOW);
Serial.begin(9600);
Serial.println("Starting ranging...");
}
void loop() {
digitalWrite(trig_pin, LOW);
delayMicroseconds(2);
digitalWrite(trig_pin, HIGH);
delayMicros
- arduino:attinyusb:helvetiny85:tutorials: 14 Hits
- iny85
*/
#include <Adafruit_NeoPixel.h>
#define PIN 0 // on tiny85 BP0
// Parameter 1 = number of pixels in strip
// Parameter 2 = Arduino pin number (most are valid)
// Parameter 3 = pixel type flags... 2)
Adafruit_NeoPixel strip = Adafruit_NeoPixel(1, PIN, NEO_GRB + NEO_KHZ800);
// IMPORTANT: To reduce ... setup() {
GIMSK = 0b00100000; // turns on pin change interrupt
PCMSK = 0b00000001; // tu
- reviews:electricimp: 11 Hits
- Sketches wie vom Arduino her bekannt.
<code c>// Pin 8/9 blink
// using the shield LED on pin 8 and pin 9 to blink alternatively
// Variable to represent LED state
ledState1 <- 0;
ledState2 <- 1;
// bli... e2 = ledState2?0:1;
// Reflect state to the pin
hardware.pin9.write(ledState1);
hardware.pin8.write(ledState2);
// Schedule the next state change
imp.wakeup(0.1, blink);
}
// Conf
- wireless:esp8266: 11 Hits
- "192.168.10.120"
#define DSTPORT 80
#define CH_PD_PIN A0
#define HOST "emon.mydomain.ch"
#define APIKEY... nt: Mozilla/0.1 (esp8266; wifi-hack)"
#define LED_PIN 13
void setup() {
digitalWrite(A0, HIGH);
Serial.begin(115200);
pinMode(LED_PIN, OUTPUT);
pinMode(CH_PD_PIN, OUTPUT);
digitalWrite(CH_PD_PIN, HIGH);
espInit();
}
void loop() {
sendIotData();
delay(15000);
}
void espInit() {
Ser
- wireless:lorabee: 11 Hits
- npassen.
Folgendes habe ich definiert:
<file>
// Pin mapping
const lmic_pinmap lmic_pins = {
.nss = 10,
.rxtx = LMIC_UNUSED_PIN,
.rst = 9,
.dio = {2, 6, LMIC_UNUSED_PIN},
};
</file>
Da ... /tree/master/examples]]
Auch hier müssen wir die Pin's welche mit der Arduino verbunden sind definiere... ange for your board; must be a hardware interrupt pin
</file>
===== Testlauf LMIC Library =====
Um ei
- arduino:attinyusb:helvetiny85: 10 Hits
- r-mini-taster-p-41963.html|Shop]]) [S1]
* 1 x 8 Pin IC Sockel ([[http://shop.boxtec.ch/8pin-dip-socke... U1]
* 1 x Attiny85 ([[http://shop.boxtec.ch/avr-pin-20mhz-4ad-attiny85-20pu-p-40608.html|Shop]]) [U1[... e, ein USB Kabel und Header benötigt.
* 1 x 10 Pin Header, welcher auf 2 x 4 Pin aufgeteilt werden müssen ([[http://shop.boxtec.ch/arduino-stackable-pin-header-p-41036.html|Shop]])
* 1 x USB Mini-B Bu
- arduino:attinyusb:helvetiny84: 10 Hits
- r-mini-taster-p-41963.html|Shop]]) [S1]
* 2 x 3 Pin Stift ([[https://shop.boxtec.ch/stiftleiste-40pin-p-40245.html|Shop]])
* 2 x Jumper ([[https://shop.boxtec.ch/steckbruecke-jumper-254mm-stk-p-41177.html|Shop]])
* 1 x 14 Pin IC Sockel ([[https://shop.boxtec.ch/14pin-dip-sockel-p-41205.html|Shop]... 1]
* 1 x Attiny84 ([[https://shop.boxtec.ch/avr-pin-20mhz-8ad-attiny84a-p-41204.html|Shop]]) [U1] ( M
- arduino:attinyusb:helvetiny85_3.3_v: 10 Hits
- r-mini-taster-p-41963.html|Shop]]) [S1]
* 2 x 3 Pin Stift ([[https://shop.boxtec.ch/stiftleiste-40pin-p-40245.html|Shop]]) [S2,S3]
* 2 x Jumper ([[https://shop.boxtec.ch/steckbruecke-jumper-254mm-stk-p-41177.html|Shop]]) [S2,S3]
* 1 x 8 Pin IC Sockel ([[https://shop.boxtec.ch/8pin-dip-sockel-p-4... 1]
* 1 x Attiny85 ([[https://shop.boxtec.ch/avr-pin-20mhz-4ad-attiny85-20pu-p-40608.html|Shop]]) [U1]
- helvepic32:bspanalog:start: 9 Hits
- en wir bei der Notation mit dem oben eingeführten Pin-Arrays. Dazu schliessen wir ein Potentiometer (10... tenabgriff geben wir auf der linken Seite auf den Pin 2, den ersten analogen Input dieser Seite (siehe ... t sensorPin = nP[LEFT][2]; // select the input pin for the potentiometer
int ledPin = nP[RIGHT][2]; // select the pin for the LED
int sensorValue = 0; // variable to store the value coming fro
- arduino:attinyusb:digispark: 9 Hits
- helvepic32:bspinterrupt:start: 8 Hits
- sensors:input_multiplexer_cd4051: 8 Hits
- projekte:dinoi:lego_technics: 8 Hits
- arduino:attinyusb:helvetiny84:tutorials: 7 Hits
- helvepic32bb:intro:start: 7 Hits
- helvepic32:bspringcoderfinal:start: 6 Hits
- arduino:arduino_read_output_pin: 6 Hits
- helvepic32:bspgpio:start: 6 Hits
- helvepic32:bspshiftreg:start: 5 Hits
- helvepic32:intro:start: 5 Hits
- motor:bidirectional_motorcontrol_arduino: 5 Hits
- products:arduled: 5 Hits
- helvepic32:bspservo:start: 5 Hits
- helvepic32:bspn5110:start: 5 Hits
- helvepic32:bspstepper:start: 5 Hits
- wireless:nrf24: 4 Hits
- products:pixel_led_shield: 4 Hits
- products:helvetino: 4 Hits
- arduino:start: 4 Hits
- helvepic32:bspservod:start: 4 Hits
- products:64x32_dot_matrix_rgb_display: 4 Hits
- products:bluetooth_to_serial_port_module_hc-05: 4 Hits
- interface:start: 4 Hits
- projekte:dinoi: 3 Hits
- helvepic32:bspblink:start: 3 Hits
- helvepic32bb:bspblink:start: 3 Hits
- helvepic32:assembly: 3 Hits
- arduino:seeeduino_lite: 2 Hits
- arduino:arduino_mini04: 2 Hits
- arduino:arduino_fuses_reset: 2 Hits
- helvepic32bb:bspn5110:start: 2 Hits
- playground:playground1: 2 Hits
- helvepic32:mappps:start: 2 Hits
- projekte:nn_bot: 2 Hits
- led:ledpixel_guide: 2 Hits
- helvepic32:interrput:start: 1 Hits
- helvepic32:wingled:start: 1 Hits
- reviews:autoisp: 1 Hits
- reviews:redboard: 1 Hits
- helvepic32:bspneopixel:start: 1 Hits
- helvepic32:bsplcd:start: 1 Hits
- helvepic32smd:start: 1 Hits
- reviews:motomama: 1 Hits

|