Esenciales para CircuitPython
Ya has comenzado con CircuitPython. ¿Que sigue? ¡Los Esenciales para CircuitPython! Esta guía provee ejemplos de todos los módulos base y algunas librerías comunes encontradas en CircuitPython y como se usan. Vas a poder usar cualquier tarjeta diseñada para CircuitPython y aprender como usar diferentes conceptos del lenguaje. ¡Es hora de tomar el siguiente paso!
¡Bienvenido a CircuitPython!
You may have seen CircuitPython mentioned on the Adafruit site or on Discord. What is it? Why would you use it? Once you have a CircuitPython board, what do you do next? This guide has you covered from the moment you plug in your new board. Check it out!
Puede que hayas escuchado a CircuitPython mencionarse en el sitio de Adafruit o en Discord. ¿Que es? ¿Por qué lo deberíamos usar? Una vez que tengo una tarjeta con CircuitPython, ¿ahora que hago? Esta guía te cubre desde el momento que conectas tu nueva tarjeta. ¡Revísala!
CircuitPython on the nRF52
This guide will take you through the process of building/compiling CircuitPython for the nRF52840 bluetooth LE chipset
Debugging CircuitPython On SAMD w/Atmel Studio 7
This guide will help you to start debugging CircuitPython on the SAMD21 or SAMD51, using Windows and Atmel Studio 7. Take the squeeze off virtual environments and do some work in your native operating system!
Welcome to CircuitPython!
You may have seen CircuitPython mentioned on the Adafruit site or on Discord. What is it? Why would you use it? Once you have a CircuitPython board, what do you do next? This guide has you covered from the moment you plug in your new board. Check it out!
Creating and sharing a CircuitPython library
This guide covers all the steps to releasing a CircuitPython library for the world to use. We'll cover GitHub, ReadTheDocs and Travis.
Adafruit SPI FRAM Breakouts
You're probably familiar with SRAM, DRAM, EEPROM and Flash but what about FRAM? FRAM is 'ferroelectric' RAM, which has some very interesting and useful properties. Unlike SRAM, FRAM does not lose the data when power is lost. In that sense it's a durable storage memory chip like Flash. However, it is much faster than Flash - and you don't have to deal with writing or erasing pages.
Adafruit I2C FRAM Breakout
FRAM is 'ferroelectric' RAM, which has some very interesting and useful properties. Unlike SRAM, FRAM does not lose the data when power is lost. In that sense it's a durable storage memory chip like Flash. However, it is much faster than Flash - and you don't have to deal with writing or erasing pages.