Saturday 29 October 2016

arduino - Transistor not switching



I've got a 2N3904 hooked up to a pin on a NodeMCU Board (3.3V logic). I am trying to short the button contacts on a fan remote to trigger the speed and such, however, when I pull the base high (3.3V) or low, nothing happens. The only way I can get the remote to send a signal is if I "manually" short the collector and the emitter. I have attached a schematic below for reference. I'm thinking it's the incorrect resistor value....


schematic





No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...