

Desertcart purchases this item on your behalf and handles shipping, customs, and support to Israel.
☀️ 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
2 days ago
2 weeks ago