catalog → boards → any other board (or pc)

🧩 Monitor sensors over the internet with Any other board (or PC)

If it speaks HTTP, it speaks to Meca 3D Lab: one POST with your key and you're done. Works for STM32 with a network module, a PC, Node-RED, whatever you've got.

⚡ Generate my code See all 54 sensors →
HTTP + JSONany languageeven a script on your PC

This board's code

Example with temperature, humidity, CO₂ and motion — the generator builds it with YOUR sensors and your key:

POST https://meca3dlab.com.br/api/ingest
Content-Type: application/json
X-Write-Key: sk_live_SUACHAVE

{
  "temp": 24.7,
  "hum": 55,
  "co2": 620,
  "pir": 0
}

Most-used sensors with it