Author Topic: PCB Only/BOM problem reports  (Read 22111 times)

Altitude

  • Team member
  • *
  • Posts: 34
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #15 on: December 02, 2013, 02:29:21 AM »
So I now that I've had mine for a couple of days, I have some observations:

Bouncy encoders:  I tried bourns and alps ones and both seem to be VERY jumpy and overly sensitve, maybe some aggressive debounce code could be implemented?

Noise when volume is maxed: This disappears when you dial it back a hair from max, its a mid frequency hum/hash. It sounds like there should be a low values resistor in there somewhere since its the kind of sound when you drive an amp too hard

Noise when powering via usb: Some additional filtering/part value adjustment? I'll play around with it but the noise floor comes up a ways when powering off USB.  Powered hubs usually have shitty cheapo switching supplies so its always going to be poor quality power

USB/DC power: This is going to get people where the accidentally have it powered from both DC and usb, some fail safe might be a good idea. This was a problem with midibox cores that would take power from USB or externally.  The way I dealt with it was to use a DPDT switch have that the jumper wired up opposite to each other so in one position it would turn on from USB power and the other postion, from DC

outstanding job though, great evolution :)

Maybe I missed something but are the schematics up in a non-kikad format? I'd like to see how your power supply is set up since I was fully expecting to go to war with the OLED noise and I really dont hear it.  Are the internal signal levels really high?
« Last Edit: December 02, 2013, 02:45:59 AM by Altitude »

flocked

  • Team member
  • *
  • Posts: 7
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #16 on: December 02, 2013, 06:39:10 AM »
I received my black case from Pokono and it looks awesome, however it's missing two holes for holding the front plate. I checked the .svg and it's also missing on it. Now I can't attach it :/

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #17 on: December 02, 2013, 10:07:38 AM »
Bouncy encoders:  I tried bourns and alps ones and both seem to be VERY jumpy and overly sensitve, maybe some aggressive debounce code could be implemented?

Have you tried both '12' and '24' encoder drivers in the settings ?
If it still does not work with both values, could you tell me the exact reference of your encoders ?

Noise when volume is maxed: This disappears when you dial it back a hair from max, its a mid frequency hum/hash. It sounds like there should be a low values resistor in there somewhere since its the kind of sound when you drive an amp too hard

Interesting... I haven't noticed that. Will give a try.

Noise when powering via usb: Some additional filtering/part value adjustment? I'll play around with it but the noise floor comes up a ways when powering off USB.  Powered hubs usually have shitty cheapo switching supplies so its always going to be poor quality power

Yes powering it up from USB requires good USB power supply. They can be very bad.
That's why i added a DC in in the PreenFM2 ;-)
If you find anything that can improve it, let me know.

USB/DC power: This is going to get people where the accidentally have it powered from both DC and usb, some fail safe might be a good idea. This was a problem with midibox cores that would take power from USB or externally.  The way I dealt with it was to use a DPDT switch have that the jumper wired up opposite to each other so in one position it would turn on from USB power and the other postion, from DC

Thanks for the idea.
I tried to connect both my IPAD to USB and a power supply to the DC in. Yeah that's bad.... but that didn't break anything.



outstanding job though, great evolution :)

Thanks :-)

Maybe I missed something but are the schematics up in a non-kikad format? I'd like to see how your power supply is set up since I was fully expecting to go to war with the OLED noise and I really dont hear it.  Are the internal signal levels really high?

I just upload a Postscript file in the Download tab.
I'm glad it works well with the OLED. I still haven't soldered the Audio part on my PCB with the OLED display.


Xavier

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #18 on: December 02, 2013, 10:12:12 AM »
I received my black case from Pokono and it looks awesome, however it's missing two holes for holding the front plate. I checked the .svg and it's also missing on it. Now I can't attach it :/

I'm glad it looks good and I'm sorry for this error in the file. I've just fixed it.
Thanks for the report.
I can send for free a crystal clear part now, or a black one in a couple of week. I have to reorder something on formulor/ponoko this W.E.
Let me know,

Xavier


Altitude

  • Team member
  • *
  • Posts: 34
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #19 on: December 02, 2013, 02:00:41 PM »
The 12/24 thing fixed my encoder issues, sometimes I forget I am not above the RTFM rule :P

For the PSU noise, it looks like there is some real estate to play around with, I'll see what I can do.  Not a ton of power rail smoothing in this design so some good 'ol heavy handed linear PSU tactics may help.

 I'm still curious why the OLED doesnt introduce noise into signal, I'm not a electrical engineer but it's odd that this design doesnt have issues with it and something like the shruthi, it's right in your face despite having a super robust PSU design and this does is not terribly different.

Looking forward to some P2 header love down the road though..
« Last Edit: December 02, 2013, 02:04:01 PM by Altitude »

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #20 on: December 02, 2013, 02:19:50 PM »
Good news you have the encoders working now.

I'm still curious why the OLED doesnt introduce noise into signal, I'm not a electrical engineer but it's odd that this design doesnt have issues with it and something like the shruthi, it's right in your face despite having a super robust PSU design and this does is not terribly different.

Really ?
I'm glad it works well  :)
If i remember correctly the shruthi use PWM from the microcontroller as audio signal... It's possible that makes it more sensitive to voltage fluctuation.
The voltage reference for the 4 external DACs (2 * mcp4922) of the PreenFM2 are well filtered by 2 x 220uF capacitors which may make a big difference.
That's just a guest.

Don't hold your breath for the P2 love ;)


Xavier

Altitude

  • Team member
  • *
  • Posts: 34
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #21 on: December 02, 2013, 02:38:48 PM »
WRT: OLED

I'll bet that it is a level thing. This really came up with the Curtis part, I was an a unique situation where I could test 3 different filter boards with the same digi board and all the current designs were not that bad but the CEM part was a disaster, noise floor went up 10x.

werazefu

  • Team member
  • *
  • Posts: 4
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #22 on: December 03, 2013, 06:29:57 PM »
The BOM says: "Wall power suply 7 to 9v :"

I tried 7,5v / 350mA - it seems to be too weak. The LCD is flickering. 7,5v / 600mA works well!

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #23 on: December 04, 2013, 09:39:53 AM »
The BOM says: "Wall power suply 7 to 9v :"

I tried 7,5v / 350mA - it seems to be too weak. The LCD is flickering. 7,5v / 600mA works well!

The PreenFM actually consumes 120mA.
It's possible that draining 120mA out of your smaller transformer move down the voltage to much.
With the diode AND the 7805 regulator the voltage need to be at least 7V.

Anyway, i'll add a note on that in the doc.
Thanks a lot for the feedback.

Xavier

martindunne

  • Team Member
  • ***
  • Posts: 118
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #24 on: December 17, 2013, 01:44:57 PM »
so just to clarify, is it ok to use encoders with push switch

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #25 on: December 17, 2013, 02:31:24 PM »

It is OK.
I have a working PreenFM2 with switch encoders.
You'll have to bend the 2 switch pins and eventually cut them.

Xavier





martindunne

  • Team Member
  • ***
  • Posts: 118
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #26 on: December 30, 2013, 01:28:00 PM »
hi again can i use encoders with 20 dents instead of 24, will it cause any problems

martindunne

  • Team Member
  • ***
  • Posts: 118
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #27 on: December 30, 2013, 01:31:54 PM »
hello also i have somme 1n4004 diodes at home could i use one of these instead of the 1n4001 in the bom

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #28 on: December 30, 2013, 11:31:44 PM »

20 dents encoders should work if it uses the same quadrature output table as :
http://www.bourns.com/data/global/pdfs/pec11r.pdf
What model do you have ?

1n4004 can replace 1n4001.

Xavier

martindunne

  • Team Member
  • ***
  • Posts: 118
    • View Profile
Re: PCB Only/BOM problem reports
« Reply #29 on: January 03, 2014, 11:45:54 AM »