Notifications
Clear all

Understanding 5V-3.3V logic level shifters

26 Posts
6 Users
12 Likes
1,684 Views
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6910
 

@inq Thanks for the soaring idea, I will add that to my to-do list. If you are not using WiFi for commands, what are you using?

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
Inq reacted
ReplyQuote
robotBuilder
(@robotbuilder)
Member
Joined: 5 years ago
Posts: 2042
 

@inq 

 

... I really don't want to deal with customers that won't read the instructions or are not smart enough to keep their tongue out of a light socket.  I'm old and crotchety that way.  🙄 

 

However I take the view if it needs a manual it is too complicated.

Do real men read instructions 🙂

How would I have guessed that getting the dish washer or the clothes washer to reset I had to hold the button down for a period of time. Why not a simple button with RESET written on it?

The amount of good functional design sacrificed for a trendy look is rife these days and that applies to most web pages.

 

 

 


   
Inq reacted
ReplyQuote
Inq
 Inq
(@inq)
Member
Joined: 2 years ago
Posts: 1900
Topic starter  

Posted by: @zander

@inq Thanks for the soaring idea, I will add that to my to-do list. If you are not using WiFi for commands, what are you using?

But to answer your question - This standard commodity unit sells for about $55.  Has 10 channels and has two-way communications with the plane's receiver and is programmable... to a degree.  Not really in our context of MPU programmable. 

The first four channels are typically used for ailerons, elevator, throttle and rudder.  The other six are totally configurable.  There are two analog dials, 3 two-way switches and 1 three-way switch that can be associated with a channel.  Any of the channels can be "mixed".  For instance like a V-Tail on the Beach Bonanza or elevons - surfaces that work as elevator and ailerons.  

Because of the possible range limitations, I'll consider the WiFi totally secondary.  That the transmitter will send stick and switch settings as normal that are sent on to the ESP8266 and tell it what to do.  Basically using the ESP8266 only as the brains to make servo adjustments based on settings and sensor readings.  I'll mainly layer WiFi to send back pretty pictures via the InqPortal browser ability and have phone/tablet/laptop showing a cockpit of dials and screens of tabular data, historical data for when I crash --- Black Box post mortem. 

In the first version, I'll start out simple... just making the plane stay nice and level.  But I'd set one of the switches to disable the MPU modifying the servos and make it only respond to the sticks.  Likewise as things get more advanced, I'd have a switch that records a series of strokes as I fly the plane in a pattern.  Then could play back the recording and the plane do same series.  Like many of the drones these days you can press a button and the drone will flip.

That's about it for my current thoughts.  Maybe you have some other creative ideas and by all means voice them.

 

3 lines of code = InqPortal = Complete IoT, App, Web Server w/ GUI Admin Client, WiFi Manager, Drag & Drop File Manager, OTA, Performance Metrics, Web Socket Comms, Easy App API, All running on ESP8266...
Even usable on ESP-01S - Quickest Start Guide


   
DaveE reacted
ReplyQuote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6910
 

@inq What is this?

This standard commodity unit sells for about $55.  Has 10 channels and has two-way communications with the plane's receiver and is programmable... to a degree

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote
Inq
 Inq
(@inq)
Member
Joined: 2 years ago
Posts: 1900
Topic starter  

@zander

Ah... it went up here to $60 with 10ch receiver bundle.  The 10 ch transmitter w/ 6ch receiver is still $54.  All US.  With you preference of AliExpress... you'll probably can get it for cheaper.  If interested, make sure you're looking at the same thing.

Flysky

FS-i6X is the 10 channel transmitter.

FS-iA10B is the 10 channel receiver.

FS-iA6B is the 6 channel receiver.

I've never even used 6 channels so far, but some day... might have one that uses all the bells and whistles.  

"https://www.amazon.com/DTXMX-Transmitter-Receiver-Controller-Helicopter/dp/B0B3T2R65X/"

3 lines of code = InqPortal = Complete IoT, App, Web Server w/ GUI Admin Client, WiFi Manager, Drag & Drop File Manager, OTA, Performance Metrics, Web Socket Comms, Easy App API, All running on ESP8266...
Even usable on ESP-01S - Quickest Start Guide


   
ReplyQuote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2508
 

@inq 

More information at:

  https://dronebotworkshop.com/radio-control-arduino-car/

Anything seems possible when you don't know what you're talking about.


   
Inq reacted
ReplyQuote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6910
 

@inq I just checked your link, and that is $60 + $20 shipping, USD when converted is about $110. The same unit on amazon.ca is $167 CDN. Another amazon rip off.

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
Inq reacted
ReplyQuote
Inq
 Inq
(@inq)
Member
Joined: 2 years ago
Posts: 1900
Topic starter  

@zander, It cost me $55 US... just because you live in Canada, don't complain about your problems with Amazon... buy from someone else.  You asked... I delivered what you asked.  Don't complain to me.  Just buy it from who you like.

3 lines of code = InqPortal = Complete IoT, App, Web Server w/ GUI Admin Client, WiFi Manager, Drag & Drop File Manager, OTA, Performance Metrics, Web Socket Comms, Easy App API, All running on ESP8266...
Even usable on ESP-01S - Quickest Start Guide


   
ReplyQuote
Inq
 Inq
(@inq)
Member
Joined: 2 years ago
Posts: 1900
Topic starter  

Posted by: @will

@inq 

More information at:

  https://dronebotworkshop.com/radio-control-arduino-car/

Thanks... I didn't even think to look for a video from Bill on RC transmitters.  

 

3 lines of code = InqPortal = Complete IoT, App, Web Server w/ GUI Admin Client, WiFi Manager, Drag & Drop File Manager, OTA, Performance Metrics, Web Socket Comms, Easy App API, All running on ESP8266...
Even usable on ESP-01S - Quickest Start Guide


   
ReplyQuote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6910
 

@inq I wasn't complaining, just adding info for those following. Sometimes it's actually cheaper to order from amazon US and pay for shipping than to order from amazon Canada.

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote
Inq
 Inq
(@inq)
Member
Joined: 2 years ago
Posts: 1900
Topic starter  

I got in the 3.3V, 5V logic level boards using those in my prototype.  Thank you all for the help.  Now I'm on to another question about my project at: https://forum.dronebotworkshop.com/electronic-components/help-understanding-combining-serial-communications-over-one-wire/

3 lines of code = InqPortal = Complete IoT, App, Web Server w/ GUI Admin Client, WiFi Manager, Drag & Drop File Manager, OTA, Performance Metrics, Web Socket Comms, Easy App API, All running on ESP8266...
Even usable on ESP-01S - Quickest Start Guide


   
ReplyQuote
Page 2 / 2