[last updated: 2024-09-12]
Arduino boards
Teensy home page
-----
- Operation:
-------------------------------------------------------------------------------------
- Serial monitor does not work like other boards...
- Here's what worked:
- Open IDE to desired program
- Connect Teensy
- Tools > Board > Teensy 4.0
- Tools > Port
Notice that two selections are possible here, one for the Teensy, and one for the Serial Port
select the serial port
[what if there are more than two??]
- Tools > Serial Monitor
I usually have to select this twice to get it to come on.
- also:
closing and re-opening the serial monitor does Not restart the Teensy, like it does on other Arduino boards
[so how DO you restart/reset it??]
- Serial monitor links:
-------------------------------------------------------------------------------------
- i2C:
- 3 ports for I2C (signals SDA & SCL) are available. The Wire library is used for I2C. Each I2C chip connected to the same SDA/SCL wires needs a unique address. Multiple I2C ports allow you to easily use more than 1 chip with the same address.
- All I2C ports support 100, 400, and 1000 kbit/sec speeds.
-------------------------------------------------------------------------------------
- Teensy RTC:
-------------------------------------------------------------------------------------
- EEPROM:
-------------------------------------------------------------------------------------
.
.
.
eof