-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d4eb53
commit 08c3165
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Pražské Pyvo | ||
city: praha | ||
start: 2024-03-20 19:00:00 | ||
venue: na-venecku | ||
topic: "Good morning with MicroPython" | ||
number: 154 | ||
description: | | ||
### Co tě čeká | ||
Sraz je v 19 hodin Na Věnečku, přednášky začínají v 19.30. Čeka nás 1 přednáška, lightning talky a volná zábava až do rána. | ||
Lightning talk můžeš mít i ty! Registrace nutná na [Lightning Talks – bit.ly/prpylight](https://bit.ly/prpylight). | ||
### What to expect | ||
We meet up at 19 at the club Na Věnečku, presentations start at 19.30. You can look forward to 1 presentation, lightning talks and chit-chat until early morning. | ||
You can have a lightning talk as well – please register at [Lightning Talks – bit.ly/prpylight](https://bit.ly/prpylight). | ||
### Obecné | ||
- Na Pyvu jsou přednášky většinou česky, pokud přijde někdo, kdo česky nerozumí, přepneme do angličtiny, pokud se na to přednášející cítí. | ||
- Kromě nealko a alko pití je možné se Na Věnečku najíst. Nabídka je proměnlivá a obvykle jde o 4 až 7 jídel od toastu, párků, přes bramborák se zelím, dršťkovou polévku a smažák v housce až po guláš nebo řízek. | ||
- **Nezapomeň s sebou vzít hotovost – neberou karty.** | ||
- Na Věnečku zavírají o půlnoci. | ||
### General | ||
- Talks at Pyvo are mostly in Czech but it there’s somebody who doesn’t understand Czech talks are switched to English if the speaker is able to. | ||
- **Cash only payments – club doesn’t accept cards.** | ||
- Besides both soft drinks and beer it's possible to eat at the club. Choice is variable and consists of 4 to 7 options ranging from toast, sausages and soup to fried cheese in a bun, goulash or schnitzel. | ||
- Club closes at midnight. | ||
talks: | ||
- title: "Good morning with MicroPython" | ||
speakers: | ||
- Oleh Hromiak | ||
description: | | ||
I have used a couple of ESP8266 devices running MicroPython to help me with my morning routine. They track my phone as BLE beacon, send info to the fastapi server which eventually generates morning routine (via kafka-based data pipeline) and sends push notification to my phone when I get up every morning (detected by phone movements from bedroom to the work desk in the living room). Also, there is a simple react frontend. |