2025-05-22 15:39:29 +02:00
2025-04-15 11:17:52 +02:00
2025-05-22 15:39:29 +02:00
2025-04-15 15:16:46 +02:00
2025-04-15 11:17:52 +02:00
2025-04-15 15:21:58 +02:00

Raspberry PI Pico W Doorbell

This is a simple doorbell built on the Raspberry Pi Pico W with Zig and the Pico C SDK.

Usage

Create a setting.json in the src folder similar to this one:

{
    "ssid": "YOUR_WIFI_NAME",
    "password": "WIFI_PASSWORD",
    "ntfy_url":"http://ntfy.sh/YOUR_CHANNEL_NAME"
}

Note: Without this file, the project will not compile!

The content of the settings.json is processed comptime so the file will not be placed on the pico.

Description
No description provided
Readme 79 KiB
Languages
Zig 78.9%
C 17.9%
CMake 3.2%