
Sun
Sun
About
- Username
- Sun
- Joined
- Visits
- 189
- Last Active
- Roles
- Moderator
Comments
-
Try modifying the code in line 1728 of the /sx1302_hal/packet_forwarder/src/lora_pkt_fwd.c file. Change to strftime(stat_timestamp, sizeof stat_timestamp, "%F %T %Z", localtime(&t)); and change the code on line 2042 to strftime(stat_ti…
-
Hello ektanoor, a slower rpm will affect the heat dissipation. Looking through your link, the fan is not the same size as the original. So you may not be able to use that fan. In addition to the size fan interface specifications (1.25mm*2P male) and…
-
Hi ektanoor, please type cat /dev/ttyS0 in the Raspberry Pi's terminal to see the GPS output. Please send it here to reference through screenshot.
-
From your logs, it looks like you have GPS turned on. Did you connect the GPS antenna? Your logs are reporting an error indicating that there is no valid GPS data available. Please make sure the GPS antenna is connected. And place the GPS antenna o…
-
Hi ektanoor, you start by displaying the Raspberry Pi system time by typing date at the Raspberry Pi command line. Then you run the HAT program to print out the program status. Finally, provide a full log. The complete log may help me to solve the p…
-
Hi, please copy the libraries from the Arduino_7inch you downloaded to the Arduino installation directory. If you don't know the path to the Arduino library directory, you can open Arduino IDE→Files→Preferences. Sketchbook location is where we store…
-
The wireless modem of GrowCube device is 802.11b/g/n protocol standard and cannot be modified, and does not support 5Ghz band. Therefore, the GrowCube application and the GrowCube device cannot successfully configure the network because the router i…
-
Hello Marktecwiz, You can try the method in here https://randomnerdtutorials.com/esp32-mqtt-publish-dht11-dht22-arduino/ . You need to replace #include <PubSubClient.h> with the following two libraries. https://github.com/marvinroger/async-mqt…
-
https://forum.elecrow.com/discussion/679/raspberry-pi-5-suddenly-doesnt-work 1. Check that the adapter that powers it is working properly. Use this adapter to charge your mobile phone or other devices. If it can charge normally, then the adapter is …
-
Firstly we need to check if the type-c port of laptop supports DP (DisplayPort). If it doesn't support it then no cable will appear and go to power saving. A type-c port that doesn't support DP can only power CrowView. We can connect the laptop and …