Sunspot: Deep Sleep Get link Facebook X Pinterest Email Other Apps October 18, 2008 Problem: Some spots is unable to deepsleep Cause: some spot properties prevent from deep sleep Solution: spot.mesh.enable = false Read more
Sunspot: Power controller Get link Facebook X Pinterest Email Other Apps October 08, 2008 https://www.sunspotworld.com/forums/viewtopic.php?p=8064&sid=b80a20f95ee74e2e3826834f25d542a6 https://www.sunspotworld.com/forums/viewtopic.php?t=306&highlight=energy http://www.sunspotworld.com/docs/Orange/javadoc/com/sun/spot/peripheral/IPowerController.html#getVbatt() Read more
Java: concurrency construct Get link Facebook X Pinterest Email Other Apps October 01, 2008 Java Concurrency Constructs What is the difference between sleep(), wait() and suspend()? wait(), sleep(int) and InterruptedException The notifyAll and wait Methods Using the notifyAll and wait Methods Read more
Thread in java: notifyAll() Get link Facebook X Pinterest Email Other Apps October 01, 2008 Problem: I got Read more