Chumbaz:
I've connected on an Uno board (SDA=4/SCL=5) and it works perfectly
I presume you mean analog pins 4 (SDA) and 5 (SCL)?
Chumbaz:
Looking around i've discovered that Micro has clock and data pins on 2 and 3, and i've moved connections there, but unfortunately no results again.
Do you mean digital pins 2 (SDA) and 3 (SCL)? Did you remember to change the board type from Arduino Uno to Arduino Micro before you uploaded?
So; in arduino Uno sensor was connected to A4 & A5
In Micro is... A2 & A3... but?!?!?!? Have to be the digital ones???
And how can i do, those 2 pins are used by the HITACHI display... ARGHHHHHHH
Chumbaz:
And how can i do, those 2 pins are used by the HITACHI display... ARGHHHHHHH
Assuming the display doesn't use I2C, you can move it to some other pins, and adjust the software accordingly. If it does use I2C, then you can share those pins between both devices.
Unfortunately, ALL the digital PIN actually are in use
and the display is a standard LCD 16x2 HITACHI, which uses an horrible amount of pins.
so: no way
BUT!!!!!!!!!!!!!!!!!!!!!
You say that if I buy I2C displays (i see a lot of different examples at very low prices) I can connect to I2C Arduino Pins (I2&I3) the LCD AND the BMP058 sensor? WOW!!!!
Thank you very much for your time, I apologize for having forgotten above
Otherwise, I will have to buy an I2C LCD that can be connected sharing same I2&I3 pins with my sensor, correct?
excuse if i abuse of your time but i'm trying to learn, i'm googoling "sharing i2c" and sounds reasonable
and i simply hate to have to sacrify 8 pins just for having a LCD so any other solution is GOOD