JKoch
@jkoch
Member
Joined: 2022-08-03 9:12 am
Last seen: 2022-08-06 12:29 pm
Topics: 2 / Replies: 8
Reply
RE: Trying to use a seeed xiao to control a 3volt dc motor and potentiometer

@will Well thats my fault in 2 places, 1 was a misunderstanding from and article that i read about using the mosfet p30n06le in Arduino projects. T...

2 years ago
Reply
RE: Trying to use a seeed xiao to control a 3volt dc motor and potentiometer

Hey all i believe that resolved my issue. After doing more research and testing the P30N06LE mosfet, it will not work with the SEEED Xiao, on switch ...

2 years ago
Reply
RE: Trying to use a seeed xiao to control a 3volt dc motor and potentiometer

Thanks for the reply Inq I appreciate your thoughts AHHH good to know on the Code placement... My bad will do that from now on. Thank you for that t...

2 years ago
Reply
RE: Trying to use a seeed xiao to control a 3volt dc motor and potentiometer

@inst-tech Thank you for your reply I really appreciate it. First thing, The only image in fritzing that i could find was the 7002 that was simil...

2 years ago
Reply
RE: Trying to use a seeed xiao to control a 3volt dc motor and potentiometer

The ground is connected to the sensor. With Xiao it’s difficult to diagram cause it only has 1 ground.

2 years ago
Reply
RE: Trying to use a seeed xiao to control a 3volt dc motor and potentiometer

Thanks for the reply Will. p30n06le MOSFET Gate to threshold voltage minimum 1 max of 2. Uno pins: A0 = Analog input 3.3V = VCC - Sensor Gr...

2 years ago
Reply
RE: Trying to use a seeed xiao to control a 3volt dc motor and potentiometer

#define fadePin 3int potIn = A0;float adc_avg = 0;int veloc_mean_size = 20; void setup(){// put your setup code here, to run once:pinMode(fadePin, O...

2 years ago
Reply
RE: Trying to use a seeed xiao to control a 3volt dc motor and potentiometer

Thank you will for your reply I really appreciate it. The following is what doesnt work. Xiao bread board Motor does not run with the followin...

2 years ago
Topic
2 years ago
Replies: 1
Views: 723