Search results

  1. F

    Multiplying word variable overflow problem

    Hi guys, I am doing a little project for college and I have two word variables to multiply, and need to get another word as result (calculating P = U * I). My voltage maximum is 12 228 (mV) and current maximum is 1100 (mA) so power maximum should be 13 450 800 with last 3 digits ignored (divided...
  2. F

    Code Optimization for...next cycling through variables

    is it posible to optimize this in some kind of loop that will just change variables that needs switching bintoascii b2,bino,bini,binii gosub LCD_SetCursor Char = bini ' gosub LCD_WriteChar Char = binii gosub LCD_WriteChar bintoascii b1,bino,bini,binii Char =...
  3. F

    Ds1307 i2c RTC problem

    Hello PA forum, My i2c clock is working very wierd, it seems to be counting ok but for some reason sometimes i read i2c buss i get time and sometimes some wierd numbers for all variables i am using this formula to convert to decimal (m2 parts). More info in attachment b0 = b0 / 16 * $FFFA + b0...
  4. F

    Is it posible? 2 picaxe on same socket, and 2 picaxe on same i2c EEPROM

    Hello Picaxe forum, I am wondering if this cases are posible? 1. conecting 2 or more picaxes on same socket with common tx and switch to chose if picaxe1 or picaxe2 will get programed (and would ser txd work with more chips on same wire if you make sure that they dont talk in same time)...
  5. F

    Sony Ericss J210i LCD

    Hello forum, This is my first post so i will introduce myself. I am Filip from Croatia, Electrical Engineering student. ATM i am playing with "Room (home) Automation System" made some things, but now i need LCD to finish 1 of my "modules" (parts of HAS). Recently i ordered one of that cheep...
Top