Skip to content

Commit 086fe26

Browse files
authored
Merge pull request adafruit#335 from makermelissa/master
Added PyPortal Pynt
2 parents 4110634 + 61dc657 commit 086fe26

File tree

5 files changed

+115
-0
lines changed

5 files changed

+115
-0
lines changed

_board/pyportal_pynt.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: download
3+
board_id: "pyportal_pynt"
4+
title: "PyPortal Pynt Download"
5+
name: "PyPortal Pynt"
6+
manufacturer: "Adafruit"
7+
board_url: "https://www.adafruit.com/product/4465"
8+
board_image: "pyportal_pynt.jpg"
9+
features:
10+
- Display
11+
- Speaker
12+
- Wi-Fi
13+
---
14+
15+
The **PyPortal Pynt** is the little sister to our [popular PyPortal](https://www.adafruit.com/product/4116) - zapped with a shink ray to take the design from a 3.2" diagonal down to 2.4" diagonal screen - but otherwise the same! The PyPortal is our easy-to-use IoT device that allows you to create all the things for the “Internet of Things” in minutes. Make custom touch screen interface GUIs, all open-source, and Python-powered using tinyJSON / APIs to get news, stock, weather, cat photos, and more – all over Wi-Fi with the latest technologies. Create little pocket universes of joy that connect to something good. Rotate it 90 degrees, it’s a web-connected conference badge #badgelife.
16+
17+
The PyPortal uses an ATMEL (Microchip) ATSAMD51J20, and an Espressif ESP32 Wi-Fi coprocessor with TLS/SSL support built-in. PyPortal has a **2.4″ diagonal 320 x 240 color TFT** with resistive touch screen. PyPortal includes: speaker, light sensor, temperature sensor, NeoPixel, microSD card slot, 8MB flash, plug-in ports for I2C and 2 analog/digital pins, 3D files for custom enclosures / lanyard fastening. Open-source hardware, and Open-Source software, CircuitPython and Arduino. The device shows up as a USB drive and the code (Python) can be edited in any IDE, text editor, etc.
18+
19+
**Compared to the original PyPortal, the Pynt does not include a ADT7410 temperature sensor. Other than the ADT7410, the Pynt's display, processor, STEMMA conectors and WiFi have the exact same wiring as the original 3.2" PyPortal so all Arduino/CircuitPython code will run exactly the same - just smaller!**
20+
21+
The M4 and ESP32 are a great couple - and each bring their own strengths to this board. The SAMD51 M4 has native USB so it can show up like a disk drive, act as a MIDI or HID keyboard/mouse, and of course bootload and debug over a serial port. It also has DACs, ADC, PWM, and tons of GPIO. Meanwhile, the ESP32 has secure WiFi capabilities, and plenty of Flash and RAM to buffer sockets. By letting the ESP32 focus on the complex TLS/SSL computation and socket buffering, it frees up the SAMD51 to act as the user interface. You get a great programming experience thanks to the native USB with files available for drag-n-drop, and you don't have to spend a ton of processor time and memory to do SSL encryption/decryption and certificate management. It's the best of both worlds!
22+
23+
## Purchase
24+
* [Adafruit](https://www.adafruit.com/product/4465)
25+
26+
## Contribute
27+
28+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).

_data/files.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5634,6 +5634,93 @@
56345634
}
56355635
]
56365636
},
5637+
{
5638+
"downloads": 0,
5639+
"id": "pyportal_pynt",
5640+
"versions": [
5641+
{
5642+
"files": {
5643+
"ID": [
5644+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-ID-4.1.0.uf2"
5645+
],
5646+
"de_DE": [
5647+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-de_DE-4.1.0.uf2"
5648+
],
5649+
"en_US": [
5650+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-en_US-4.1.0.uf2"
5651+
],
5652+
"en_x_pirate": [
5653+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-en_x_pirate-4.1.0.uf2"
5654+
],
5655+
"es": [
5656+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-es-4.1.0.uf2"
5657+
],
5658+
"fil": [
5659+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-fil-4.1.0.uf2"
5660+
],
5661+
"fr": [
5662+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-fr-4.1.0.uf2"
5663+
],
5664+
"it_IT": [
5665+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-it_IT-4.1.0.uf2"
5666+
],
5667+
"pl": [
5668+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-pl-4.1.0.uf2"
5669+
],
5670+
"pt_BR": [
5671+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-pt_BR-4.1.0.uf2"
5672+
],
5673+
"zh_Latn_pinyin": [
5674+
"https://github.com/adafruit/circuitpython/releases/download/4.1.0/adafruit-circuitpython-pyportal-zh_Latn_pinyin-4.1.0.uf2"
5675+
]
5676+
},
5677+
"stable": true,
5678+
"version": "4.1.0"
5679+
},
5680+
{
5681+
"files": {
5682+
"ID": [
5683+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-ID-5.0.0-beta.1.uf2"
5684+
],
5685+
"de_DE": [
5686+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-de_DE-5.0.0-beta.1.uf2"
5687+
],
5688+
"en_US": [
5689+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-en_US-5.0.0-beta.1.uf2"
5690+
],
5691+
"en_x_pirate": [
5692+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-en_x_pirate-5.0.0-beta.1.uf2"
5693+
],
5694+
"es": [
5695+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-es-5.0.0-beta.1.uf2"
5696+
],
5697+
"fil": [
5698+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-fil-5.0.0-beta.1.uf2"
5699+
],
5700+
"fr": [
5701+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-fr-5.0.0-beta.1.uf2"
5702+
],
5703+
"it_IT": [
5704+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-it_IT-5.0.0-beta.1.uf2"
5705+
],
5706+
"ko": [
5707+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-ko-5.0.0-beta.1.uf2"
5708+
],
5709+
"pl": [
5710+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-pl-5.0.0-beta.1.uf2"
5711+
],
5712+
"pt_BR": [
5713+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-pt_BR-5.0.0-beta.1.uf2"
5714+
],
5715+
"zh_Latn_pinyin": [
5716+
"https://github.com/adafruit/circuitpython/releases/download/5.0.0-beta.1/adafruit-circuitpython-pyportal-zh_Latn_pinyin-5.0.0-beta.1.uf2"
5717+
]
5718+
},
5719+
"stable": false,
5720+
"version": "5.0.0-beta.1"
5721+
}
5722+
]
5723+
},
56375724
{
56385725
"downloads": 2,
56395726
"id": "pyportal_titano",
292 KB
Loading
419 KB
Loading
40.8 KB
Loading

0 commit comments

Comments
 (0)