H4E1 - Find My Phone Case - Aid Mobile Phone - Group 12
by esmeelaagland in Living > Organizing
109 Views, 0 Favorites, 0 Comments
H4E1 - Find My Phone Case - Aid Mobile Phone - Group 12
A product which helps Cyriel, who is a blind man, find his phone. We made a phone case for his smartphone which works on a different battery so this will work even though when the phone battery is dead. It activates when you clap two times. The case will then make a noise. Cyriel can then locate his phone by using his hearing sense.
Supplies
We used an iPhone case from the Action and a micro-bit. We packed it all together using glue and see-through foil.
Cyriel
Presentation of the case:
Cyriel is a 56-year-old man. He is single and lives in an apartment. He is a sweet, warm and wise man. Cyriel is blind, he only sees a white or black area. Before going blind, Cyriel was a graphic designer. He is still very creative and thinks very problem-solving.
Request for help:
Cyriel has a telephone and a smartphone. It's hard for him to find them when they don't produce any sound. This problem mainly occurs in his living room, which is a space of 5m by 7m. Cyriel wants a compact solution, with which he can find his telephone/smartphone, EVEN when their battery is dead.
The tool would save Cyriel a lot of searching time. In addition, in terms of safety, the tool would be a reassurance that he can find his smartphone at all times
Problem and Solution
A product which helps Cyriel, who is a blind man, find his phone. We made a phone case for his smartphone which works on a different battery so this will work even though when the phone battery is dead. It activates when you clap two times. The case will then make a noise. Cyriel can then locate his phone by using his hearing sense.
Video
Code
input.onSound(DetectedSound.Loud, function () {
ON += 1
})
function Make_noise () {
for (let index = 0; index < 1; index++) {
music.playMelody("E D G F B A C5 B ", 140)
}
ON = 0
}
let ON = 0
ON = 0
loops.everyInterval(2000, function () {
ON = 0
})
basic.forever(function () {
music.setVolume(255)
input.setSoundThreshold(SoundThreshold.Loud, 100)
if (ON == 2) {
Make_noise()
ON = 0
}
})
Tags
#howest #H4E1 #D4E1