

Desertcart purchases this item on your behalf and handles shipping, customs, and support to UAE.
☀️ Adventure-Ready Elegance for the Modern Explorer
The CASIO PRW-30-1AER is a solar-powered digital watch designed for professionals who demand both style and functionality. Featuring a durable stainless steel case, mineral glass crystal, and a compact 44mm size, it offers essential outdoor tools like a compass, altimeter, and stopwatch. With 100 meters of water resistance and a comfortable plastic strap, it seamlessly transitions from office meetings to hiking trails.
| ASIN | B08WLWK9HP |
| Age Range Description | Adult |
| Band Colour | Black |
| Band Length | 210 Millimetres |
| Band Material Type | Plastic |
| Band Width | 22 Millimetres |
| Bands | 1 |
| Best Sellers Rank | 980,858 in Fashion ( See Top 100 in Fashion ) 6,966 in Men's Wrist Watches |
| Brand Name | Casio |
| Case Diameter | 51.6 Millimetres |
| Case Material Type | Stainless Steel |
| Case Thickness | 12 Millimetres |
| Character | No aplica |
| Clasp Type | Buckle |
| Closure Type | Buckle |
| Crystal | Mineral Glass |
| Customer Reviews | 4.5 out of 5 stars 109 Reviews |
| Dial Color | black |
| Display | Digital |
| Embellishment Feature | Crystal |
| Face Style | LCD |
| Included Components | Gift box |
| Item Shape | Round |
| Item Type Name | Digital |
| Item Weight | 0.32 Kilograms |
| Manufacturer | CASIO |
| Manufacturer Part Number | PRW-30-1AER |
| Model Name | Reloj PRW-30-1AER |
| Model Number | PRW-30-1AER |
| Pattern | Solid |
| Power Source | Solar Powered |
| Series Number | 30 |
| Special Features | Solar Powered, Stop Watch, Compass, Altimeter, Alarm |
| Sport Type | Hiking, climbing |
| Strap Type | Plastic Strap |
| Style Name | strip |
| Theme | Outdoor Adventure |
| Unit Count | 1 Count |
| Warranty Type | Limited |
| Watch Movement Type | Quartz |
| Water Resistance Depth | 100 Metres |
| Water Resistance Level | Waterproof |
M**K
Comfortable to wear
Fantastic watch, comfortable does everything a ABC watch should
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.
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()
P**Z
Average Watch
It’s dial and digits are too small, I think it’s suitable for women.
Trustpilot
2 weeks ago
4 days ago