Skip to content

Firmware Pycom FIPY

jolivepetrus edited this page Oct 5, 2018 · 1 revision

Included features

File systems RAMFS, SPIFFS.
Lua modules adc, bt, can, cjson, cpu, encoder, event, fs, gdisplay, i2c, lora, mqtt, neopixel, net, nvs, pack, pio, pwm, sdisplay, sensor, servo, socket, spi, stepper, thread, tmr, uart, ulp.
Networking WiFi.
Network services CAN gateway, Captive DNS, Dropbear SSH server, HTTP server, SNTP.
Sensors 10K Thermistor, 2P toggle switch, 2Y0A21, 3P toggle switch, 4x4 key matrix, A49E, Analog joystick, BDE0600G, BH1620FVC, BH1721FVC, BME280, DHT11, DHT22, DHT23, DS1820, GPS, GUVA S12SD, Hall flow sensor, Hall internal, Hall switch, LDR, LM35, Linear potentiometer, ML8511, PING28015, PIR AM412, Push switch, Relative rotary encoder, SDS011, TMP36, Tilt switch, US015.

Hardware mapping

CAN Signal GPIO
0 RX
TX
GPIO35
GPIO25
I2C Signal GPIO
0 SCL
SDA
GPIO25
GPIO26
1 SCL
SDA
GPIO2
GPIO15
SPI Signal GPIO
2 MISO
MOSI
CLK
GPIO12
GPIO13
GPIO14
3 MISO
MOSI
CLK
GPIO19
GPIO27
GPIO5
UART Signal GPIO
0 RX
TX
GPIO3
GPIO1
1 RX
TX
GPIO26
GPIO25
2 RX
TX
GPIO2
GPIO15
SD/MMC Signal GPIO
0 CMD
CLK
DAT0
CD
WP
GPIO15
GPIO14
GPIO2
Not used
Not used

SPI displays on SPI3, touch panel on SPI3

Display signal GPIO
MISO
MOSI
CLK
CS
RST
CMD
BCKL*
GPIO19
GPIO27
GPIO5
GPIO13
GPIO14
GPIO12
Not used

* back light

Touch panel signal GPIO
MISO
MOSI
CLK
CS
GPIO19
GPIO27
GPIO5
GPIO16

I2C displays on I2C0

Signal GPIO
SCL
SDA
GPIO25
GPIO26
Clone this wiki locally