Is the temperature data for BE14 exposed in software? I found these sensors in /sys/class/thermal on the stock BPI OpenWrt build. Are any of them relevant to BE14?
Iâm using the âOpenWRT MTK MP4.0 wifi SDKâ image. It only has the âhwmon0â directory inside /sys/class/hwmon. temp1_input from it reads a different value than all sensors in /sys/class/thermal, but it is readable regardless whether the BE14 board is powered on or not (by the 12v switch on the main board), which makes me think this is not what Iâm looking for. Did you mean try using the previous build named âOpenWRT MTK MP3.1 wifi SDK or MT76 wifi driverâ?
I was asking about dividing by a thousand because of this that I found this morning. The temperature is not mine, it is what I read on this page:
The i.MX 6 provides a temperature reading of the SoCâs internal temperature plus the board temperature is available via ADC/touch chip albeit with much worse accuracy. The output is in millidegrees Celsius aka 1000ths of degrees Celsius. Therefore it must be divided by 1000 to obtain regular degrees.
Good morning frank-w and simon for the help of the 2.
With the help of frank-w I can reach the temperatures but they are in celsius, that is why I asked about deviding by 1000, maybe the danpawlik branch that I have installed since openwrt works with the fluidity that should work with the loading of packages and other things that are used in openwrt is the appropriate one, the only thing is that it does not have wifi 7.
Simon, I will save your commands for when there is an official branch of openwrt that works with fluidity, since at the moment with these branches that I use they did not give me any result.
Thatâs why I asked about dividing by 1000, since I only used the command Simon posted and when I got that result I searched the internet and the link I posted said dividing by 1000.
frank-w with the command you posted # cat /sys/class/ieee80211/phy*/hwmon*/temp1_input, it gives me the result in Celsius, the channels when dividing by 1000, I get the normal temperatures.