Jump to content

nILS

Frequent Writer
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by nILS

  1. I suspect your PSU circuit/wiring was off... Here's your 10-step program to happiness: 0) Take decent pics of everything and post them here 1) NO MORE POWER/ICs ON THE MODULEs UNTIL YOU FOUND THE PROBLEM 2) Remove all ICs 3) Disconnect the LCD 4) Disconnect the boards from each other 5) Power up the core and make measure all voltages. Post them here 6) Unplug the power 6) Connect the SID module to the Core module 7) Plug in the power to the Core modul and check for the 5V on the SID module 8) Add the power supply for the SID, measure voltages. 9) Report back with the results For testing purposes(!) you can use that 12VDC wallwart IF and only IF it is regulated (ie delivers a constant perfect 12V). If that's the case you can simply wire it to the core's J1 for the core power (do not use the LCD with it for now because too much current draw will give you a pretty hot regulator), and also wire it directly to the output pins of the 7812 on the SID module (ground to pin 2, 12VDC to pin 3, see http://ucapps.de/mbhp/mbhp_sid_v3.pdf).
  2. - Die Tabelle ist auf bereits auf ucapps.de (woher ich die 1:1 übernommen hab zwecks Einheitlichkeit). Kein Grund die nochmal woanders zu haben. Was Du mir mit dem Rest sagen willst versteh' ich nicht.
  3. Und genau das ist falsch - keine Jumper = EEPROM. Alle 3 Jumper setzen :)
  4. [x] Jumper falsch/nicht gesetzt Was macht denn die main led?
  5. If you had read the sticky called you would know it's the wrong forum. I moved it accordingly ;)
  6. s8 = signed char u8 = unsigned char s16 = signed int u16 = unsigned int I have those declared in some .h :)
  7. Follow the testing procedures lyle linked you to. Then post the results here. Then we can help.
  8. Shipping update: 42/42 orders shipped. Everyone who was paid should receive their boards shortly. There's spares. If you want some, sign up in the WIKI, it's first come first serve. Check for more info and an uberbargain.
  9. That looks rather odd.
  10. Sure. const unsigned char custom_chars_logo[8*8] = { 0x10, 0x10, 0x10, 0x1F, 0x1F, 0x1F, 0x1F, 0x0F, // bottom left 0x0B, 0x0B, 0x0B, 0x1B, 0x1E, 0x18, 0x18, 0x10, // bottom right 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x0E, // top right 0x01, 0x02, 0x08, 0x04, 0x08, 0x00, 0x1F, 0x10, // top left 1/3 0x08, 0x10, 0x08, 0x02, 0x04, 0x02, 0x1F, 0x10, // top left 2/3 0x08, 0x02, 0x01, 0x02, 0x08, 0x10, 0x1F, 0x10, // top left 3/3 0x08, 0x02, 0x01, 0x02, 0x08, 0x10, 0x1F, 0x10, 0x08, 0x02, 0x01, 0x02, 0x08, 0x10, 0x1F, 0x10 }; #define bl 0 #define br 1 #define tr 2 #define tl1 3 #define tl2 4 #define tl3 5 // define the LCD cursor positions (important if you use displays other than // 2x8) #define LCD_LINE1_ADDR 0 #define LCD_LINE2_ADDR 40 #define LCD_Line1 MIOS_LCD_CursorSet(LCD_LINE1_ADDR); #define LCD_Line2 MIOS_LCD_CursorSet(LCD_LINE2_ADDR); // pointless but oh well :-) void UI_animatedLogo() { char* line1 = APP_NAME; char* line2 = APP_VERSION; s8 n; s8 m; #ifdef QUICK_BOOT #define DELAY1 0 #define DELAY2 0 #else #define DELAY1 64 #define DELAY2 255 #endif MIOS_LCD_Clear(); LCD_Line1; MIOS_LCD_PrintChar(tl1); MIOS_LCD_PrintChar(tr); MIOS_LCD_PrintCString(" kaffe"); LCD_Line2; MIOS_LCD_PrintChar(bl); MIOS_LCD_PrintChar(br); MIOS_LCD_PrintCString(" SEQ"); for (n=0; n<8; n++) { for (m=0; m<3; m++) { LCD_Line1; MIOS_Delay(DELAY2); MIOS_LCD_PrintChar(tl1+m); } } } [/code]
  11. I wrote a little function that gets called by Init(). This function simply displays one frame, then waits a little, displays the next, ...
  12. Shipping update: 34/42 orders shipped.
  13. With a 10k pot that only uses a part of it's range you won't be able to directly model a 100k pot. It might be extremely helpful to know what the original pot is actually doing - any chance you have a schem/service manual for the CT-501? Judging by my quick 3-minute google-search, there's not a lot of info on the net about the CT-501...
  14. Shipping update: 16/42 orders shipped.
  15. I'll start shipping them out first thing in the morning :)
  16. Sent you a PM.
  17. I just got word from the fab, the boards were shipped out today. :frantics:
  18. mbhp_dinx4_v2.zip
  19. Try this: mbhp_ainx4_v2.zip (opened and saved with v4.13). mbhp_dinx4_v2.zip
  20. Please read the stickies, in this case especially: Topic moved.
  21. Well you guys missed one really really blatant difference: The chips have completely different text on them!!!!!!111111oneleven
×
×
  • Create New...