Search found 2 matches

by alhussuna
Sat Apr 30, 2022 3:09 am
Forum: ESP32 boards
Topic: Micropython on the ESP32-S3-DevKitC-1 (esp32s3)
Replies: 3
Views: 10740

Re: Micropython on the ESP32-S3-DevKitC-1 (esp32s3)

Thanks for the clear steps and info.
i was able to build and run test app, but that app ran in c. not sure how to run py app using the board ? i don't even know how to send files to the board and then run them ? any advice, document or anything can help me with that ?
by alhussuna
Wed Feb 23, 2022 4:32 am
Forum: General Discussion and Questions
Topic: Button Matrix with esp8266 and shift register 75HC165
Replies: 0
Views: 9680

Button Matrix with esp8266 and shift register 75HC165

Hi, I'm working on board which should have 65 buttons and i'm trying to use shift register 74HC165 to create a matrix button array, and then process the data from the shift register. I was trying to find micropython example similar to what i'm trying above on the internet but couldn't find it. i fou...