Search found 7 matches

by fillofonta
Tue Aug 04, 2020 6:17 am
Forum: Drivers for External Components
Topic: stm 32 spi display
Replies: 1
Views: 3121

stm 32 spi display

hello, i'm using an stm32f767zi board and i wold like to understand how to use a generic display and not a specific one, in the sense that i want to be able to configure a different display based on witch one i'm gona buy. From my understanding i have tu use de spi but if i use the machine.spi class...
by fillofonta
Mon Aug 03, 2020 2:41 pm
Forum: Programs, Libraries and Tools
Topic: ModuleNotFoundError: No module named 'pyb'
Replies: 14
Views: 11954

Re: ModuleNotFoundError: No module named 'pyb'

problem solved thenks :D
by fillofonta
Thu Jul 30, 2020 1:33 pm
Forum: Programs, Libraries and Tools
Topic: ModuleNotFoundError: No module named 'pyb'
Replies: 14
Views: 11954

Re: ModuleNotFoundError: No module named 'pyb'

i've run the command on teh python console of pycharm and this is the result: C:\Users\FilippoFontanesi\PycharmProjects\micro767\venv\lib\site-packages\setuptools\distutils_patch.py:26: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behav...
by fillofonta
Thu Jul 30, 2020 9:56 am
Forum: Programs, Libraries and Tools
Topic: ModuleNotFoundError: No module named 'pyb'
Replies: 14
Views: 11954

Re: ModuleNotFoundError: No module named 'pyb'

i am using a nucleo-f767zi, but shouldn't be able to mimport it anyway and not be able af use it??
by fillofonta
Thu Jul 30, 2020 9:22 am
Forum: Programs, Libraries and Tools
Topic: ModuleNotFoundError: No module named 'pyb'
Replies: 14
Views: 11954

Re: ModuleNotFoundError: No module named 'pyb'

how do i use it then? when i write it i get Unresolved reference 'pyb'
by fillofonta
Thu Jul 30, 2020 7:00 am
Forum: Programs, Libraries and Tools
Topic: ModuleNotFoundError: No module named 'pyb'
Replies: 14
Views: 11954

Re: ModuleNotFoundError: No module named 'pyb'

i'm having a similar problem with pycharm, the error is the following : DEPRECATION: The -b/--build/--build-dir/--build-directory option is deprecated. pip 20.3 will remove support for this functionality. A possible replacement is use the TMPDIR/TEMP/TMP environment variable, possibly combined with ...
by fillofonta
Wed Jul 29, 2020 9:59 am
Forum: MicroPython pyboard
Topic: PWM on any pin
Replies: 2
Views: 2285

Re: PWM on any pin

hy, how do i use the negated channel? i need it in order to use a big BLDC motor that doesn't have a driver, i'm using a nucleo-f767zi
PS: how do i make a new post? I can't figure that out...