Thangaraj Mukara
Thangaraj Mukara
Here is the code for my LoRaWAN Geolocation Calculation: ``` import numpy as np import pandas as pd from scipy.optimize import least_squares from scipy.optimize import minimize from pyproj import Proj...
same problem as @4n70w4
I get this following error: `opcua.ua.uaerrors._auto.BadAttributeIdInvalid: "The attribute is not supported for the specified Node."(BadAttributeIdInvalid)` Any one knows what it says and how to fix it? I want to read...