Search found 43 matches

by tonynsx
Mon Aug 08, 2022 1:45 pm
Forum: Programs, Libraries and Tools
Topic: Flight simulator controls Micropython
Replies: 8
Views: 5541

Re: Flight simulator controls Micropython

Yes, I'm using a traditional ESP32, looks like this is what I need. Or may be learn Arduino.

https://www.hackster.io/news/darkfullda ... 056125070c
by tonynsx
Mon Aug 08, 2022 11:59 am
Forum: Programs, Libraries and Tools
Topic: Flight simulator controls Micropython
Replies: 8
Views: 5541

Re: Flight simulator controls Micropython

Any help will be appreciated
by tonynsx
Mon Aug 08, 2022 12:29 am
Forum: Programs, Libraries and Tools
Topic: Flight simulator controls Micropython
Replies: 8
Views: 5541

Re: Flight simulator controls Micropython

It looks like Arduino have a joystick library, for exactly this purpose, but what about Python / MicroPython?
https://github.com/MHeironimus/ArduinoJoystickLibrary
by tonynsx
Mon Aug 08, 2022 12:03 am
Forum: Programs, Libraries and Tools
Topic: Flight simulator controls Micropython
Replies: 8
Views: 5541

Re: Flight simulator controls Micropython

Or even in Python, is this possible? So I want to be able to 3D print a throttle, then I assume put potentiometer, and connect it to Raspberry Pi or ESP32 to fly.
by tonynsx
Sun Aug 07, 2022 11:58 pm
Forum: Programs, Libraries and Tools
Topic: Flight simulator controls Micropython
Replies: 8
Views: 5541

Flight simulator controls Micropython

I have a 3D printer, so now I can print my own flight simulator yoke, throttles etc. But I'm having no luck finding any tutorials doing this with Micropython, ESP32 or Raspberry Pi. There are lots of online videos and tutorials with Arduino, like this below. https://www.youtube.com/watch?v=nO-lanEc5...
by tonynsx
Sat Jul 23, 2022 7:39 pm
Forum: ESP32 boards
Topic: Mosfet question
Replies: 4
Views: 1792

Re: Mosfet question

Ok thank you. I need to read more about mosfets. I’m sure I’ll have question later
by tonynsx
Sat Jul 23, 2022 7:15 pm
Forum: ESP32 boards
Topic: Mosfet question
Replies: 4
Views: 1792

Re: Mosfet question

Thank you
by tonynsx
Sat Jul 23, 2022 6:30 pm
Forum: ESP32 boards
Topic: Mosfet question
Replies: 4
Views: 1792

Mosfet question

I have basic knowledge of electronics. I need to control two 12v dc motors with esp32 and MicroPython. I know I need mosfet. My understanding is that mosfet converts the 5v from esp32 to for example 12v. Is this right? How would I connect something like this? I think people also use a heatsink so th...
by tonynsx
Sat Apr 30, 2022 8:38 pm
Forum: ESP32 boards
Topic: ESP32 micropython servo control for RC
Replies: 2
Views: 2034

Re: ESP32 micropython servo control for RC

Thank you, I’ll read those documentations
by tonynsx
Fri Apr 29, 2022 5:19 pm
Forum: ESP32 boards
Topic: ESP32 micropython servo control for RC
Replies: 2
Views: 2034

ESP32 micropython servo control for RC

I'm learning Micropython since I have Python experience. Is there any tutorials on how to control a linear actuator to a specific place (such as to Park, Neutral and Reverse on an actual car)? I know there are lots of Arduino examples and tutorials, but no that much on Micropython.