The No-Code Platform
for Environmental Engagement

A Sustainable
Internet of Things

  • Master Your Data & Devices
    Kosmos supports open hardware and open data protocols, providing the most flexibility while ensuring the most ease-of-use. You control your data and devices, avoiding proprietary systems and lock-in.
  • Machine Generated Code
    No coding or software engineering required. Kosmos writes the application for you, optimizing the device code to minimize power consumption and memory usage.
  • Predictions & Machine Learning
    Get advanced warning about problems before they happen and automatic notifications when anomalous sensor events are detected.

Collect environmental data
with connected sensors—no coding required.

Resilient & Flexible
Temboo works with any environment or object that you want to bring online.
Street
Trees
Air
Quality
CSO
Reduction
Irrigation Systems
Multi-device
Start with a single device and expand to gateway and edge configurations.
Individual
M2M
Network
Hardware independent
Our platform is designed to work with open, accessible, and non-proprietary devices.
+ any
board
Sensible Sensing
Work with any sensor to visually measure the environment in real world units.
Temp
Gas
Distance
Water
Motion
+ any
sensor
Data
Visualization
Cloud Services
Integrate your Kosmos application with other cloud services you use for data analysis and more.
nand
nor
xor
Azure
Weather
AWS
+ 200
more
Your Data
View, download, and export your environmental and sensor data at any time.
CSV
XML
JSON
reports
Machine
Learning
Remote Control
Remotely control and update your applications and devices anywhere.
Motor
Fan
Pump
LED
Solenoid
+ any
actuator
Remote
Control
Machine-Generated IoT Systems
Temboo's Kosmos creates unique and effective application systems that connect sensors, devices, and everything else needed to measure and monitor air, water, soil, green infrastructure, and the enviroment in general.
void loop() {
  if (calls <= maxCalls) {
    Serial.println("Running SendEmail - Run #" + String(calls++));

    TembooChoreo SendEmailChoreo;

    // Invoke the Temboo client
    SendEmailChoreo.begin();

    // Set Temboo account credentials
    SendEmailChoreo.setAccountName(TEMBOO_ACCOUNT);
    SendEmailChoreo.setAppKeyName(TEMBOO_APP_KEY_NAME);
    SendEmailChoreo.setAppKey(TEMBOO_APP_KEY);

    // Set profile to use for execution
    SendEmailChoreo.setProfile("myEmail");

    // Identify the Choreo to run
    SendEmailChoreo.setChoreo("/Library/Google/Gmail/SendEmail");

    // Run the Choreo; when results are available, print them to serial
    SendEmailChoreo.run();

    while(SendEmailChoreo.available()) {
      char c = SendEmailChoreo.read();
      Serial.print(c);
    }
    SendEmailChoreo.close();
  }

  Serial.println("Waiting...");
  delay(30000); // wait 30 seconds between SendEmail calls
}
Scalable
Kosmos's modular cloud architecture scales independently to handle increases in every aspect of system usage.
Secure
Temboo encrypts all data in motion via TLS and data at rest via AES. Learn more about security at Temboo.
OTA Updates
Simple and secure over-the-air updates enable your applications to grow and evolve with your needs.
Support
Our engineers are there when you need it with in-depth answers and advice.
Learn how the Gowanus Canal Conservancy uses Kosmos to transform a Superfund site into a vibrant and resilient community

Ready to start learning about your environment?

Get in touch.
Please choose a type of inquiry

Please enter your name

Please enter an organization

Please enter a role

Please enter a subject

How are you planning to use Temboo? Please enter a message