Skip to content

Instantly share code, notes, and snippets.

openapi: "3.0.0"
info:
description: "Mobilitätsatlas"
version: "1.0.0"
title: "Mobilitätsatlas Rheinland-Pfalz API"
x-office: "Ministerium für Wirtschaft, Verkehr, Landwirtschaft und Weinbau (RLP)"
contact:
name: Ministerium für Wirtschaft, Verkehr, Landwirtschaft und Weinbau (RLP)
email: poststelle@mwvlw.rlp.de
url: https://mwvlw.rlp.de/de/startseite/
@t-huyeng
t-huyeng / openapi.yaml
Created December 20, 2022 10:17
vaccuum #214
openapi: 3.0.1
info:
title: Harbor API
description: These APIs provide services for manipulating Harbor project.
version: "2.0"
servers:
- url: https://{env}-[URL]
description: 'Harbor Server'
variables:
env:
10:13:31.034 > I (32) src/configmanager.cpp: Loading device configuration from NVRAM...
10:13:31.034 > E (32) C:/Users/x/.platformio/packages/framework-arduinoespressif32/libraries/Preferences/src/Preferences.cpp: nvs_open failed: NOT_FOUND
10:13:31.034 > I (40) src/configmanager.cpp: NVRAM initialized, device starts with factory settings
10:13:31.034 > I (47) src/configmanager.cpp: Storing settings to NVRAM...
10:13:31.034 > I (54) src/configmanager.cpp: Resetting device to factory settings
10:13:31.034 > I (69) src/configmanager.cpp: Device settings saved
10:13:31.034 > I (70) src/configmanager.cpp: Runtime configuration v3.4.4 loaded
10:13:31.034 > I (70) src/main.cpp: Starting paxcounter_69d8ce73 v3.4.4 (runmode=0 / restarts=0)
10:13:31.034 > I (76) src/main.cpp: code build date: 1669972308
10:13:31.034 > I (81) src/main.cpp: This is ESP32 chip with 2 CPU cores, WiFi/BT/BLE, silicon revision 1, 8MB external Flash
@t-huyeng
t-huyeng / logs-verbose.log
Last active November 15, 2022 10:37
libpax unit test logs heltec v2.1
Testing...
If you don't see any output for the first 10 secs, please reset board (press reset button)
R40) wifi_init: tcp mss: 1440
I (750) wifi_init: WiFi IRAM OP enabled
I (750) wifi_init: WiFi RX IRAM OP enabled
I (760) wifi:set country: cc=EU schan=1 nchan=13 policy=1
I (760) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
W (770) phy_init: failed to load RF calibration data (0xffffffff), falling back to full calibration
@t-huyeng
t-huyeng / paxcounter.logs
Created November 14, 2022 14:34
paxcounter deactivate Wifi scanner workaround
15:28:51.615 > [ 1196][I][timekeeper.cpp:194] timepulse_init(): [src/timekeeper.cpp] Timepulse: internal (ESP32 hardware timer)
15:28:51.625 > [ 1206][I][main.cpp:485] setup(): [src/main.cpp] Features: VEXT DISP LED BATT BLE LORA PACKED WIFI BTN_PU TIME
15:29:20.672 > [ 30263][I][reset.cpp:88] enter_deepsleep(): [src/reset.cpp] Preparing to sleep...
15:29:20.680 > [ 30267][I][lorawan.cpp:219] lora_send(): [src/lorawan.cpp] 4 byte(s) sent to LORA
15:29:20.687 > [ 30268][I][blescan.cpp:277] stop_BLE_scan(): [bluetooth] Shutting down bluetooth scanner ...
15:29:20.695 > [ 30280][I][blescan.cpp:286] stop_BLE_scan(): [bluetooth] Bluetooth scanner stopped
15:29:20.703 > [ 30283][I][reset.cpp:110] enter_deepsleep(): [src/reset.cpp] Waiting until send queues are empty...
15:29:20.712 > [ 30291][I][reset.cpp:119] enter_deepsleep(): [src/reset.cpp] Waiting until LMIC is idle...
15:29:21.784 > [ 31375][I][lorawan.cpp:408] myRxCallback(): [src/lorawan.cpp] Received 4 byte(s) of payload on port 2
15:29:21.794 > [ 31375]
@t-huyeng
t-huyeng / paxcounter.logs
Created November 14, 2022 14:23
Logs of paxcounter - errors
15:17:35.961 > [ 17][I][configmanager.cpp:96] loadConfig(): [src/configmanager.cpp] Loading device configuration from NVRAM...
15:17:35.961 > [ 19][I][configmanager.cpp:122] loadConfig(): [src/configmanager.cpp] Runtime configuration v3.4.3 loaded
15:17:35.961 > [ 27][I][main.cpp:115] setup(): [src/main.cpp] Starting paxcounter_81a17fe3 v3.4.3 (runmode=0 / restarts=0)
15:17:35.961 > [ 36][I][main.cpp:116] setup(): [src/main.cpp] code build date: 1668435351
15:17:38.673 > [ 11535][I][main.cpp:309] setup(): [src/main.cpp] Starting rcommand interpreter...
15:17:38.682 > [ 11539][I][rcommand.cpp:515] rcmd_init(): [src/rcommand.cpp] Rcommand send queue created, size 55 Bytes
15:17:38.690 > [ 11548][I][lorawan.cpp:248] lmic_init(): [src/lorawan.cpp] LORA send queue created, size 530 Bytes
15:17:38.704 > [ 11573][I][lorawan.cpp:297] lmic_init(): [src/lorawan.cpp] Starting LMIC...
15:17:38.711 > [ 11574][I][main.cpp:412] setup(): [src/main.cpp] Starting Interrupt Handler...
15:17:38.718 > [ 11576][I][main
// clang-format off
// ----- Paxcounter user config file ------
//
// --> adapt to your needs and use case <--
//
// Notes:
// 1. After editing, before "build", use "clean" button in PlatformIO!
// 2. Clear NVRAM of the board to delete previous stored runtime settings (pio run -t erase)
@t-huyeng
t-huyeng / paxcounter.conf
Last active October 19, 2022 08:16
Working paxcounter.conf
// clang-format off
// ----- Paxcounter user config file ------
//
// --> adapt to your needs and use case <--
//
// Notes:
// 1. After editing, before "build", use "clean" button in PlatformIO!
// 2. Clear NVRAM of the board to delete previous stored runtime settings (pio run -t erase)