- NC: [circuit] Not Connect/No Connection. It means this pin doesn't need to connect.
- GPIO: [circuit] General Purpose Input / Output. Those are programmable data input and output ports
- ADC: [circuit] Analog to Digital Converter, is a very useful feature that converts an analog voltage on a pin to a digital number. By converting from the analog world to the digital world. Not every pin on a microcontroller has the ability to do analog to digital conversions. On the Arduino board, for example, these pins have an ‘A’ in front of their label (A0 through A5) to indicate these pins can read analog voltages. reference: https://learn.sparkfun.com/tutorials/analog-to-digital-conversion/all
- DAC: [circuit] Digital to Analog Converter
- PWM: [circuit] pulse-width modulated. The PWM seems to imply DAC functionality, but it just controls the PWM output with a function called analogWrite(). https://www.instructables.com/id/Analog-Output-Convert-PWM-to-Voltage/
Sunday, 18 November 2018
[Technique] Terms Summary
Subscribe to:
Post Comments (Atom)
[Research] Recurrent Neural Network (RNN)
1. Introduction As we all know, forward neural networks (FNN) have no connection between neurons in the same layer or in cross layers. Th...
-
Objectives Look through the content to build an overview of WiFi indoor positioning. Following the WiFi fingerprinting po...
-
IoT2US Lab won 3 rd place in the premier competition of the 10 th International Conference on Indoor Positioning and Indoor Navigation...
-
1. Brief introduction of BBC micro:bit The Micro Bit (also referred to as BBC Micro Bit, stylized as micro:bit) is an open ...
-
1. Introduction An inertial navigation system (INS) is a navigation device that uses a computer, motion sensors (accelerometers) and ...
-
1. Introduction Gradient descent is an important method in optimization . With the increasing research interest in Machine Learning an...
-
1. Introduction Bluetooth Low Energy (BLE) is one kind of wireless protocol. This blog will give you an overview of BLE, specifically ...
-
1.Introduction As we all know, there are many technical terms about neural networks thanks to the advancement of Deep Learning. However...
-
1. Introduction Fast Fourier transform (FFT) are various algorithms that compute discrete Fourier transform (DFT) of a sequence, or its ...
-
1. Introduction A stochastic model is a tool for estimating probability distributions of potential outcomes by allowing for random variat...
-
1. Introduction Arduino Uno , ESP8266 and ESP32 are three very prevalent MCUs. Uno is the most used and documented board of the whole ...
No comments:
Post a Comment