Search found 19 matches

by asaf
Tue Apr 30, 2019 4:32 pm
Forum: MicroPython pyboard
Topic: error 22 save file pyboard
Replies: 4
Views: 3086

error 22 save file pyboard

I,
i attached a picture
when i try to save to micropython, i have a pop up with : error 22 save file pyboard

some know how to solve it ?
Thanks Asaf
by asaf
Sat Mar 02, 2019 4:42 am
Forum: MicroPython pyboard
Topic: print log on pycharm ?
Replies: 0
Views: 1747

print log on pycharm ?

can i use print on pycharm and show it on terminal ? i attched file for example
Thanks Asaf
by asaf
Fri Mar 01, 2019 3:32 pm
Forum: General Discussion and Questions
Topic: print
Replies: 10
Views: 26550

Re: print on pycharm

How can i see the print on pycharm on the terminal log?
Thabks
by asaf
Wed Feb 27, 2019 11:28 pm
Forum: MicroPython pyboard
Topic: LiquidCrystal_I2C
Replies: 3
Views: 4016

Re: LiquidCrystal_I2C

I,
i connected y9(scl) and y10 to sda, gnd to gnd and 3v to vcc;

i added lcd_api and pyb_i2c_lcd to the pyboard and write pyb_i2c_lcd_test code on main.py, but its still not worked to me ...any idea?
Thanks Asaf
by asaf
Fri Feb 22, 2019 1:16 pm
Forum: MicroPython pyboard
Topic: LiquidCrystal_I2C
Replies: 3
Views: 4016

LiquidCrystal_I2C

some one has example code for LiquidCrystal_I2C that send "hello world"? on Arduino i use this code /* I2C LCD 16x2 Arduino Tutorial * More info http://www.ardumotive.com/i2clcd(en).html * Dev: Michalis Vasilakis Date: 19/11/2016 Ver. 1.0 */ //Libraries #include <Wire.h> #include <LiquidCrystal_I2C....
by asaf
Sat Jan 05, 2019 12:35 pm
Forum: MicroPython pyboard
Topic: Control DC and Stepper Motors With L298N Dual Motor Controller Modules
Replies: 5
Views: 5819

Re: Control DC and Stepper Motors With L298N Dual Motor Controller Modules

do you have example code of l9110s and example of connecting the wires to the pyboard.i need to take a car forward and back.
thanks asaf
by asaf
Thu Jan 03, 2019 8:42 am
Forum: MicroPython pyboard
Topic: bluetooth and pyboard
Replies: 1
Views: 1681

bluetooth and pyboard

Hello,
i am new on micropython :
I have an Android app that broadcasts 0 or 1 in bluetooth. Does anyone have a Python sample program that gets 0 or 1 in broadcasts and turns on and off a light that connect to x1 for example ?
Thanks Asaf
by asaf
Sun Dec 30, 2018 8:49 pm
Forum: MicroPython pyboard
Topic: Using Infrared Sensor With pyboard ?
Replies: 0
Views: 1929

Using Infrared Sensor With pyboard ?

Does anyone have an example code how to use infrared pyboard like this one in Arduino?
https://www.instructables.com/id/Using- ... h-Arduino/

thanks Asaf
by asaf
Sat Dec 29, 2018 4:44 pm
Forum: MicroPython pyboard
Topic: Control DC and Stepper Motors With L298N Dual Motor Controller Modules
Replies: 5
Views: 5819

Control DC and Stepper Motors With L298N Dual Motor Controller Modules

some one have example how to use l298n with pyboard?
i use it with arduino - Control DC and Stepper Motors With L298N Dual Motor Controller Modules and Arduino.
and now i need to use it on pyboard.
Thanks Asaf