Help with Schematic Design for BLE Device

  • Thread starter Thread starter bakours
  • Start date Start date
  • Tags Tags
    Design Schematic
AI Thread Summary
The discussion revolves around designing a BLE device, specifically addressing challenges in circuit optimization and component selection. The user seeks advice on using an n-type MOSFET to amplify current from 40 μA to 2A, with suggestions indicating that a multi-stage amplifier may be necessary. There are concerns about the proper connection of the MOSFET and the placement of decoupling capacitors, with recommendations to connect the MOSFET directly to the battery for better performance. The BLE module's microcontroller capabilities for PWM control are also questioned, highlighting the need for clarity on component roles. Overall, the conversation emphasizes the importance of circuit design principles and proper component integration for effective device functionality.
bakours
Messages
3
Reaction score
0
I am trying to build a BLE device and have run into some obstacles. I did create a basic breadboard circuit using an Arduino Uno and the Redbear BLE Module and am trying to shrink it down to a much smaller PCB. The schematic is attached as well as the datasheets for the microcontroller and the BLE Module.

The device is meant to heat a wire controlled using PWM

Issues:

1. I do not know if an n-type MosFet is appropriate to amplify the current from 40 μA to 2A. If it is appropriate, I need help finding which specific mosfet to use.

2. In general, I would really appreciate it if someone with experience could give any suggestions to optimize this circuit.

3. The BLE Module says it has its own microcontroller. Can this be used instead of my microcontroller for PWM?

4. I have inserted decoupling and bypass capacitors that are polarized. From what I know, these are fine and non-polarized are not necessary. Is this true?

Appreciate all your help, This is my first PCB! :shy: :approve:
 

Attachments

  • Screen Shot 2014-01-29 at 1.26.34 PM.png
    Screen Shot 2014-01-29 at 1.26.34 PM.png
    36.1 KB · Views: 521
  • Atmel-2586-AVR-8-bit-Microcontroller-ATtiny25-ATtiny45-ATtiny85_Datasheet-Summary.pdf
    Atmel-2586-AVR-8-bit-Microcontroller-ATtiny25-ATtiny45-ATtiny85_Datasheet-Summary.pdf
    634.8 KB · Views: 251
  • 201312031858420.pdf
    201312031858420.pdf
    507.2 KB · Views: 327
Engineering news on Phys.org
Welcome to the PF.

Couple things... First, what's a BLE?

Second, the FET is connected incorrectly. And to amplify from 40uA up to 2A will take a multi-stage amplifier. And are you planning on getting that 2A from the battery? Through those resistors?

And the decoupling caps go in parallel to the power supply connections, not in series (see your Vcc cap in series with pin 15).
 
  • Like
Likes 1 person
BLE is bluetooth low energy.
Are the source/drain switched? Yes I was hoping to be able to get the 2A from the battery, is there a problem with that? I am not really familiar with multi-stage amps, will have to look into it.

The VCC cap in series with pin 15 is supposed to be a bypass cap, is that supposed to be in parallel?

Thank You!
 
bakours said:
BLE is bluetooth low energy.
Are the source/drain switched? Yes I was hoping to be able to get the 2A from the battery, is there a problem with that? I am not really familiar with multi-stage amps, will have to look into it.

The VCC cap in series with pin 15 is supposed to be a bypass cap, is that supposed to be in parallel?

Thank You!

You have to have a DC path to and from the supply!
If you need to decouple the power supply to the processor circuitry, could you not supply the mosfet R4 directly from the battery?
 
  • Like
Likes 1 person
sophiecentaur said:
You have to have a DC path to and from the supply!
If you need to decouple the power supply to the processor circuitry, could you not supply the mosfet R4 directly from the battery?


I could do that, but why shouldn't i decouple the power supply to the mosfet?
 
bakours said:
I could do that, but why shouldn't i decouple the power supply to the mosfet?

You need to ask yourself what 'de-coupling' is for. It is to de couple what one part of a circuit does from another part of a circuit. If a part of a circuit is impervious to power supply variation then it doesn't need protection. If the mosfet takes great gouts of current and it is connected downstream of those two decoupling resistors in the (low pass filter) decoupling circuit the the volts will dip accordingly. If you connect the mosfet right to the battery, there will be less of a voltage dip (less series R in its circuit) and the decoupling circuit will, by virtue of the LP action, smooth off the sharp dip in Vcc volts to your fragile control circuit. When it's switched on, the mosfet can actually deliver more current when it's not decoupled from the battery.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top