NeoPixel on Arduino UnO on python IDE

This is a special forum devoted to educators using Adafruit and Arduino products for teaching.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ashwath1295
 
Posts: 2
Joined: Wed Nov 03, 2021 10:00 am

NeoPixel on Arduino UnO on python IDE

Post by ashwath1295 »

Hello, I am new to the form.

I want to implement NeoPixel LED on Arduino UNO in python IDE or pycharm. I am able to implement in Arduino IDE.
I am not able to find any material to implement on python ide other than thony python.
Can anyone please guide me ?

User avatar
dastels
 
Posts: 15655
Joined: Tue Oct 20, 2015 3:22 pm

Re: NeoPixel on Arduino UnO on python IDE

Post by dastels »

An Arduino UNO isn't capable of running Python of any sort. It uses an 8-bit MCU with very little memory. CircuitPython, for example, requires at least a SAMD21 MCU.

Mu is a popular Python IDE for use with CircuitPython.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “For Educators”