So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By ttirupathi
#67083
rudy wrote:Where are you bypass capacitors? You should have 0.1uF capacitors across the supply pins of the CPU, across the ESP module, and also the regulator. I'm assuming U1 is a regulator. You need to add capacitance there. Look at the data sheet for the minimums for that device. And you should have a bulk capacitor. Like 100-470uF across each supply.

It seems that you are using a higher voltage supply for the CPU than the ESP. The rx into the ESP should not be higher than it's supply.

The ESP module should be rotated 180 degrees so that the antenna is on the edge of the board. Away from metal that will interfere with the radio signal but also to keep the radio signals from being injected into your circuit.

It is nice that you provided the circuit board information but a real picture of the final device would be helpful. Since you have the PCB layout then why not include the schematic? It would be a easier to read than trying to reverse engineer the circuit from the PCB.

I don't think that you should let the unused data lines on the LCD float. It may work but it isn't a good practice. I also wonder about the buzzer being on a port pin without a transistor buffer. Some buzzers draw more current than port pins can safely supply.



But it is working on bread board, without the capacitors? In our organization no provision(permission) to take picture, I can provide schematic if you want.
User avatar
By QuickFix
#67152
ttirupathi wrote:But it is working on bread board, without the capacitors?

At least the power rails on a bread board provide a large capacitance (essentially they're two parallel metal strips). :roll:

Always follow the designer guidlines given by the manufacturer of a circuit, assume nothing. :idea:
User avatar
By rudy
#67154
But it is working on bread board, without the capacitors? In our organization no provision(permission) to take picture, I can provide schematic if you want.


ttirupathi, I have been employed designing electronic products for 32 year. I wish someone had told me that I didn't have to include capacitors in my designs. It would have saves a lot of money. :roll:

Just fix the things I said. Either that or do some research on your own.
User avatar
By ttirupathi
#67194
QuickFix wrote:
ttirupathi wrote:But it is working on bread board, without the capacitors?

At least the power rails on a bread board provide a large capacitance (essentially they're two parallel metal strips). :roll:

Always follow the designer guidlines given by the manufacturer of a circuit, assume nothing. :idea:


Ok. I have to redesign the pcb, I will do it. But even it works on the pcb (what ever I have provided(pdfs)) by connecting the esp8266 module with the jumper wires. All other modules mcu, 2x16 display, buzzar, push buttons, regulator etc are soldered on to pcb, and in place of esp8266 2X4 female strip burg I soldered and using male to female jumper wires of small in length(~40mm) connected the module. It works fine. But when I placed the module directly into the strip burg it is not working, even soldering the module also not working. mcu is continuously restarting, some junk character are getting displayed in the 2x16 display.