It is used by the microcontrollers to communicate with one or more peripheral devices quickly. It stands for Serial Peripheral Interface. NOTE: As opposed to other Arduino Nano boards, pins A4 and A5 have an internal pull-up and default to be used as an I2C Bus so using these as analog inputs is not recommended. Each of these analog pins has an inbuilt ADC of resolution of 2 12 bits. The function of Analog pins is to read the value of the analog sensor used in the connection.
This means we can connect up to 8 analog input sensors to the board. The board consists of 8 analog input pins numbered from A0 to A7 while the analog output can only be achieved using PWM pins. We can generate the PWM signal using the analogWrite() function in the program.
Every one of these digital pins can generate a Pulse Width Modulation signal of 2 3-bit resolution. PWM Pins:Īll the digital pins on Arduino Nano 33 BLE sense are PWM (Pulse Width Modulation) enabled pins that are numbered from D0 to D13. This kind of input is usually called digital (or binary) and these states are referred to as HIGH and LOW or 1 and 0. The Arduino digital pins can read only two states: when there is a voltage signal and when there is no signal. It is also called the primary voltage for IC’s present on the Arduino board. It is the modulated DC supply voltage, which is used to regulate the IC’s used in the connection.