Recent content by Akat

  1. A

    CPU load now goes 100%

    i have a circuit with i2c MAX518 which it works fine with 18x before in vsm simulation... but since last nite, when i updated the VSM to the latest version, the simulation runs so slow and the CPU load goes to 100% instead of previously it only run on maximum 70%... why is that? which according...
  2. A

    i2c EEPROM which suitable?

    hi guys, i need 1024 empty space (in eeprom) to keep a number in each of them.. means that i'll keep 1 value of number or character in each memory block separately.. so i have about 1000 value to keep in memory independently.. i decided to go for i2c instead of internal eeprom (which only...
  3. A

    MAX518 solution again

    ive taken this from J-P thread in the archive.. ive try with phanderson bit bang style of i2c communication controlling the DAC (MAX518) and it works fine.. but, maybe slow response i guess.. since im using 18x now, which it already have i2c SDL SDA naturally, im thinking why not i try with this...
  4. A

    TTL LCD text sending

    i'm sorry if this turn out to be a silly question.. i just bought serial LCD character 20x4 for my project which have 2 type of input can be feed in, one is via RS232 serial and another one is TTL.. i just dont understand which one is the best for me to send a text via serial using serout, exp...
  5. A

    74LS193 working issue

    hi guys, im running out of pin now from my PICAXE (40x1).. i wanna do DAC using DAC0800.. ive tried MAX518 but i found it quite slow, so due to my problem lack of pin, so i'm deciding to use counter up/down using two 74LS193.. and it need only 3 pins (instead of 8 if i convert to use DAC0800)...
  6. A

    calibadc manipulation

    in 40x1 we have calibadc.. i don't know to manipulate the codes after it.. can anyone show my any example? letsay main: calibadc readadc 0,b0 'the code here will be the processing of the data let b1 = b0*5/255 'then codes here is to show the data on screen serout bla bla...
  7. A

    my 40x1 unpredictable

    first, sorry for my english... it's not my native.. * i just bought picaxe 40x1 (pic16f877 i beleive) along with the 28x/40x project board (AXE022) and as well the serial cable.. well, everything is well soldered already when it reach me.. then i put into the slot picaxe 40x1 to start download...
  8. A

    picaxe 40x option

    i have programming editor 5.0.7.. i plan to buy PICAXE 40x but i cant see any PICAXE modes with 40x at the option.. i know that i have to set it 28x2 for 40x but the radio button option is disabled (for 28x2).. i just wanna know is that suitable to program for 40x with this software? if it can...
Top