Mini5+ BT dongle for transmit.
-
@dc42
Is this OK? -
@tecno said in Mini5+ BT dongle for transmit.:
Is this OK?
If it is not, would you be willing to hook up a hobby servo and have it physically push the button under command of the Duet?
-
@alankilian or, if a servo is undesirable, trigger the button mechanically, as exemplified in https://youtu.be/NgZZzi6sRDU
-
Neither solution is desirable.
-
@tecno OK, do you know that the momentary switch is normally-open and then closes to ground when you press the button?
Can you try jumpering with a wire from the switch to ground on the PCB to verify it triggers?
If that's true I think your schematic will work fine.
-
Yes it works that way. As I do not want to blow up IO_1, so do I need any protection? I do not think so but better ask twice
-
I would put a series resistor inline.
Maybe 100 Ohms to 1,000 Ohms and try it.
That will help protect the Duet.I don't think you need any kind of flyback diode for this.
-
Hi guys,
This does not work, 3.3V is not present on IO_1 pin 3.3V_ext. Obviously I have understood this wrong.
So where can I borrow 3.3V? TEMP is occupied, External drivers pin6 ?
-
@tecno said in Mini5+ BT dongle for transmit.:
Hi guys,
This does not work, 3.3V is not present on IO_1 pin 3.3V_ext. Obviously I have understood this wrong.
So where can I borrow 3.3V? TEMP is occupied, External drivers pin6 ?
Anybody?? -
Problem solved, pin6 on External Drivers for 3.3V
Now some codeing to get this working.
-
@tecno said in Mini5+ BT dongle for transmit.:
3.3V is not present on IO_1 pin 3.3V_ext.
Do you have 3.3V on your other IO ports? If so, check the soldering on the 3.3V pin of IO_1. 3.3V_EXT is supplied direct to all of these pins and the PanelDue port. It looks like you're not using any of the 3.3V on the other IO connectors currently.
If not, check U10 (by the TEMP_DB connector) and associated components, which is the 3.3V regulator that supplies 3.3V_EXT.
Ian