You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wanted to build some projects that have a small screen and a lot of sensors. this board has a 1.3″ 240×240 ips tft display, two buttons, and a ton of sensors:
16
+
We wanted to build some projects that have a small screen and a lot of sensors. This board has a 1.3″ 240×240 IPS TFT display, two buttons, and a ton of sensors:
17
17
18
-
lsm series 9 dof motion, apds9960 light/color/proximity, pdm microphone, humidity, temperature and barometric environmental sensing.
18
+
LSM series 9-DoF motion - LSM6DS33 Accel/Gyro + LIS3MDL magnetometer
19
+
APDS9960 Proximity, Light, RGB, and Gesture Sensor
20
+
PDM Microphone sound sensor
21
+
Humidity, temperature and barometric environmental sensing
22
+
There’s a Qwiic / STEMMA QT connector for adding more sensors, like PM2.5 air quality and others that were too big to fit on the board.
19
23
20
-
There’s a qwiic/stemmaqt connector for adding more sensors like pm2.5 air quality and others that were too big to fit on the board.
24
+
We’ll be primarily using CircuitPython for programming it, but it will also work in Arduino. And of course, we’d love to see MakeCode on it!
21
25
22
-
We’ll be primarily using circuitpython for programming it, but it will also work in arduino. and of course, we’d love to see makecode on it!
26
+
After designing it, the board was close enough to micro:bit-shape-size that we moved a few parts to make it fit in micro:bit robots and some projects – the nrf52840 is a big upgrade chip and can do stuff like Tensorflow Lite for Microcontrollers, BLE central and peripheral, and more.
23
27
24
-
After designing it, the board was close enough to micro:bit-shape-size that we moved a few parts to make it fit in micro:bit robots and some projects – the nrf52840 is a big upgrade chip and can do stuff like tensorflow lite for microcontrollers, ble central and peripheral, and more.
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).
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).
The i.MX RT1010 EVK is a two-layer low-cost through-hole USB-powered PCB. At its heart lies the i.MX RT1010 crossover MCU in an 80LQFP package, featuring NXP’s advanced implementation of the Arm® Cortex®-M7 core. This core operates at speeds of up to 500 MHz to provide high CPU performance and best real-time response.
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).
Coming soon! Watch Ask an Engineer, which airs every Wednesday at 8PM EST for more information.
13
+
What's smaller than a Feather but larger than a Trinket? It's an **Adafruit ItsyBitsy nRF52840 Express** featuring the **Nordic nRF52840 Bluetooth LE** processor! Teensy & powerful, with an fast nRF52840 Cortex M4 processor running at 64 MHz and 1 MB of FLASH - this microcontroller board is perfect when you want something very compact, with a heap-load of memory and Bluetooth LE support This Itsy is your best option for tiny wireless connectivity - it can act as both a BLE central and peripheral, with support in both Arduino and CircuitPython
12
14
13
-
## Learn More
15
+
ItsyBitsy nRF52840 Express is only 1.4" long by 0.7" wide, but has 6 power pins, 21 digital GPIO pins (6 of which can be analog in). It's the same chip as the [Feather nRF52840](https://www.adafruit.com/product/4062) but _really really small_. So it's great for thse really compact builds. It even comes with 2MB of QSPI Flash built in, for data logging, file storage, or CircuitPython code.
14
16
15
-
*[Youtube](https://youtu.be/EAyIQqoAaC8?t=38)
17
+
The most exciting part of the ItsyBitsy is that while we ship it with an Arduino IDE compatible demo, you can also install CircuitPython on board with only a few clicks. When you plug it in, it will show up as a very small disk drive with code.py on it. Edit code.py with your favorite text editor to build your wireless-enabled project using Python, the most popular programming language. No installs, IDE or compiler needed, so you can use it on any computer, even ChromeBooks or computers you can't install software on. When you're done, unplug the Itsy' and your code will go with you.
0 commit comments