python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Incorrect distance travelled using optical wheel encoder
I started using a raspberry pi 3b+ about 2 months ago, so I'm fairly new. I'm working on a project, in which I have assembled a 4 wheeled small car, it has 4 DC motors, a 3b+, an L289D H bridge and an...
Rzer2000
Votes: 0
Answers: 1
When I try to build the teeny 4.1 encoder>speedTest.ino example I get a type conversion error, from volatile uint32_t* to volatile unsigned char*
When I try to build the teeny 4.1 encoder>speedTest.ino example I get the following error:
error: cannot convert 'volatile uint32_t {aka volatile long unsigned int}' to 'volatile unsigned char*' in...

Paul S
Votes: 0
Answers: 1
ValueError: could not convert string to float: -- problem with lables
I'm getting the following error when trying to extract festues, I have to do the split before the feature extraction. The y contains the labels so not sure why I'm getting the error. data is wav files...
Ran
Votes: 0
Answers: 0
Generalise a function to all Int types without overloading?
I am making a custom Encoder, and it turns out I need to call the exact same functions on Int, Int8, Int16, Int32 and Int64 (and unsigned variants thereof).
Is there a way to do this without writing t...

ice-wind
Votes: 0
Answers: 1