Thangaraj Mukara

Results 3 comments of 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...

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...