jscottbee
jscottbee
@jscottbee
Member
Joined: 2019-06-15 4:41 pm
Last seen: 2019-07-11 3:12 pm
Topics: 7 / Replies: 100
Reply
RE: I saw this last night and though it was nice.

Sorry, I posted it as it seems to have offended you both. Goodbye.

5 years ago
Reply
RE: I saw this last night and though it was nice.

It's their own design. The mounts (not the base) is being printed until they get them molded here in the states. I could see a few uses for this espec...

5 years ago
Topic
Reply
RE: Spiraling Marbles almost Hypnotic Relaxation.

I use it for bot parts as well as Astro parts./p>

5 years ago
Reply
RE: Sens 43-UV, ultraviolet sensor using Arduino UNO

Try this as a strarter: /** This will read A0 every 1 second and display the reading.*/#define UV_IN A0 void setup ( ) { // put your setup code her...

5 years ago
Forum
Reply
RE: Solar power for remote IoT projects?

I'm always dubious of these type of power banks. I would think that the solar panel would not come close to charging the power bank. Based on its size...

5 years ago
Reply
RE: My home navigation bot.

Yeah, I am a big user of bypass caps. I have them everywhere in my projects. They do help some on brownout protection and a lot on noise.

5 years ago
Reply
RE: Getting and reseting RTC without using the DS3231 library on the fly

@pugwash nice. Yeah, the DS3231 is one of the nice and easy i2c devices to play with and learn i2c protocol coding with. I had a pic based outdoors l...

5 years ago
Forum
C++
Reply
RE: What I found out about soil sensors

A nice work-a-around @altoidian.

5 years ago
Reply
Reply
RE: How to upload a .hex file to an ATtiny45

For precompiled hex files, you will need avrdude or AVRStudio and an ISP. Scott

5 years ago
Forum
Reply
RE: How to upload a .hex file to an ATtiny45

Something similar to this from the command line: avrdude -c usbasp -p t45 -u -U flash:w:yourfile.hex Also, there are a couple of avrdude tutorials abo...

5 years ago
Forum
Reply
RE: How to upload a .hex file to an ATtiny45

Hi @wintech, You will need to use avrdude to load it. This will also require a programmer like the USBasp. The programmer is very inexpensive and can...

5 years ago
Forum
Reply
RE: My home navigation bot.

Thanks. Yes, it's a pain to have a uC brown out and reset due to the robot turning :( I will have separate power for the RPI and recommend that. Scot...

5 years ago
Page 1 / 8