senseBox Blockly
senseBox-Logo
  1. ›
  2. Galerie

  3. ›
  4. dull-turkey

dull-turkey

Sensors
WIFI
ESPNOW
Ethernet
SD
LED
LED Matrix
Display
openSenseMap
LoRa
Aktivierung
Lora Message
TTN Mapper
Cayenne LPP
Bluetooth
Phyphox
Webserver
MQTT
Logic
Loops
Text
Time
Time control
RTC
NTP
Math
Audio
Variables
Functions
Advanced
Serial
Input/Output
Motors
Watchdog
10001000LED connected toPin:BUILTIN_2 â–¾Statusoff â–¾waitmillisecondsLED connected toPin:BUILTIN_2 â–¾Statuson â–¾LED connected toPin:BUILTIN_1 â–¾Statusoff â–¾waitmillisecondsLED connected toPin:BUILTIN_1 â–¾Statuson â–¾Arduino run first:Arduino loop forever:
1113000100500100500100TitleUnitTitleUnit01505050150000000latitudelongitudealtitudepDOPfixType10110110001000000000101197011100110022010090
{ }
Arduino Source Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by senseBox Blockly on Fri May 30 2025 06:39:40 GMT+0000 (Coordinated Universal Time)
void setup() {
  pinMode(7, OUTPUT);
  pinMode(8, OUTPUT);
}
void loop() {
  digitalWrite(7,HIGH);
  delay(1000);
  digitalWrite(7,LOW);
  digitalWrite(8,HIGH);
  delay(1000);
  digitalWrite(8,LOW);
}
<>
XML Blocks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<xml xmlns="https://developers.google.com/blockly/xml" board="null">
  <block type="arduino_functions" id="QWW|$jB8+*EL;}|#uA" deletable="false" x="26" y="43">
    <statement name="LOOP_FUNC">
      <block type="sensebox_led" id="ZlJYfdi2I3[E8R{zLDU;">
        <field name="PIN">7</field>
        <field name="STAT">HIGH</field>
        <next>
          <block type="time_delay" id=",N~(*wxY~NwcKNL0P1{d">
            <value name="DELAY_TIME_MILI">
              <block type="math_number" id="zP8r%0_`;n|cYRq6`Alv">
                <field name="NUM">1000</field>
              </block>
            </value>
            <next>
              <block type="sensebox_led" id="cG|Cyrz,!cvkBPo5?W?n">
                <field name="PIN">7</field>
                <field name="STAT">LOW</field>
                <next>
                  <block type="sensebox_led" id=":XjEAG[r=8]l[n4MJ1z8">
                    <field name="PIN">8</field>
                    <field name="STAT">HIGH</field>
                    <next>
                      <block type="time_delay" id="@DLu:vI@-l56t}k?^ZVK">
                        <value name="DELAY_TIME_MILI">
                          <block type="math_number" id="Xe|NVSe]Qj|zUd%7IM%j">
                            <field name="NUM">1000</field>
                          </block>
                        </value>
                        <next>
                          <block type="sensebox_led" id="5[nRd4pgACS}NW2~`].X">
                            <field name="PIN">8</field>

Information about the Block

Select a Block to show the hint

This website uses cookies to enhance the user experience.
Impressum

|

Privacy

|

News

|

sensebox.de
Menu
    Blockly
    Tutorials
    Gallery
    Code Editor

    Login
    FAQ
    Settings

Which board are you using?

senseBox MCU

senseBox MCU-S2

senseBox MCU:mini

Here you can access the old blockly Version for the Arduino UNO or the senseBox MCU