Search results

  1. O

    b0,b1,b2,b3 to word bit?

    Hi I have a pressure sensor where after calculations of sensordata i get out one digit at a time. To write this to a LCD is wery easy, but i want to save the value with the put command. the typical value is 1024mbar. from program: RMSW = RMSW //10000 : B0= RMSW / 1000 +48 : SerOut SerLCD...
  2. O

    Selection menu

    Hi I have made a selection menu for my logging system. It works, but I think its a very long and ineffective program. I'm pleased if anyone has comments on it on improvements. Thanks #slot 0 'This program is only the menu of my logging station. There are 5 menu items with Yes/No choice...
  3. O

    Jump to a spesific place in a program slot

    Hi Is it possible to jump to a specific place in a program slot. Say like. run 2 (but i like it to jump directly to a specific routine in that program on slot 2) Thanks
  4. O

    Barometric Pressure sensor BMP085 wrong readings

    Hi I’m struggling to make any sense of the Barometric Pressure sensor BMP085. I am able to communicate with it, so I think the wiring is correct. The calculations are done in excel, but are not making any sense. I read the calibration data as sad in the manual. But I'm certainly doing...
  5. O

    I2C with realtime clock DS1307 and Barometric Pressure Sensor - BMP085

    Hi I'm currently using the real time clock chip DS1307 on my weather station. I use the Picaxe 28x2 together with some temperature sensors and humidity. The clock communicates with I2C bus, and the whole system runs on 5v. I just received a Barometric Pressure Sensor - BMP085 that i want to...
Top