NVIDIA Announces Jetson Nano: $99 Tiny Developer Kit

NVIDIA today announced the Jetson Nano, an AI computer that makes it possible to create millions of intelligent systems.

The small but powerful CUDA-X™ AI computer delivers 472 GFLOPS of compute performance for running modern AI workloads and is highly power-efficient, consuming as little as 5 watts.

NVidia Jetson Nano AI

Unveiled at the GPU Technology Conference by NVIDIA founder and CEO Jensen Huang, Jetson Nano comes in two versions — the $99 devkit for developers, makers and enthusiasts and the $129 production-ready module for companies looking to create mass-market edge systems.

Jetson Nano supports high-resolution sensors, can process many sensors in parallel and can run multiple modern neural networks on each sensor stream. It also supports many popular AI frameworks, making it easy for developers to integrate their preferred models and frameworks into the product.

Jetson Nano joins the Jetson™ family lineup, which also includes the powerful Jetson AGX Xavier for fully autonomous machines and Jetson TX2 for AI at the edge. Ideal for enterprises, startups and researchers, the Jetson platform now extends its reach with Jetson Nano to 30 million makers, developers, inventors and students globally.

Jetson Nano makes AI more accessible to everyone — and is supported by the same underlying architecture and software that powers our nation’s supercomputers,” said Deepu Talla, vice president and general manager of Autonomous Machines at NVIDIA. “Bringing AI to the maker movement opens up a whole new world of innovation, inspiring people to create the next big thing.

Jetson Nano Developer Kit

The power of AI is largely out of reach for the maker community and in education because typical technologies do not pack enough computing power and lack an AI software platform.

At $99, the Jetson Nano Developer Kit brings the power of modern AI to a low-cost platform, enabling a new wave of innovation from makers, inventors, developers and students. They can build AI projects that weren’t previously possible and take existing projects to the next level — mobile robots and drones, digital assistants, automated appliances and more.

Jetson Nano in an 8-camera NVR system

The kit comes with out-of-the-box support for full desktop Linux, compatibility with many popular peripherals and accessories, and ready-to-use projects and tutorials that help makers get started with AI fast. NVIDIA also manages the Jetson developer forum, where people can get answers to technical questions.

The Jetson Nano Developer Kit is exciting because it brings advanced AI to the DIY movement in a really easy-to-use way,” said Chris Anderson of DIY Robocars, DIY Drones and the Linux Foundation’s Dronecode project. “We’re planning to introduce this technology to our maker communities because it’s a powerful, fun and affordable platform that’s a great way to teach deep learning and robotics to a broader audience.

Jetson Nano System Specs and Software

Key features of Jetson Nano include:

  • GPU: 128-core NVIDIA Maxwell™ architecture-based GPU
  • CPU: Quad-core ARM® A57
  • Video: 4K @ 30 fps (H.264/H.265) / 4K @ 60 fps (H.264/H.265) encode and decode
  • Camera: MIPI CSI-2 DPHY lanes, 12x (Module) and 1x (Developer Kit)
  • Memory: 4 GB 64-bit LPDDR4; 25.6 gigabytes/second
  • Connectivity: Gigabit Ethernet
  • OS Support: Linux for Tegra®
  • Module Size: 70mm x 45mm
  • Developer Kit Size: 100mm x 80mm

Availability

The NVIDIA Jetson Nano Developer Kit is available now for $99. The Jetson Nano module is $129 (in quantities of 1,000 or more) and will begin shipping in June. Both will be sold through NVIDIA’s main global distributors. Developer kits can also be purchased from maker channels, Seeed Studio and SparkFun.

[18/04/2019 Update] You may want to check this great article on Getting Started with the NVIDIA Jetson Nano Developer Kit.

Free Tech Start-up Infographic and 15% discount code from Farnell

Successful tech entrepreneurs share the lessons learned from starting a new business with expert contributions from Pi Supply, Matrix Labs and futurehome.

Download the free infographic for step-by-step advice on taking the first leap all the way through to learning from failure.

Whether you plan on customising existing platforms or designing from scratch, the experts at Farnell have a proven track record in

  • Optimising cost
  • Building robust products
  • Accelerating time to market for their associates

For more information regarding how Farnell can support your start-up initiative, simply head over to startup.farnell.com

Discount valid until 31/03/2019. Minimum order value of £150. Exclusions apply.

Convert a $20 Router To Home Automation Gateway For IoT Devices

WiFi based home automation products are cheaper compared to ZigBee or Z-Wave products, but the downside is that WiFi devices need an internet connection to perform their function. A lot of those IoT devices don’t just communicate on your local network, they also talk to the outside world via the internet. IoT devices like simple smart plugs, sensors, and all kinds of home automation gadgets don’t always have a good reason to connect to the outside world. Letting your home devices controlled by a bunch of cloud servers on the internet may not be the best idea.

Internet connectivity for home devices should be optional – the user should be in charge of deciding whether he/she wants to expose the home-devices to the internet – may be for remote monitoring or controlling purpose. This can be done by making a local gateway for your home automation devices using a cheap $20 pocket router. Here is a guide on how to do this clever hack.

GL-MT300Nv2 $20 Router
GL-MT300Nv2 $20 Router

This hack depend on the IoT devices themselves, but many of them simply won’t function without access to the internet, but a lot of popular products like sonoff, blitzwolf, teckin etc have been hacked by the open source community to get around that. But jailbreaking solves part of the problem. Still, the need for a home-automation gateway is a challenge and requires some advanced knowledge of setting-up WiFi access point + MQTT broker + automation gateway server.

Albert David (@albert-david.blogspot.com) solved this challenge by modifying the firmware of a GL-MT300Nv2 (a $20 travel router) and converting it to a full-automation-gateway to support following functionalities:

  • wifi-access-point
  • DHCP and DNS server
  • MQTT broker (mosquitto)
  • domoticz
domoticz setup
Domoticz setup

All he did was build his own variant of OpenWRT firmware that includes all necessary components like domoticz and MQTT-broker. Follow the step-by-step method to overwrite the OEM firmware of the router with Albert’s all-in-one custom firmware.

1 – Download the autom8box binary from here.
2 – Power ON your GL-MT300N-V2 box and wait for the device’s SSID to show up on your PC.
3 – With OEM firmware, this device’s SSID is shown as “GL-MT300N-V2-xxx”.
4 – Connect to the AP with default password “goodlife“.
5 – If connected, you can see the IP near the WiFi option. Or by using “ipconfig” (Windows) or “ifconfig” (Linux) command in cmd/terminal.

Router IP
Router IP

6 – Open a browser, and enter the following address in the URL field:
http://192.168.8.1/cgi-bin/luci/admin/system/flashops
7 – Login with username “root” and leave the password field empty. After logging in, you’ll see the flashing page.
8 – In the page, make sure the “keep settings” option is unchecked. Select the firmware binary (autom8box-mt300nv2.bin) that you have downloaded already. Click the “Flash Image” button.

Flashing Procedure
Flashing Procedure

9 – Next, click on the “Proceed” button and the flashing process will start. Wait patiently and don’t turn off your router in the middle of flashing.
10 – After 2minutes, check on your PC’s wifi-list, new SSID “autom8box” will show up. “goodlife” is the password.
11 – Open the following URL in the browser – there you go! your new domoticz UI
http://192.168.8.1:8080

Custom firmware UI
Custom firmware UI

You are all set by now. You have your own home-automation gateway. Configure your IoT devices on domoticz as per your need. You have full control over the devices and can flexibly configure all the settings.

Raspberry Pi Web-Based Data logger using MySQL and PHP

Mount Sense Hat on Raspberry Pi

Over the past few weeks, we worked on different projects around IoT. Today, we will continue on this track and we will build a web-based data logger using the Raspberry Pi 3 and the Pi Sense Hat.

For this project, we will designate the Raspberry Pi to measure temperature, humidity and barometric pressure using the Pi Sense Hat and send the data (at 10-minute intervals) via WiFi to an online webserver, which stores the data in a MySQL database and displays them using a simple table on a webpage. The data will be online on a live webpage which means, it can be viewed from anywhere around the world.

Raspberry Pi Web-Based Data logger using MySQL and PHP – [Link]

Robust high-bandwidth passive DIY probes

Tomi Nihtilä build his own high-bandwidth passive probes to solve some issues with classic oscilloscope probes he describes on the article. He writes:

Before presenting this great tip I must admit I did not come up with this idea. This type of measurement probe is presented in the book High Speed Digital Design – A Handbook of Black Magic by Howard W. Johnson and Martin Graham. I first saw the idea written by fellow DIYer Janne Ahonen but he also gives credit to Howard Johnson. Please refer to Janne’s article for more technical explanation of the probe, followed by measurements.

Here are instructions how to build and use these probes along with plenty of photos. There are no measurements done to present for now.

Robust high-bandwidth passive DIY probes – [Link]

Raspberry Pi Web-Based Data logger using MySQL and PHP

Over the past few weeks, we worked on different projects around IoT. Today, we will continue on this track and we will build a web-based data logger using the Raspberry Pi 3 and the Pi Sense Hat.

Pi Sense Hat

For this project, we will designate the Raspberry Pi to measure temperature, humidity and barometric pressure using the Pi Sense Hat and send the data (at 10-minute intervals) via WiFi to an online webserver, which stores the data in a MySQL database and displays them using a simple table on a webpage. The data will be online on a live webpage which means, it can be viewed from anywhere around the world.

Raspberry Pi 3 and the Sense Hat

At the heart of today’s project is the Raspberry Pi 3 and raspberry Pi Sense Hat. The Sense Hat is an add-on board for the Raspberry Pi, which has many sensors, including a temperature sensor, a humidity sensor, a barometric pressure sensor (all of which will be used for today’s tutorial) among others. The Sense hat makes it easy to use all of these sensors without the stress and errors associated with wiring them. All of the sensors have been routed to pins which connect to the Raspberry Pi GPIO and by using the sense hat Python library, we can easily use simple commands to obtain data from the sensors on the board.

At the end of today’s tutorial, you would know all that is needed to upload data from the Raspberry Pi to a remote webserver.

Required Components

The following components are required to build this project;

  1. Raspberry Pi 3 with Necessary accessories
  2. Sense Hat
  3. Power Bank

In addition to the components mentioned above, we will also need a hosting account to host the web server and database at which data will be stored. For this purpose, you can use any web hosting platform you desire but I will recommend Bluehost as I have been using them for a number of years.

As usual, the specific components used for this tutorial can be purchased via the attached links.

Schematics

As mentioned during the introduction, the main components for today’s tutorial include the Raspberry Pi and the Sensehat. The Sensehat comes as a shield and thus directly plugs on the Raspberry Pi. Thus, we do not need a schematic, just ensure you plug the Sensehat on the Pi as shown in the image below.

Mount Sense Hat on Raspberry Pi

An alternative to the Sensehat could be to buy sensors to measure each of the parameters to be monitored but using the Sensehat reduces the complexity of the project, reduces the number of wires around and helps make the system compact for easy packaging.

Code

The code of the project consists of two parts; The Python script which will run on the Raspberry Pi, and the group of PHP scripts which will run on the web server. We will take a look at both codes and I will do a brief explanation of what the important part of the codes are doing, starting with the PHP Script for the server.

Before reviewing the server code, its obvious that you need to ensure you have an active hosting account which will host our code. Bluehost mentioned above offer both free and paid accounts which go for around $4 monthly.

To jump to the server side of the project, we start by creating the MySQL database to store all the data. The process of creating a database is quite long so it won’t be covered in this tutorial but there are tons of tutorial around it online. The database is named DATA and it has 5 columns which stand for; Entry ID, date, temperature, humidity and barometric pressure.

There are three important PHP scripts that will run on the server. The first one (named connect.php) is responsible for connecting to the database. It contains the configuration settings for the database including the username, the database password, and the hostname.

The script is short and fairly easy to follow. We start by declaring the doctype and entering the server username, password and hostname into the corresponding variables, then use the mysql_pconnect() function, to connect to the database. The last line of code is used to specify the name of the database to be connected to, which in this case is called “data“. Feel free to change the name as per your database name.

<?php
$MyUsername = "yourDatabaseUsername";  // enter your username for mysql
$MyPassword = "yourFatabasePassword";  // enter your password for mysql
$MyHostname = "localhost";      // this is usually "localhost" unless your database resides on a different server

$dbh = mysql_pconnect($MyHostname , $MyUsername, $MyPassword);
$selected = mysql_select_db("yourDatabaseName",$dbh); //Enter your database name here 
?>

The next PHP file is the add_data.php file. This is the script which the Raspberry Pi will send the data that needs to be stored. The script connects to the MySQL database (using the connect.php script) and stores data in the database.

Like the previous script, we start by declaring the doctype as PHP after which we include the connect.php file we created earlier.

<?php
    // Connect to MySQL
    include("connect.php");

Next, we set the default time zone, along with the date and call the time() function to provide a time stamp with the accurate time and date of the data to be logged.

 
  date_default_timezone_set('Europe/Athens');
 $dateS = date('m/d/Y h:i:s', time());
echo $dateS;

Next, we create a query and use “INSERT INTO” command to obtain the data from the Raspberry Pi and make ready to be stored in the database. With this done, the mysql_query() function is then called and the data stored.

$SQL = "INSERT INTO yourdatabasename.data (date,temperature,humidity,pressure) VALUES ('$dateS','".$_GET["temp"]."','".$_GET["hum"]."','".$_GET["pr"]."')";     

// Execute SQL statement
mysql_query($SQL);

Lastly, is the index.php file. This represents the main web page where all the stored information is displayed. The index.php script connects to the database (also using the connect.php script), obtain the stored data, and display them in an HTML formatted table.

For the index.php script, we start with the same lines similar to the others. We indicate the doctype and include the connect.php file.

<?php 
    // Start MySQL Connection
    include('connect.php'); 


?>

Next, we write the HTML code to create the table which will be displayed on the webpage. Few lines of CSS were also added to give it a nice look.

<html>
<head>
    <title>Raspberry Pi Weather Log</title>
    <style type="text/css">
        .table_titles, .table_cells_odd, .table_cells_even {
                padding-right: 20px;
                padding-left: 20px;
                color: #000;
        }
        .table_titles {
            color: #FFF;
            background-color: #666;
        }
        .table_cells_odd {
            background-color: #CCC;
        }
        .table_cells_even {
            background-color: #FAFAFA;
        }
        table {
            border: 2px solid #333;
        }
        body { font-family: "Trebuchet MS", Arial; }
    </style>
</head>

    <body>
        <h1>Raspberry Pi Weather Log</h1>


    <table border="0" cellspacing="0" cellpadding="4">
      <tr>
            <td class="table_titles">ID</td>
            <td class="table_titles">Date and Time</td>
            <td class="table_titles">Temperature</td>
            <td class="table_titles">Humidity</td>
            <td class="table_titles">Pressure</td>
          </tr>

Next, we write the concluding PHP script to fetch data from the database and fill to the table created above.

<?php


    // Retrieve all records and display them
    $result = mysql_query("SELECT * FROM data ORDER BY id DESC");

    // Used for row color toggle
    $oddrow = true;

    // process every record
    while( $row = mysql_fetch_array($result) )
    {
        if ($oddrow) 
        { 
            $css_class=' class="table_cells_odd"'; 
        }
        else
        { 
            $css_class=' class="table_cells_even"'; 
        }

        $oddrow = !$oddrow;

        echo '<tr>';
        echo '   <td'.$css_class.'>'.$row["id"].'</td>';
        echo '   <td'.$css_class.'>'.$row["date"].'</td>';
        echo '   <td'.$css_class.'>'.$row["temperature"].'</td>';
        echo '   <td'.$css_class.'>'.$row["humidity"].'</td>';
        echo '   <td'.$css_class.'>'.$row["pressure"].'</td>';
        echo '</tr>';
    }
?>

The complete code for each of the PHP files is attached in the file under the download section.

With the server files written, it is time to write the Python file which will run on the Raspberry Pi. The function of this script is simply to obtain temperature, humidity and barometric pressure from the Sense Hat and send that data to the server.

For the Python code, we will use the urllib2 library, the sensehat library, and the OS library. The OS library and the urllib2 may already come installed depending on your python distro. If they don’t, you need to install them alongside the sense hat python library too.

To do a short explanation of the code; we start by importing all of the libraries that we will use for the project (all mentioned above), after which we create an instance of the sensehat library and store in the variable sense.

import os
import threading
import urllib2
from sense_hat import SenseHat



sense = SenseHat()

Next, we create the readsensor() function.

We start by declaring and initializing variables to hold corresponding information. Ensure the variables are declared global so that other functions can access them.

def readSensor():

  global temperature
  global humidity
  global pressure
  global cpu_temp

  cpu_temp = 0
  temperature =0
  humidity = 0
  pressure = 0

Next, we read the temperature, pressure and humidity values using the corresponding functions, storing them in the appropriate variable and round the numbers.

temperature = sense.get_temperature()
  humidity = sense.get_humidity()+16.5
  pressure = sense.get_pressure()+20

  if pressure == 20 :
    pressure = sense.get_pressure()+20

  humidity = round(humidity,1)
  pressure = round(pressure,1)

Next, we create the readCPUTemperature function.

This function reads the CPU temperature of Raspberry pi and subtracts it from the temperature readings from the Sensehat sensor. This is done to improve the accuracy of the readings as the temperature from the Sensehat is usually affected by the temperature of the Raspberry Pi because it is directly mounted on it.

ef readCPUTemperature():	

  global temperature

  cpu_temp = os.popen("/opt/vc/bin/vcgencmd measure_temp").read()
  cpu_temp = cpu_temp[:-3]
  cpu_temp = cpu_temp[5:]
  
  temperature = sense.get_temperature()

  print(cpu_temp)

  if cpu_temp == "42.9":
    temperature = temperature - 8.2
  elif cpu_temp == "44.0":
    temperature = temperature - 8.5
  elif cpu_temp == "44.5":
    temperature = temperature - 8.7
  elif cpu_temp == "45.1":
    temperature = temperature - 9.0
  elif cpu_temp == "46.7":
    temperature = temperature - 9.1
  elif cpu_temp == "47.2":
    temperature = temperature - 9.2
  elif cpu_temp == "47.8":
    temperature = temperature - 9.3	
  elif cpu_temp == "48.3":
    temperature = temperature - 9.35	
  elif cpu_temp == "48.9":
    temperature = temperature - 9.4
  else:
    temperature = temperature - 9.5

Next, we have the sendDataToServer() function.

This function uses threading to obtain the temperature, humidity and pressure data, displays it, and merges it with URL string to be sent to the server.

def sendDataToServer():
  global temperature
  global pressure
  global humidity

  threading.Timer(600,sendDataToServer).start()
  print("Sensing...")
  readSensor()
  readCPUTemperature()
  temperature = round(temperature,1)
  print(temperature)
  print(humidity)
  print(pressure)
        temp= "%.1f" %temperature
  hum ="%.1f" %humidity
  press = "%.1f" %pressure
  urllib2.urlopen("http://www.educ8s.tv/weather/add_data.php?temp="+temp+"&hum="+hum+"&pr="+press).read()

Lastly, the sendDataToServer function is called within the main code.

sendDataToServer()

The complete code for the Python script is available below and also attached under the download section.

import os
import threading
import urllib2
from sense_hat import SenseHat



sense = SenseHat()

def readSensor():

  global temperature
  global humidity
  global pressure
  global cpu_temp

  cpu_temp = 0
  temperature =0
  humidity = 0
  pressure = 0
  
  temperature = sense.get_temperature()
  humidity = sense.get_humidity()+16.5
  pressure = sense.get_pressure()+20

  if pressure == 20 :
    pressure = sense.get_pressure()+20

  humidity = round(humidity,1)
  pressure = round(pressure,1)
  
def readCPUTemperature():	

  global temperature

  cpu_temp = os.popen("/opt/vc/bin/vcgencmd measure_temp").read()
  cpu_temp = cpu_temp[:-3]
  cpu_temp = cpu_temp[5:]
  
  temperature = sense.get_temperature()

  print(cpu_temp)

  if cpu_temp == "42.9":
    temperature = temperature - 8.2
  elif cpu_temp == "44.0":
    temperature = temperature - 8.5
  elif cpu_temp == "44.5":
    temperature = temperature - 8.7
  elif cpu_temp == "45.1":
    temperature = temperature - 9.0
  elif cpu_temp == "46.7":
    temperature = temperature - 9.1
  elif cpu_temp == "47.2":
    temperature = temperature - 9.2
  elif cpu_temp == "47.8":
    temperature = temperature - 9.3	
  elif cpu_temp == "48.3":
    temperature = temperature - 9.35	
  elif cpu_temp == "48.9":
    temperature = temperature - 9.4
  else:
    temperature = temperature - 9.5


def sendDataToServer():
  global temperature
  global pressure
  global humidity

  threading.Timer(600,sendDataToServer).start()
  print("Sensing...")
  readSensor()
  readCPUTemperature()
  temperature = round(temperature,1)
  print(temperature)
  print(humidity)
  print(pressure)
        temp= "%.1f" %temperature
  hum ="%.1f" %humidity
  press = "%.1f" %pressure
  urllib2.urlopen("http://www.educ8s.tv/weather/add_data.php?temp="+temp+"&hum="+hum+"&pr="+press).read()

sendDataToServer()

Demo

Power on your Pi. Log-in and open the python IDE. Copy the code and paste it in the python editor. By now, you should have uploaded the PHP files to your server and they should be ready to receive the data. As soon as that is confirmed, run the python script. After a while, you should see the data displaying in the table as shown in the image below.

Demo

This is essentially an IoT device and while all we measure for this tutorial is just temperature and humidity, the same procedure can be adopted for several other important applications like health monitoring, and utility management to mention some.

That’s it for this tutorial guys. What will you build? Do reach out to me via the comment section if you have any question.

The video version of this tutorial is available on youtube.

Till Next time.

USB Type-C™ and Power Delivery Multiport Adapter Reference Design

The TIDA-03027 reference design represents a multiport adapter solution that enables products with a USB Type-C interface to connect to HDMI 2.0 and USB 3.0 Type-A interfaces. It also includes an additional USB Type-C full feature receptacle, which allows the user to simultaneously connect USB Type-C chargers (up to 20V / 3A) or devices. This feature set is particularly useful as a peripheral to notebook, tablet, and phone systems with a single USB Type-C interface.

Block Diagram

Features

  • USB Type-C and power delivery full-feature plug
  • Bi-directional power (up to 20V/3A)
  • Video (up to 4K) via HDMI 2.0
  • USB 3.0 via USB Type-A or USB Type-C
  • Aardvark connector for debug and flash update
  • Flash update over USB Type-C via USB 2.0Connections

Connections

more information on www.ti.com

New Kontron KBox B-201-CFL Embedded Box PC

KBox B-201-CFL with Powerful 8th Generation Intel® Core™ i3/i5/i7 Processors – Compact Housing, Low-Noise Operation and Flexible Mounting Options

Kontron, a leading global provider of IoT/Embedded Computing Technology (ECT), introduces the KBox B-201-CFL to its family of embedded box PCs. The KBox B-201-CFL features high performance in a compact housing and with low noise level (maximum 34 dB(A)). Thanks to its 8th Gen Intel® Core i3/i5/i7 processors and the Intel® H310 Express chipset, the KBox B-201-CFL is geared towards compute-intensive processes and large amounts of data. This makes it particularly suitable for use in high-end image processing and plant data collection. In addition, the KBox is EN55032 class B-certified, complying with stricter radio interference limits than class A. This makes it ideal not only for use in industrial environments, but also for residential and commercial applications, or in their immediate vicinity. Along with its modern design, this makes the KBox B-201-CFL the ideal computer for architecture and graphics offices as well as music studios. The large number of interfaces, as well as the 2.5 inch SSD, and a fast M.2 SSD provide a wide range of applications.

The core of the KBox B-201-CFL is a motherboard in the Mini-ITX form factor (170×170 mm), and a CPU with up to six processor cores: Depending on the requirements, three 8th Gen Intel® Core i3/i5/i7 processors can be selected. Performance is enhanced by the Intel® H310 Express chipset.

Various mounting options guarantee maximum flexibility: Using a VESA mount, the KBox B-201-CFL can be operated directly behind a monitor, or as a desktop PC horizontally or vertically. Special brackets, which also enable horizontal and vertical operation, are available for mounting under the table, on the wall, or in the control cabinet.

The compact housing of the KBox B-201-CFL with the dimensions 190x60x190 mm is made of hot-dip zinc coated mild steel sheet (EN10215) and aluminium. The Box PC can be operated at a temperature range of 0°C to plus 45°C.

The system features a DisplayPort V1.2, which can operate up to four displays as well as a DVI-D connector. Numerous interfaces, such as three USB 2.0, two USB 3.0, and two USB 3.1 Gen 1 ports ensure high flexibility. The existing RS-232 interface can be used, for example, to connect POS terminals and measuring instruments. The Box PC can optionally be equipped with a Mini PCIe plug-in card in half-size format and a M.2 SSD (2260/2242), or a Mini PCIe plug-in card in full-size format in combination with a M.2 SSD (82242). In additon, two Ethernet ports 10/100/1000MBit/s (WoL) are available.

Data storage media for the operating system and data is available through a 2.5 inch SSD SATA III/ SATA-600 removable drive or an internal M.2 SSD (2280, 2260, 2242) slot. The Box PC supports Windows® 10 IoT Enterprise LTSB or Yocto Linux operating systems.

Specifications

  • High processing capability: 8th Gen Intel® Core™ i7/i5/i3
  • Small form factor with mITX motherboard
  • Removable 2,5” SSD
  • Low noise design, max 34 dB(A)
  • Various mounting options: desktop, directly behind a monitor, wall, control cabinet etc., likewise horizontal or vertical operation

The KBox B-201-CFL supports TPM V2.0 encryption for secure cloud connection. It optionally supports the Kontron APPROTECT security solution. The integrated security chip from Wibu-Systems in conjunction with a suitable software framework protects IP rights and provides copy and reverse engineering protection. Kontron APPROTECT Licensing also enables new business models such as “pay per use”, demo versions for limited time periods, or activation/deactivation functions.

for more information visit: www.kontron.com

Bosch BMI088 Inertial Measurement Units

Bosch’s BMI088 features high vibration suppression for drone and robotic applications.

Bosch Sensortec’s BMI088 is a high-performance 6-axis inertial sensor consisting of a 16-bit digital, triaxial, ±24 g accelerometer and a 16-bit digital, triaxial, ±2000°/s gyroscope. BMI088 allows highly accurate measurement of orientation and detection of motion along three orthogonal axes. With high vibration robustness and a small footprint of 3 mm x 4.5 mm x 0.95 mm, BMI088 is unique in the class of high-performance IMUs used in harsh environments, such as those in drones and robotics applications. BMI088 is specifically designed to effectively suppress vibrations that could occur due to resonances on the PCB or the structure of the total system. Apart from high vibration robustness, the excellent temperature stability of BMI088 helps reduce the design effort and costs on a system level.

BMI088 Arduino Library: https://github.com/bolderflight/BMI088

Features

  • Digital resolution: Accelerometer: 16-bit, Gyroscope: 16-bit
  • Resolution: Accelerometer: 0.09 mg, Gyroscope: 0.004°/s
    Programmable measurement ranges
  • -40° C to +85° C operating temperature
  • Calibrated sensitivity
  • Programmable bandwidths of 5 Hz to 523 Hz
  • Digital I/O: SPI, I²C, 4x digital interrupts
  • Less than 10 µA of current consumption in low-power mode
  • 16-pin, 3 mm x 4.5 mm x 0.95 mm LGA package
  • 2.4 VDD to 3.6 VDD supply voltage
  • 1.2 VDD to 3.6 VDD I/O supply voltage

The BMI088 sensor is available from various distributors online for ~$7 for single quantities.

LCR Meter Smart Tweezers

Ideal-Tek’s Smart Tweezers unique design combines ergonomic shielded handles and a precise full featured LCR impedance meter.

Ideal-Tek’s LCR meter Smart Tweezers™ are an updated concept in handheld electronic tools. A unique design combines a pair of gold-plated SMD tweezers with ergonomic shielded handles and a precise full featured LCR impedance meter in a compact, lightweight instrument.

Smart Tweezers™ measure an electronic component’s capacitance, resistance, and inductance with high speed and precision by evaluating circuit impedance. It is a perfect solution for testing and identification of surface mount devices (SMD) as well as for troubleshooting of complex electronic systems.

Available models include the Colibri ST-5S™, ST-5S-BT2 Bluetooth, and the ST-LED Tester.

All Smart Tweezers™ features

  • Convenient one-hand operation
  • Ideal design for surface mount devices
  • Li-Ion battery
  • Portable and ergonomic design
  • OLED display
  • Swiss-made precise test leads

The ST-LED features

  • Automatic LED polarity detection and display
  • Forward drop voltage display
  • Adjustable constant test current 1 mA to 30 mA
  • Adjustable test duty cycle 10 mSec to 1000 mSec
  • LED visual brightness verification
  • LED visual color verification

Overview Video

TOP PCB Companies