triform
triform
@triform
Member
Joined: 2019-07-17 2:09 am
Last seen: 2023-03-21 4:56 pm
Topics: 34 / Replies: 290
Reply
RE: eSpeak on a Raspberry Pi 4

@robo-pi Hi James, The best way is to iterate the array with a 'for' loop. In the loop you can format the line however you want it before calling...

4 years ago
Forum
Reply
RE: Shift Registers and ESP32

I know on the ESP I have issues with some devices especially if the device is being clocked or PWMed. I know the mx1508 motor driver does not respond...

4 years ago
Reply
RE: micropython success

@byron Very glad it worked for you. I am enjoying it so far. An issue here and there, but I am sure it will get better over time.

4 years ago
Reply
RE: ask for help

@runutral Once you get to the speed you want, drop out of the loop or end it. The last analogWrite value you write will be used.

4 years ago
Forum
Reply
RE: micropython success

@byron I have tried the vscode extension, but it was kind of wonky for me at least. I may need to try it again. I have used the mu IDE a few years...

4 years ago
Reply
RE: micropython success

If you want an IDE to do the file management, REPL etc, there are a couple now that seem ok. I have used ampy and even the old ESPtool, but have been...

4 years ago
Reply
RE: Reading SD card data

@winddance Try this: char *getstrfld (char *strbuf, int fldno, int ofset, char *sep, char *retstr); void setup() { char val_...

4 years ago
Forum
Reply
RE: Reading SD card data

@winddance This is a function I wrote a very long time ago to do just that. You would call it like: // char char_var_to_store_result_in shou...

4 years ago
Forum
Reply
RE: Arduino and Sabertooth motor controller

@mrcalm How are you trying to control it? Via a serial connection? I think they have a library for it now.

4 years ago
Reply
RE: DHT Sensors

Try opening up the sensor in your read function. And at the end, closing it.

4 years ago
Reply
RE: Got Jumper wires?

@macoofer I have tried to find good cheap Duponts from sellers. The issues with the Chinese sellers in Shenzen buy from a lot of vendors in the mar...

4 years ago
Reply
RE: Deek-Robot P-11 power module

The Deek module has a micro USB in. All the stuff I will be running is way low power and would only want a linear regulator anyway for no extra noise...

4 years ago
Reply
RE: Deek-Robot P-11 power module

@itscaseydambit Nice board! I really wanted it for mounting to the top of a larger breadboard I have, I suppose I could try the board as-is now si...

4 years ago
Reply
RE: Deek-Robot P-11 power module

Update: I STILL would NOT BUY, but the 1.8v, 3,3v, and 5v from the USB does still work ok. I removed the boost converter chip. Not sure if I would e...

4 years ago
Topic
Replies: 7
Views: 2257
Page 5 / 22