Search found 21 matches
- Wed Aug 28, 2019 10:40 am
- Forum: Our Main Discussion Forum
- Topic: Scientists Plan to Replace Fossil Fuels With Nuclear Fusion by 2030
- Replies: 0
- Views: 6580
Re: Scientists Plan to Replace Fossil Fuels With Nuclear Fusion by 2030
A while back, Linus Tech Tips did a YouTube video on a fusion reactor research in Canada https://www.youtube.com/watch?v=gPpYQFtyO98
- Wed Aug 07, 2019 9:18 am
- Forum: Our Main Discussion Forum
- Topic: Section in Code Repeating as if Button is Always Pressed
- Replies: 5
- Views: 4965
Re: Section in Code Repeating as if Button is Always Pressed
Appears that you might need to debounce the input. Debouncing checks the button twice in a short period of time to make sure the button is actually pressed.
Here is the official arduino post:
https://www.arduino.cc/en/tutorial/debounce
Here is the official arduino post:
https://www.arduino.cc/en/tutorial/debounce
- Mon Aug 05, 2019 9:45 am
- Forum: Our Main Discussion Forum
- Topic: Linear Actuator
- Replies: 15
- Views: 11243
Re: Linear Actuator
Using the model number, I found it on Aliexpress https://www.aliexpress.com/item/32596077754.html It doesn't appear to be a linear actuator, but is used as a position detection device. According to the seller it's applications include: injection molding machines, die-casting machine, blowing machine...
- Mon Jun 10, 2019 3:13 pm
- Forum: Our Main Discussion Forum
- Topic: Cloud Machine Learning
- Replies: 12
- Views: 10109
Re: Cloud Machine Learning
One year later and I've found a free solution. Google Colab https://colab.research.google.com is a free jupyter notebook environment that runs only on the cloud. In doing so you can run jupyter notebooks like https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/object_d...
- Sat Jun 08, 2019 5:12 pm
- Forum: Our Main Discussion Forum
- Topic: What Would be the Best Accelerometer for Detecting an Impact / Crash
- Replies: 3
- Views: 4416
Re: What Would be the Best Accelerometer for Detecting an Impact / Crash
I would think most accelerators should work - however, I would personally check the Measurement Range , which is measured in g's unit (g-force). For example: https://www.jaycar.co.nz/3-axis-accelerometer-module-for-arduino/p/XC4478 has a measurement range of +/- 3g, which may be too little - dependi...
- Mon Jun 03, 2019 11:54 am
- Forum: Our Main Discussion Forum
- Topic: Connecting LoRaGo DOCK to Wifi network - Keeps disconnecting and reconnecting every 2-3 seconds
- Replies: 10
- Views: 24
Re: Connecting LoRaGo DOCK to Wifi network - Keeps disconnecting and reconnecting every 2-3 seconds
Hi Zeb,
Have you tried keeping the gateway connected to a computer through Serial and checking for any error/info messages on the Arduino IDE Serial monitor?
Have you tried keeping the gateway connected to a computer through Serial and checking for any error/info messages on the Arduino IDE Serial monitor?
- Sat Jun 01, 2019 7:39 pm
- Forum: Our Main Discussion Forum
- Topic: Connecting LoRaGo DOCK to Wifi network - Keeps disconnecting and reconnecting every 2-3 seconds
- Replies: 10
- Views: 24
Re: Connecting LoRaGo DOCK to Wifi network - Keeps disconnecting and reconnecting every 2-3 seconds
Hi Zeb,
If you leave the board plugged into the computer through serial - do any messages appear on the serial monitor?
Thanks,
Ben
If you leave the board plugged into the computer through serial - do any messages appear on the serial monitor?
Thanks,
Ben
- Sat Mar 23, 2019 9:56 pm
- Forum: Our Main Discussion Forum
- Topic: Cloud Machine Learning
- Replies: 12
- Views: 10109
Re: Cloud Machine Learning
I'm no expert in machine learning. In fact far from it. Since starting the project last year I've discontinued after running into the problem of not a large data set. For my model there is simply no database out there that I'm aware of that exists and is properly labelled for a Single Shot Multibox ...
- Sun Dec 09, 2018 2:50 pm
- Forum: Our Main Discussion Forum
- Topic: Cloud Machine Learning
- Replies: 12
- Views: 10109
Re: Cloud Machine Learning
That's great, but Udacity does have some pretty good courses too, that have been sponsored from the likes of Google, AWS and Nividia.
Example course by Google on Udacity (IT'S FREE TOO):
https://www.udacity.com/course/deep-learning--ud730
Example course by Google on Udacity (IT'S FREE TOO):
https://www.udacity.com/course/deep-learning--ud730
- Wed Dec 05, 2018 7:26 pm
- Forum: Our Main Discussion Forum
- Topic: Where is the Best Place to Buy a Good QR Scanner That Works Well With Picaxe
- Replies: 5
- Views: 5144
Re: Where is the Best Place to Buy a Good QR Scanner That Works Well With Picaxe
I would think a raspberry pi would be most suited for this job. * Raspberry Pi 1 Model B+ $45 ( https://www.pbtech.co.nz/product/SEVRBP0125 ) - Even though it's not the latest model, I have used it before for QR code reading (my VPLS project) and it worked fine with the python library Zbar ( https:/...