Jennie5335
Jennie5335
About
- Username
- Jennie5335
- Joined
- Visits
- 8
- Last Active
- Roles
- Member
Comments
-
This looks like a permissions issue on the Google Sheet, not something on your end. Usually Elecrow sets those files to view only, but sometimes access is missed. Since you already requested access and emailed them, the best next step is to tag an …
-
This is usually a firmware or touch mapping issue. Make sure the HMI firmware and the ESP32S3 Arduino example come from the same Elecrow package. Mismatched versions often cause touch to fail. Reflash the screen firmware, then upload the matching e…
-
Before withdrawing from FAB, it’s always a good idea to check your available balance so you don’t run into declined transactions or minimum balance issues. You can do this easily through the FAB mobile app, online banking, or at an ATM. If someone …
-
You can run an NVMe SSD and LoRa module on the Pi Terminal using a PCIe splitter or separate HATs if the Pi supports the lanes and power. Python errors and missing Node-RED shortcut come from the Elecrow OS; Node-RED is in the Raspberry Pi menu. The…
-
You can reset and reprogram your ESP32 + TFT module using the MakeCode program provided by Elecrow. Download the attached makecode.zip and follow the instructions to upload the firmware. This should restore all modules.
-
You can get a replacement display module by contacting Elecrow at order@elecrow dot com . No need to buy a whole new kit.
-
Yes. CrowPi 3 pin diagrams are available on Elecrow’s wiki. Example code is located at /usr/share/code/ and the related libraries are installed under /usr/local/lib/pythonXX/dist-packages/ on the system.
-
This usually happens when the power button ribbon cable is not fully seated or the latch is not locked. Double check that the ribbon cable is inserted straight, pushed in all the way, and the latch is firmly closed. Also confirm the cable orientati…
-
In the CrowPi 3 Python course, the code editor colors are fixed by the ThinkNode interface and cannot be customized by the user. If readability is an issue, the workaround is to open and edit the same Python files in an external editor on the Pi, s…
-
CrowPi 3 can run your own local AI since it is a Raspberry Pi, as long as the model works within the Pi’s hardware limits. ThinkNode does not support custom local AI models and has a fixed API key length, which is why longer keys are not accepted. …