timmbogner / Farm-Data-Relay-System

A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
MIT License
507 stars 114 forks source link

SPI.begin() does not take arguments #30

Closed thefeiter closed 2 years ago

thefeiter commented 2 years ago

When using the LoRa Sensor the compiler throws an Error, because the SPI.begin() does not take the used pins as arguments.

It is required to use the standard SPI pins of the board I am using.

Is there I differend SPI lib I have to use?

Devilbinder commented 2 years ago

What board are you compiling with?

timmbogner commented 2 years ago

This is fixed in the latest update, which should be live today or tomorrow. Sorry bout that! It needed to only select pins on esp32.

thefeiter commented 2 years ago

What board are you compiling with?

ESP8266

Perfect

This is fixed in the latest update

Perfect! I really love this project, even as I dont't have an application atm. I'm just twiddling around.

timmbogner commented 2 years ago

even as I dont't have an application atm. I'm just twiddling around.

Thanks, I can relate! I don't even work for the farm that I designed this for anymore, so now I'm just having fun and hoping others do the same. At first I envisioned the system like a "series of tubes"😁 that pushed data from end-to-end like a fluid. As I added more flexibility I began thinking of it as a model railroad set, where the user can set up a "track" for the data to run on. It's really more fun than one might think!