增材制造或3D打印比以往任何时候都更实惠。尽管一些业余爱好者购买了用于手工艺品的打印机,但它还是用于创新电子或机器人项目的出色工程工具。通常,打印机提供免费的3D型号或免费下载的免费下载。最终,您可能想…
Lorawan网络是什么,它如何工作?
LoRa (“long-range”) is an excellent wireless communication solution without networking capabilities. It’s a reliable, energy-efficient, encryption-secured, low-cost wireless connectivity technology. And as its name suggests, it offers an extremely long range. LoRa operates at the physical layer of an OSI model and is implemented at the chip level — excluding the network management protocol. This…
什么是机器人操作系统(ROS)?
通常,当我们谈论机器人技术时,闪烁的第一件事是配备有执行器的最终效果的机器人操纵器,由执行器驱动,由传感器引导,并由微控制器控制。机械硬件总是给观众留下深刻的印象,但是下面的机器人软件使这些宏伟的机器栩栩如生。大多数小型机器人是…
What is FreeRTOS?
嵌入式设备是物联网的灵魂。任何物联网网络本质上都是通过Internet连接微控制器供电的“事物”的媒介。大多数物联网设备中心的微控制器是无法运行标准操作系统的简单,资源受限的低功耗芯片。微控制器通常会用最小的固件代码闪烁,以执行……
What are top applications of CAN protocol?
可以(控制器区域网络)协议开发eloped by the European automotive electronics company Robert Bosch GmbH in 1983 for in-vehicle networks. The intention behind the development of the CAN protocol was to enable robust data communication between different Electronic Control Units (ECU) and Microcontroller Control Units (MCU) of a vehicle on a single wire…
什么是洛拉和洛拉万?
许多事情进一步推动了工业互联网(IIOT);其中之一是洛拉(Lora),这是由Semtech Corporation开发和拥有的专有的无线通信技术,该技术代表扩展范围。洛拉的关键特征是超级远距离,低功耗,数据加密,多重用法和低成本。覆盖范围长达10…
无人机如何服务下一代物流
电子商务不再是新颖的。交付到家门口的在线购物已成为一种典型的千禧一代生活方式。电子商务行业的骨干是运输和物流部门。但是,运输公司面临的最大挑战是及时以最低的成本交付订单。数字化通过提供实时跟踪来有所帮助…
什么是激光雷达,如何工作?
LiDAR是光检测和范围的首字母缩写,这是一种用于传感距离的光学技术。早期尝试通过光束测量距离的尝试首先是在30年代进行的,空气中的激光雷达在60年代更常用,地理空间测量开始于80年代。随着技术的发展,激光雷达的用途继续扩展。
What is Light Fidelity (Li-Fi)?
Imagine data transferring over your local wireless network at the speeds of light. Light Fidelity or Li-Fi is a ground-breaking innovation that has made it possible. Data communication through optical fibers has already made data communication available at light speeds over long distances. Light Fidelity has filled the space for optical communication in the wireless…
如何使用Micropython和ESP8266在SSD1306上进行动画文本动画
有机发光二极管或OLED显示器对于许多嵌入式设备至关重要。OLED被认为是展示设备信息的最高质量显示器之一。通常,嵌入式设备使用单屏图形,但是当有几个用户交互时,需要复杂的接口。例如,此类接口可能使用菜单或其他图形导航。添加一个…
如何从Arduino上的USB键盘读取输入
通常,Arduino董事会只能充当USB奴隶。他们无法作为USB托管运行。这就是为什么不可能将USB设备(例如USB键盘或鼠标)直接连接到Arduino的原因。这些通用的USB设备在许多应用程序中可能非常有用。例如,在某些应用中,4x4键盘可能会…
在Arduino IDE上使用ESP8266和ESP32入门
ESP8266 and ESP32 are popular WiFi development solutions that can be programmed in several ways using different programming languages. Common languages include MicroPython, C, JavaScript, and LUA script. The choice of embedded firmware and software tools makes it possible to program ESP8266 and ESP32 in different languages. The versatility and flexibility to program ESP boards…
MicroPython: How to write and read text files on a MicroSD card using ESP32
数据记录是许多嵌入式项目的组成部分。通常,数据记录用于记录传感器读数,无论是否有时间戳。例如,许多物联网应用程序使用数据记录来存储网络更改或数据进行故障排除或验证。本地记录数据的理想方法是使用SD或microSD…
2022年最高的MQTT经纪人
MQTT协议是一种广泛使用的机器对机器通信协议和物联网(IoT)的绿洲标准消息协议。MQTT少于80 kb的少量占地面积,非常简单,并且基于发布订阅系统。关键组件是MQTT代理。通过该网络通信的IoT设备称为MQTT…
什么是IP Geopencing?
Very-large-scale integration or VLSI chips integrate several high-level components, which are highly sophisticated gate-level circuits. Semiconductor Intellectual Property (IP) is the standard source for synthesizing higher-level components in VLSI chips or FPGA boards. Semiconductor IPs typically provide the hardwired, implementable design of one of the following: A transform An encryption or deciphering algorithm The adaptive…
如何注册和匹配指纹模板与Adafruit和R30X指纹扫描仪
生物识别设备是现代安全和访问系统的骨干。最常用的生物识别设备是指纹扫描仪。指纹是唯一的标识符,无法轻易伪造。光学指纹传感器被广泛用于安全系统中,因为与电容和超声扫描仪相比,这些传感器是低成本的。光学指纹传感器通过…数字化指纹数字化
最佳的家庭自动化开源软件系统是什么?
Home automation is quickly becoming mainstream, letting residents easily connect with and remotely control appliances or security systems. To support these efforts, there are several popular “smart” home systems available, such as Amazon Hub, Google Nest, Amazon Echo, Apple HomeKit, Hue Smart Hub, and others. For the hobbyist or do-it-yourselfer (DIY), customized home automation systems…
What is Lightweight Internet Protocol (LwIP)?
在现代应用程序中,将嵌入式微控制器连接到Internet是至关重要的任务。嵌入式控制器,特别是在消费设备和可穿戴设备中,现在基本上需要在线ping。这更重要,因为设备变得越来越聪明。连接到互联网不仅至关重要,而且是一项沉重的任务。典型的TCP/IP堆栈…
什么是不同类型的物联网网络?
The communication technologies used by IoT devices to communicate data with each other are called IoT networks. Some the examples of IoT networks are cellular networks like LTE-M and NB-IoT, WiFi, Bluetooth Low Energy, Sigfox, LoraWAN, Zigbee, RFID, and Ethernet. IoT devices are usually connected via wireless communication technologies. In some rare cases, you may…
Best open-source 3D-printed humanoid robot projects
机器人是电子产品如何精确,准确地执行机械作业的完美示例。在过去的几十年中,机器人的范围和定义远离机械任务的领域。现在,可以想象机器人可以自动化一切可能的一切,包括沟通和智能。这背后的原因是试图复制…