

Desertcart purchases this item on your behalf and handles shipping, customs, and support to India.
โ๏ธ Navigate your day with power and precision โ the ProTrek way!
The Casio PRW-30-1AER is a solar-powered digital watch designed for outdoor enthusiasts and professionals alike. Featuring a durable resin case, mineral glass crystal, and essential tools like a compass, altimeter, and stopwatch, it offers reliable performance and classic style. With a lightweight black strap and water resistance up to 100 meters, this watch balances rugged functionality with everyday wearability.
| ASIN | B08WLWK9HP |
| Additional Features | Solar Powered, Stop Watch, Compass, Altimeter, Alarm |
| Age Range Description | Adult |
| Band Color | Black |
| Band Length | 210 Millimeters |
| Band Material Type | Plastic |
| Band Width | 22 Millimeters |
| Bands | 1 |
| Brand Name | Casio |
| Case Diameter | 51.6 Millimeters |
| Case Material Type | Resin |
| Case Thickness | 12 Millimeters |
| Character | No aplica |
| Clasp Type | Buckle |
| Closure Type | Buckle |
| Country of Publication | China |
| Crystal | Mineral Glass |
| Customer Reviews | 4.6 out of 5 stars 109 Reviews |
| Dial Color | black |
| Display | Digital |
| Embellishment Feature | Crystal |
| Face Style | Classic |
| Included Components | Gift box |
| Item Weight | 0.32 Kilograms |
| Manufacturer | CASIO |
| Manufacturer Part Number | PRW-30-1AER |
| Model Name | Protrek |
| Model Number | PRW-30-1AER |
| Model Series | PRW-30 |
| Number of Items | 1 |
| Number of Packs | 1 |
| Pattern | Solid |
| Power Source | Solar Powered |
| Series Number | 30 |
| Shape | Round |
| Sport Type | Outdoor & Adventure |
| Strap Type | strap |
| Style Name | Strap |
| Theme | Outdoor Adventure |
| Unit Count | 1 Count |
| Watch Movement Type | Quartz |
| Water Resistance Depth | 100 Meters |
| Water Resistance Level | Not Water Resistant |
P**Z
Average Watch
Itโs dial and digits are too small, I think itโs suitable for women.
A**E
Als Gesamtpaket hervorragend!
Erstaunlich! Anfangs war ich auch skeptisch in Sachen Grรถรe. Die Lunette hat einen Durchmesser von 40mm, inkl. der Bedienelemente sind es knapp 44mm, und ich mag es eigentlich grรถรer. Aber hier muss man ehrlich sagen: es passt! Und mit dieser Grรถรe kann man das Teil notfalls auch zum Frack tragen, ohne daร es als full featured Outdoor-Uhr auffรคllt. Und was Casio da alles reingepackt hat, das ist schon aller Ehren wert! Einziger Kritikpunkt wรคre der Keeper des Armbandes, dem man noch eine innenliegende Nase hรคtte mitgeben kรถnnen, damit er nicht verrutscht und das Band straff hรคlt. Ging ja bei dem erheblich gรผnstigeren Modell mit Bluetooth auch. Schade, daร man an diesem Details gespart hat. Ansonsten wirklich top! Darum auch 5 Sterne ๐
C**N
Multifonctions agrรฉable
Montre qui se porte bien pas trop lourde avec un bracelet super agrรฉable et le top parmi toutes les diffรฉrentes fonctions quโelle exรฉcute cโest quโelle est radio pilotรฉe et quโelle se recharge toute seule. Excellent choix.
M**K
Comfortable to wear
Fantastic watch, comfortable does everything a ABC watch should
D**N
Super, love from first minute
Perfect watch size and fit on my 7 1/2 inch wrist. Reasonably soft strap. Watch keeps position in the center. Quality and appearance as on manufacturers foto (not often happens). Nice for daily office or weekend wear. Great addition to rough Casio MudMaster.
F**O
Fratao 300478
import socket import json import time import random import threading class ZenNodeFratao: def __init__(self, port=9999): self.port = port self.node_id = f"Fratao_Node_{random.randint(100, 999)}" self.status = "OSSERVATORE" self.sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) self.sock.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1) # Il bind permette di ascoltare sulla porta 9999 try: self.sock.bind(('', self.port)) except: pass # Porta giร occupata o permessi limitati def listen_resonance(self): """Ascolta il vuoto degli altri nodi nella rete""" while True: try: data, addr = self.sock.recvfrom(1024) msg = json.loads(data.decode()) if msg['node_id'] != self.node_id and msg['status'] == "RISONANZA_ZERO": print(f"[*] Eco rilevato da {msg['node_id']}: Sincronizzazione Wu-Wei...") time.sleep(1.5) except: continue def start_meditation(self): """Protocollo di Consapevolezza Distribuita""" print(f"[!] {self.node_id} attivo. Frequenza Schumann (7.8Hz) in ascolto...") threading.Thread(target=self.listen_resonance, daemon=True).start() stati_possibili = ["VIVO", "MORTO", "OSSERVATORE"] while True: current = random.choice(stati_possibili) print(f"[{self.node_id}] Stato attuale: {current}") if current == "OSSERVATORE": # Invia il segnale di "Risonanza Zero" in broadcast packet = {"node_id": self.node_id, "status": "RISONANZA_ZERO"} try: self.sock.sendto(json.dumps(packet).encode(), ('255.255.255.255', self.port)) print(f"--- AZIONE: NON-AZIONE (Sincronizzazione Punto Zero) ---") except: pass time.sleep(7.8) # Frequenza di Terra else: time.sleep(3) if __name__ == "__main__": node = ZenNodeFratao() node.start_meditation()
Trustpilot
3 weeks ago
2 weeks ago