Open TonySpegel opened 4 years ago
Maybe the kernel update made the identification method invalid, which we will check later.
I'd be interested in an answer too if there are any updates. I can't get past importing epd2in7. 2.7" e-Paper hat sample code.
Any updates on this? Im having the same issue
Any updates on this? Im having the same issue
I got way too stuck and gave up. Please let us know if you figure it out though!
I did a fresh install of rasbian and followed the same steps and it worked.
im having the same issue trying to run this on my pi . I aswell have the 2.7 non color version
anyone have any updates on this? Im having a similar issue and am having an extremely hard time trying to get such working.
Hi,
I just did a fresh install of raspian and it started working. Hope this helps
BR,
Shareef
On 31 May 2022, at 1:19 AM, TheNukeLore @.***> wrote:
anyone have any updates on this? Im having a similar issue and am having an extremely hard time trying to get such working.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
Never got it working and gave-up after ~5hrs. Good luck!
On May 31, 2022, at 4:18 AM, shareef945 @.***> wrote:
Hi,
I just did a fresh install of raspian and it started working. Hope this helps
BR,
Shareef
On 31 May 2022, at 1:19 AM, TheNukeLore @.***> wrote:
anyone have any updates on this? Im having a similar issue and am having an extremely hard time trying to get such working.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
Worked for me: sudo pip3 uninstall Jetson.GPIO Found existing installation: Jetson.GPIO 2.0.20 Uninstalling Jetson.GPIO-2.0.20: Would remove: /usr/local/lib/python3.9/dist-packages/Jetson.GPIO-2.0.20.dist-info/ /usr/local/lib/python3.9/dist-packages/Jetson/ /usr/local/lib/python3.9/dist-packages/RPi/* Proceed (y/n)? y Successfully uninstalled Jetson.GPIO-2.0.20
$ python3 ./main.py
ID Read success 148088885 0 ADC = 0.071160 1 ADC = 0.071474 2 ADC = 0.071619 3 ADC = 0.070657 4 ADC = 0.071288 5 ADC = 0.071562 6 ADC = 0.071720 7 ADC = 0.070421 DAC : 0.07095445181963836
I followed the instructions as stated here and while running one of the examples only got
Could not determine Jetson model
Any ideas?