You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/retail/tutorial-iot-central-smart-inventory-management.md
+1-35Lines changed: 1 addition & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,13 @@ ms.date: 06/13/2022
11
11
12
12
# Tutorial: Deploy a smart inventory-management application template
13
13
14
-
Inventory is the stock of goods that a retail business holds. As a retailer, you must balance the costs of storing too much inventory against the costs of having insufficient inventory to meet customer demand. It's critical that you deploy smart inventory-management practices to ensure that the right products are in stock and in the right place at the right time.
14
+
Inventory is the stock of goods that a retail business holds. As a retailer, you must balance the costs of storing too much inventory against the costs of having insufficient inventory to meet customer demand. It's critical to deploy smart inventory-management practices to ensure that the right products are in stock and in the right place at the right time.
15
15
16
-
<<<<<<< HEAD
17
16
In this tutorial, you'll learn how to:
18
17
19
18
> [!div class="checklist"]
20
19
> * Create a smart inventory-management application
21
20
> * Walk through the application
22
-
=======
23
-
IoT data that's generated from radio-frequency identification (RFID) tags, beacons, and cameras provides opportunities to improve inventory-management processes. You can combine telemetry that you've gathered from IoT sensors and devices with other data sources, such as weather and traffic information in cloud-based business intelligence systems.
24
-
>>>>>>> c8498b4f3651881f19e57e644ee79016a3eaf812
25
21
26
22
The benefits of smart inventory management include:
27
23
@@ -39,57 +35,27 @@ The application template that you'll create focuses on device connectivity, and
39
35
40
36
The preceding architecture diagram illustrates the smart inventory-management application workflow:
41
37
42
-
<<<<<<< HEAD
43
38
* (**1**) RFID tags
44
-
=======
45
-
RFID tags transmit data about an item through radio waves. RFID tags ordinarily don't have a battery, unless specified. Tags receive energy from radio waves that are generated by the reader and then transmit a signal back to the RFID reader.
46
-
>>>>>>> c8498b4f3651881f19e57e644ee79016a3eaf812
47
39
48
40
RFID tags transmit data about an item through radio waves. RFID tags ordinarily don't have a battery, unless specified. Tags receive energy from radio waves that are generated by the reader and then transmit a signal back to the RFID reader.
49
41
50
-
<<<<<<< HEAD
51
42
* (**1**) BLE tags
52
-
=======
53
-
An energy beacon broadcasts packets of data at regular intervals. Beacon data is detected by BLE readers or installed services on smartphones and then transmitted to the cloud.
54
-
>>>>>>> c8498b4f3651881f19e57e644ee79016a3eaf812
55
43
56
44
An energy beacon broadcasts packets of data at regular intervals. Beacon data is detected by BLE readers or installed services on smartphones and then transmitted to the cloud.
57
45
58
-
<<<<<<< HEAD
59
46
* (**1**) RFID and BLE readers
60
-
=======
61
-
An RFID reader converts the radio waves to a more usable form of data. Information that's collected from the tags is then stored on a local edge server or sent to the cloud via JSON-RPC 2.0 over Message Queuing Telemetry Transport (MQTT).
62
-
63
-
BLE readers, also known as Access Points (AP), are similar to RFID readers. They're used to detect nearby Bluetooth signals and relay them to a local Azure IoT Edge instance or the cloud via JSON-RPC 2.0 over MQTT.
64
-
65
-
Many readers can read RFID and beacon signals and provide additional sensor capability that's related to temperature and humidity, via accelerometer and gyroscope.
66
-
>>>>>>> c8498b4f3651881f19e57e644ee79016a3eaf812
67
47
68
48
An RFID reader converts the radio waves to a more usable form of data. Information that's collected from the tags is then stored on a local edge server or sent to the cloud via JSON-RPC 2.0 over Message Queuing Telemetry Transport (MQTT).
69
49
70
-
<<<<<<< HEAD
71
50
BLE readers, also known as Access Points (AP), are similar to RFID readers. They're used to detect nearby Bluetooth signals and relay them to a local Azure IoT Edge instance or the cloud via JSON-RPC 2.0 over MQTT.
72
-
=======
73
-
Azure IoT Edge server provides a place to preprocess the data locally before sending it on to the cloud. We can also deploy cloud workloads artificial intelligence, Azure and third-party services, and business logic by using standard containers.
74
-
>>>>>>> c8498b4f3651881f19e57e644ee79016a3eaf812
75
51
76
52
Many readers can read RFID and beacon signals and provide additional sensor capability that's related to temperature and humidity, via accelerometer and gyroscope.
77
53
78
-
<<<<<<< HEAD
79
54
* (**2**) Azure IoT Edge gateway
80
-
=======
81
-
Azure IoT Central is a solution-development platform that simplifies IoT device connectivity, configuration, and management. The platform significantly reduces the burden and costs of IoT device management, operations, and related developments. Customers and partners can build an end-to-end enterprise solution to achieve a digital feedback loop in inventory management.
82
-
>>>>>>> c8498b4f3651881f19e57e644ee79016a3eaf812
83
55
84
56
Azure IoT Edge server provides a place to preprocess the data locally before sending it on to the cloud. We can also deploy cloud workloads artificial intelligence, Azure and third-party services, and business logic by using standard containers.
85
57
86
-
<<<<<<< HEAD
87
58
* Device management with IoT Central
88
-
=======
89
-
The IoT Central platform provides rich extensibility options through Continuous Data Export (CDE) and APIs. Business insights that are based on telemetry data processing or raw telemetry are typically exported to a preferred line-of-business application.
90
-
91
-
You can use a webhook, service bus, event hub, or blob storage to build, train, and deploy machine learning models and further enrich insights.
92
-
>>>>>>> c8498b4f3651881f19e57e644ee79016a3eaf812
93
59
94
60
Azure IoT Central is a solution-development platform that simplifies IoT device connectivity, configuration, and management. The platform significantly reduces the burden and costs of IoT device management, operations, and related developments. Customers and partners can build an end-to-end enterprise solution to achieve a digital feedback loop in inventory management.
0 commit comments