You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just made my first module board and I started experimenting with it.
I burnt the bootloader and uploaded the code with the Arduino IDE and then I was able to read the voltage of the battery via I2C with my esp32 (I'm still waiting for my ESP8266).
Then the next day, I wasn't able to read the voltage and I wasn't even able to upload any program to the ATTiny "Yikes! Invalid device signature".
I investigated what could be wrong, the reset pin is 2.1V, it should be enough. When I de-solder the ATTiny85 I'm able to burn the bootloader or upload programs so it seems like the problem is in the board.
When I power it, the green led blinks once then 2 seconds later the green led turns on and stays on.
I can't figure out what's wrong and the strange thing is that it was working very well yesterday.
The text was updated successfully, but these errors were encountered:
I checked and checked again and everything was right. But I noticed the side 2 of the ADUM 1250 was powered and the 2 inputs were disconnected and it pulled the SCK and SDA input of the ATTiny to the ground. I was stupid, trying to program the ATTiny with the I2C bus pluged, surely it doesn't make sense at all as the ISP and I2C use the same pins for the clock and SDA.
Now I know, don't try to program the ATTiny with I2C connected (VCC included)
Hi,
I just made my first module board and I started experimenting with it.
I burnt the bootloader and uploaded the code with the Arduino IDE and then I was able to read the voltage of the battery via I2C with my esp32 (I'm still waiting for my ESP8266).
Then the next day, I wasn't able to read the voltage and I wasn't even able to upload any program to the ATTiny "Yikes! Invalid device signature".
I investigated what could be wrong, the reset pin is 2.1V, it should be enough. When I de-solder the ATTiny85 I'm able to burn the bootloader or upload programs so it seems like the problem is in the board.
When I power it, the green led blinks once then 2 seconds later the green led turns on and stays on.
I can't figure out what's wrong and the strange thing is that it was working very well yesterday.
The text was updated successfully, but these errors were encountered: