senseBox Blockly
senseBox-Logo
  1. ›
  2. Galerie

  3. ›
  4. dull-turkey

Sensors
LED
RGB LED
LED Matrix
Display
Data transmission
WIFI
openSenseMap
LoRa
Aktivierung
Lora Message
TTN Mapper
Bluetooth
Phyphox
ESPNOW
SD
Text
Logic
Loops
Time
Time control
RTC
NTP
Math
Variables
Functions
QOOOL
Advanced
Serial
Input/Output
Motors
Watchdog
Webserver
MQTT
Ethernet
Audio
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:
1113000100500100500100TitleUnitTitleUnit01505050150000000latitudelongitudealtitudepDOPfixTypeDataDataDataDateiname1011011000100000000010119701110011003010090220
{ }

Arduino Source Code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by senseBox Blockly on Wed Nov 12 2025 12:07:38 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);
<>

XML Blocks

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>

Information about the Block

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