The Following User Says Thank You to dirkvl For This Useful Post: | ||
|
2014-01-13
, 22:27
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#2
|
struct toh_eeprom_entry toh_eeprom[] = {
{ TOH_EEPROM_VENDOR, 2, 0 },
{ TOH_EEPROM_PRODUCT, 2, 2 },
{ TOH_EEPROM_REV, 1, 4 },
{ TOH_EEPROM_EEPROM_SIZE, 2, 5 },
{ TOH_EEPROM_CFG_ADDR, 2, 7 },
{ TOH_EEPROM_CFG_SIZE, 2, 9 },
{ TOH_EEPROM_UDATA_ADDR, 2, 11 },
{ TOH_EEPROM_UDATA_SIZE, 2, 13 },
};
|
2014-01-14
, 06:12
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#3
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2014-01-14
, 06:57
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#4
|
An AT24C02 EEPROM with a wopping 256 bytes of data
Since EEPROMS are very very easy to program, this is a very quick way to make your custom OH instantly very awesome!
|
2014-01-14
, 07:59
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#5
|
|
2014-01-14
, 09:40
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#6
|
Well, 256 bytes don't hold very impressive images or sounds. that's for sure
how does read/write cycles in NFS tags and EEPROMs compare, when they are used to periodically store temporary data?
Remember that the VDD in toh is 3.3V, and I2C levels are 1.8V CMOS, so the EEPROM might not talk with you.
Now you'd need to write up a daemon that gets kicked when an EEPROM of the signature you have gets inserted to I2C...
|
2014-01-14
, 11:02
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#7
|
I believe EEPROMS are designed with flexibility in mind, so I think this will be okay!
|
2014-01-14
, 14:51
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#8
|
|
2014-01-20
, 16:40
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#9
|
|
2014-01-20
, 17:09
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#10
|
In recent developments, the qwerty-oh is upgraded with a 1.8V voltage regulator, which mean I will very probably also stick an EEPROM on there.
Has anyone -by chance- come by some EEPROM commands for Sailfish?
An AT24C02 EEPROM with a wopping 256 bytes of data
Since EEPROMS are very very easy to program, this is a very quick way to make your custom OH instantly very awesome!
But, since I am an extreme hardware guy (and a little low on software knowlegde), what to put on them??
Howto:
-download a picture and set it as ambiance?
-download and install a program?
-change settings?
-start a daemon?
Also, they are dirt-cheap.