Jump to content

philetaylor

Frequent Writer
  • Posts

    828
  • Joined

  • Last visited

About philetaylor

  • Birthday 07/21/1972

Contact Methods

  • Website URL
    http://www.shinesystems.co.uk

Profile Information

  • Gender
    Male
  • Location
    Leicester, UK

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

philetaylor's Achievements

MIDIbox Guru

MIDIbox Guru (4/4)

0

Reputation

  1. Sorry I have been absent from the group for a 'long time'. If I can be any help let me know but I haven't played with my DMX code for an even longer time! Cheers Phil
  2. Yes it's technically possible to change the pins but you would need to hack the "universal" app_lcd.c. I will warn you though, that isn't for the faint hearted! Cheers Phil Sorry I just read your message again, I didn't realise you were using the PIC version. That should be easier as all of the pins are defined in app_lcd.inc you should just be able to change the pin assignments. You will need to check that they aren't being used by anything else first though!
  3. No that looks fine to me, it's still 128x64. The large GLCD font is a bit squashed anyway, it looks just like my DOG-L displays! Thanks Phil
  4. Yes that looks exactly the same as the ILI9320 based displays that we bought Shuriken. I did manage to get a MIOS32 driver written and working for it in 8-bit mode but since then I have had a bit of a crash and I think I lost the source code :( If I remember correctly, the key to getting 8-bit mode working was that you place the LE pin high then load the lower 8 bits onto DB08-DB15 and then set LE low and load the upper 8 bits. the transition of low to high latches the current state of the inputs on the 74HC573 (DB08-DB15) and outputs them to DB00-DB07, this has the effect of loading all 16 bits to the display, you can then pulse the clock. Cheers Phil EDIT: Also DO NOT tie the unused DB00-DB07 inputs to ground, they MUST be left floating as otherwise it won't work in 8bit mode!
  5. Hi It's definitely not password protected (I know it is my server!) What message are you getting? Most browsers will just try an anonymous ftp connection (if not try username: ftp and password: <your email address> ) Thanks Phil
  6. Hi. 1. PWM Steps: This defines how fast the H bridge is 'pulsed' to control the fader motor. If you find that your motor is sluggish then you can adjust this. 2. AIN Deadband: All A-to-D (analogue to digital) circuits suffer from a certain amount of 'jitter'. The AIN deadband allows you to set a minimum amount of change in the analogue input before it is reported as a 'move' of the fader. 3: MF Deadband: I guess that this is the reverse of AIN deadband? only engage the motor if the input value has moved significantly. although TK will be able to confirm this??/ If you find that the faders are a bit jittery then you should be able to adjust the deadband values to counter it. Cheers Phil
  7. Hi. What have you tried so far? I am assuming that you have put the next 4 encoders on SR 11? If not then the code needs quite a bit more changing, I would recommend putting them on SR11 and moving the matrices over to SR12-SR15 If you have put the encoders on SR11, the code changes that you will need are: in app.c, change #define NUM_ENCODERS 40 to #define NUM_ENCODERS 44 in mios32_config.h change: #define FIRST_ENC_DIN_SR 1 #define DIN_16x16_L0 11 #define DIN_16x16_R0 12 #define DIN_16x16_L1 13 #define DIN_16x16_R1 14 to: #define FIRST_ENC_DIN_SR 1 #define DIN_16x16_L0 12 #define DIN_16x16_R0 13 #define DIN_16x16_L1 14 #define DIN_16x16_R1 15 I can't see any other changes that will be required but I may be wrong :) EDIT: Having looked at DINs.png, I can see that you have put the matrices on the first DINs and the encoders after them? That is the opposite of the way that the program is written and I would definitely recommend that you reconfigure it so that the encoders are on SR1-11 and the matrices are on SR12-15 otherwise the changes to the program are non-trivial (although still not that complicated!) Phil
  8. Hi TK. If you are using Xcode 4, this doesn't support OS X 10.5 by default (it doesn't have the 10.5 SDK). Apparently the supported thing to do is to install Xcode 3 in a different directory although there is a "hack" http://stackoverflow.com/questions/5378518/how-to-add-base-sdk-for-10-5-in-xcode-4 Cheers Phil
  9. Here is the wiring diagram for connecting 2 x CLCD's to a CORE8: mbhp_2xclcd_mios8.pdf Cheers Phil
  10. Hi. In mios32_config.h you can enable J5a as analogue input: #define MIOS32_AIN_CHANNEL_MASK_0x000f whenever the analogue input changes (pot moved) your APP_AIN_NotifyChange(u32 pin, u32 pin_value) function will be called. You also need to initialise the J5b pins as output using the MIOS32_BOARD_J5_PinInit() function: int pin // Init J5B as output for (pin=4;pin<8;++pin) MIOS32_BOARD_J5_PinInit(pin,MIOS32_BOARD_PIN_MODE_OUTPUT_PP); You can then use the MIOS32_BOARD_J5_PinSet(pin,value) function to turn the LED off and on. If you need more information, look at the tutorials: MIOS32 (for STM32 and LPC17) specifically the J5 Outputs and Scanning 12 analog pots ones! Cheers Phil
  11. Hi John. To be honest, web browsers make pretty useless ftp clients! I would suggest that you download Filezilla which is a 'proper' ftp client from http://filezilla-project.org/ I it possible that the download was timing-out due to the slow connection. That server is on a dedicated 4Mb leased line which very little bandwidth use so you should be able to download quicker than that! If the slow connection is the problem then filezilla supports resuming the download... I just downloaded it from home (to verify that the file is OK) and I got it in about 360KB/s which took 80 seconds. Thanks Phil
  12. I bought mine from Mouser who while not exactly 'in' the UK, provide cheap shipping and duty paid. 100 cost about £14 and if you need other bits, you can get the delivery price down quite a bit as well. http://uk.mouser.com/ProductDetail/ALPS/SKHHDTA010/?qs=fMKjfF2mFohbx9AfkVFXKg%3d%3d Phil
  13. That looks like some bizarre kind of spam? They have posted the same question to a number of irrelevant forums: http://www.hitachicordlesstools.net/hitachi-cordless-battery/can-i-upgrade-to-a-quad-core-with-my-laptop/ Their other two questions on here are also a bit generic and not particularly MIDIbox related? Phil
  14. Hi Jef. Sorry I have been away for a few days... Yes the DOGM-128 display should work fine. Phil
  15. Ah yes I missed the MIDI bit from your post TK! I'm not sure how USB Host MIDI would work though as it would need to support a number of different USB MIDI devices to be useful? I seem to remember this was discussed a few months ago as somebody was looking to do a commercial project with USB Host support.... Phil
×
×
  • Create New...