Peter Raeth

Results 5 comments of Peter Raeth

Using the suggested alternative, "from amazon_paapi import AmazonAPI" yields "amazon_paapi" is unresolved. had done all appropriate pip installs.

Ran this same process under WSL, MS' Linux emulator on Windows 10. Received the following error message: The client is using an unsupported version of the Socket.IO or Engine.IO protocols.

When I click on that link from Chrome I get a "dead-link" page. ---------- Original Message ---------- From: Caryl Keen ***@***.***> To: RAKWireless/rakwireless-docs ***@***.***> Cc: Peter Raeth ***@***.***>, Mention ***@***.***>...

I've been using the following code for CAD. It is derived from the example. ``` // An approach to CAD. // Using Sandeep's baseline LoRa library: // https://github.com/sandeepmistry/arduino-LoRa #include #ifdef...

Have used in-message CRC when feedback on drops is needed. In this case, on-chip CRC is disabled. Example code is found under [this GitHub project](https://github.com/SoothingMist/Scalable-Point-to-Point-LoRa-Sensor-Network/tree/main/Documentation%2BSoftware) under the directories CRC and...