Jump to Content
Bolt IoT: A fully integrated IoT Platform
HomeDocumentation
Log InBolt IoT: A fully integrated IoT Platform
Log In
HomeDocumentation

Getting Started

  • Getting started with Bolt IoT
  • Introduction to Bolt WiFi Module
  • Introduction to Bolt Cloud
  • Getting started: Installing the mobile app
  • Video tutorial: Setup and build first project
  • Text tutorial: Setup and build first project
    • Light Monitoring for Plants using LDR (Light dependent resistor)
    • Temperature monitoring system using LM35 (Temperature sensor)
  • Controlling output devices (Glowing an LED)
    • Controlling output devices (with APIs)
    • Controlling output devices (with a cloud dashboard)
  • Getting help

Bolt Cloud Basics

  • Adding a new device
  • Creating a new product
  • Types of products
  • Configuring product hardware
  • Getting latest data point
  • Uploading custom files
  • Using Custom files in your product
  • Linking device to a product
  • Unlinking device from a product
  • Unlinking device from your account
  • Changing the name of the device.

Bolt Cloud Features

  • Creating & Managing Products
  • Import Example Code
  • Sharing Device
  • Sharing devices on social media
  • Device info
  • Alerts feature on the Bolt Cloud
    • Creating an Alert on the Bolt Cloud.
    • Changing alert configurations.
    • Adding devices to alerts
    • Removing a device from the alert
    • Deleting an alert
    • Viewing alert history
  • API Request Builder

Data Visualization

  • Line Graph
  • Bar Graph
  • Scatter Graph
  • Area Graph
  • Table Chart
  • Stepped Graph
  • Histogram Graph
  • Gauge
  • Multiple Graph
  • Deploy Configuration Feature
  • Arithmetic Operations (Beta)

API

  • API Introduction
  • API Request
  • GPIO Commands
    • Write Digital Output
    • Read Digital Input
    • Read Analog Input
    • Write Analog Output (PWM)
  • UART Commands
    • Serial Begin
    • Send Serial Data Output
    • Read Incoming Serial Data
    • Write and then read serial Data
  • Utility Commands
    • Bolt Device Version
    • Restart Bolt Device
    • Bolt Device Status
    • Get Device List
  • Sample Code
  • API access rules

Bolt Cloud Pro API

  • Write Servo Output
  • Fetch all device data

Hardware Specifications

  • Bolt WiFi Module

Interfacing Controllers

  • Arduino Library

Client Libraries

  • Python Library

Firmware Update

  • Firmware Update
    • Via Dashboard
    • Via WiFi network

Integrations

  • Integromat
  • Alexa Skill

Bubble: Visual Programming

  • Introduction
  • Getting Started
  • Creating app using template
  • Creating app from basics
    • Designing the User Interface
    • Digital Write
    • LED Control(On/Off)
    • Analog Write
    • Intensity Control
    • Deploying the App

Bolt App

  • Bolt App

Shortcut Keys

  • Shortcut Keys

Resources

  • Fritzing Parts
  • Bolt IoT Javascript library

Boltduino

  • What is Boltduino?

Machine Learning

  • Prediction Graph (Beta)

Raspberry Pi with Bolt Cloud

  • Raspberry Pi
  • Setting up Raspberry Pi
  • Adding Raspberry Pi to Bolt Cloud
  • Pinout for Raspberry Pi

Project Sharing

  • Export Product
  • Import Product
  • Product Description

Project tutorials

  • Projects
  • Hackster.io
  • Workshops
  • Submit your project

Others

  • Feature request
Powered by 

Restart Bolt Device

Suggest Edits

Command : restart
Parameters

  • deviceName: The name of the Bolt device you want to control.
    Example:
  • https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/restart?&deviceName=BOLT8795377
  • to restart the Bolt device.
  • Browser output:
    Browser output:
    {"success": "1", "value": "Restarted"}

Updated over 4 years ago