Search found 19 matches

by asaf
Sun Aug 02, 2020 1:06 pm
Forum: micro:bit boards
Topic: microbit IR REMOTE AND RECEIVER
Replies: 4
Views: 4996

Re: microbit IR REMOTE AND RECEIVER

i try this. but its not work. from microbit import * from time import time   def binary_aquire(pin, duration):     # aquires data as quickly as possible     t0 = time()     results = []     while (time() - t0) < duration:         results.append(pin8.read_digital())     return results def on_ir_recei...
by asaf
Mon May 18, 2020 11:02 am
Forum: micro:bit boards
Topic: microbit IR REMOTE AND RECEIVER
Replies: 4
Views: 4996

Re: microbit IR REMOTE AND RECEIVER

thanks.
but i need it to microbit.
do u have python code for this ir to microbit ?
Thanks
by asaf
Mon May 18, 2020 3:57 am
Forum: micro:bit boards
Topic: microbit IR REMOTE AND RECEIVER
Replies: 4
Views: 4996

microbit IR REMOTE AND RECEIVER

i want to use ir on my microbit with python, like here - https://www.circuitbasics.com/arduino-i ... -tutorial/
do u have example for this ?
Thanks a lot
by asaf
Fri Aug 02, 2019 7:38 am
Forum: MicroPython pyboard
Topic: upycraft serial
Replies: 3
Views: 3318

upycraft serial

when i connect my pyboard to usb i cant see a serial.
on mac i see.on pc i dont see.
in addition i install cp210x but it didn't help me.
any one has idea ?
Thanks Asaf
by asaf
Thu Jun 13, 2019 10:35 am
Forum: ESP32 boards
Topic: bluetooth on esp32
Replies: 19
Views: 17240

Re: bluetooth on esp32

what do u mean build ?
i use v1.11 from here http://docs.micropython.org/en/latest/e ... ckref.html
Thanks
by asaf
Thu Jun 13, 2019 9:44 am
Forum: ESP32 boards
Topic: bluetooth on esp32
Replies: 19
Views: 17240

Re: bluetooth on esp32

but i got :ImportError: no module named 'bluetooth'
where can i find bluetooth class ?
Thanks
by asaf
Wed Jun 12, 2019 12:37 pm
Forum: ESP32 boards
Topic: bluetooth on esp32
Replies: 19
Views: 17240

bluetooth on esp32

i try to show the esp32 on my android bluetooth list. someone has example code for reading and writing to esp32 with python. i success to do this with c on arduino : #include "BluetoothSerial.h" //Header File for Serial Bluetooth, will be added by default into Arduino BluetoothSerial ESP_BT; //Objec...
by asaf
Tue May 21, 2019 10:11 pm
Forum: micro:bit boards
Topic: convert js to python for micro:bit
Replies: 2
Views: 3514

convert js to python for micro:bit

for micro :bit - some no a tool that convert js to python
Thanks
by asaf
Tue May 14, 2019 3:42 pm
Forum: MicroPython pyboard
Topic: error 22 save file pyboard
Replies: 4
Views: 3114

Re: error 22 save file pyboard

attched file
by asaf
Tue May 14, 2019 1:04 pm
Forum: MicroPython pyboard
Topic: error 22 save file pyboard
Replies: 4
Views: 3114

Re: error 22 save file pyboard

i attached the pic
its still doing problems