Search found 3 matches

by timonjacquemin
Sat Oct 08, 2022 5:06 pm
Forum: MicroPython pyboard
Topic: Sd card file error when using I2C 2
Replies: 2
Views: 44281

Sd card file error when using I2C 2

Hello everyone, I ran into a problem, i'm trying to use a pyboard to record datas of both an gyro-accelerometer (on I2C 1) and a barometer (on I2C 2). So i made a basic code that get all datas and store them in a file on the sd card... The thing is the file always get corrupted. So as we all do, i t...
by timonjacquemin
Wed May 11, 2022 2:58 pm
Forum: General Discussion and Questions
Topic: HID boot bug
Replies: 3
Views: 1303

Re: HID boot bug

Ok, just tested it and it's still doing the same thing, going mental when calling hid.send...
by timonjacquemin
Sat May 07, 2022 7:35 pm
Forum: General Discussion and Questions
Topic: HID boot bug
Replies: 3
Views: 1303

HID boot bug

Hello everyone, My name is Timon and i'm a french engineering student, I'm kind of new to micropython (I've done every basic stuff like blinking an led, reading a pot, running a motor, ect... but nothing too complicated) and i've run into a problem: I wanted to test using the micropython as a mouse,...