Posts

Showing posts from October, 2008

Sunspot: Deep Sleep

Problem: Some spots is unable to deepsleep Cause: some spot properties prevent from deep sleep Solution: spot.mesh.enable = false

Sunspot: Power controller

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()

Java: concurrency construct

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 

Thread in java: notifyAll()

Problem: I got