scanos's instructables
Tell us about yourself!
Achievements
- scanos's instructable Bringing an Bontempi Organ Back to Life's weekly stats:
- scanos's instructable AliExpress Car Radio's weekly stats:
- scanos commented on scanos's instructable AliExpress Car RadioView Instructable »
I agree with you and did make a little wooden frame for it. In terms of solar, when camping I power it with a solar panel/regulator connected to a 12V lead acid battery. I use the 5v USB output which reduces the risk of damage. Of course, I power other devices from this solar set up or connect the radio directly to 5v solar and it becomes an alarm clock!
- scanos's instructable Growing Turnips Using Cardboard's weekly stats:
- scanos's instructable How to Find Out Which Devices Are Connected to Your Network's weekly stats:
- scanos's instructable Automatic Emailing of Weather Data to Your Clients Using a Raspberry Pi's weekly stats:
- scanos's instructable Demystifying ATTINY 85 Serial Comms's weekly stats:
- scanos commented on scanos's instructable Demystifying ATTINY 85 Serial CommsView Instructable »
Hi, I use a lot of ATTINY85s and as you may see from my other instructables, I have also set the internal clock to 8 MHz. However, in my experience. some ATTINYs, particularly those not made by Microchip, appear to produce garbage results at 8Mhz. Again, in my experience, setting the clock to 1 MHz usually guarantees integral data. BTW, I have read that the SoftwareSerial library is not reliable above 57600 Baud.
- scanos's instructable Reading Light Values From Witty by Serial Connection's weekly stats:
- scanos commented on scanos's instructable Inserting a Datepicker Date Into a Mysql Record
It definitely works. For example, in the form below I built a html form using the code in this Instructable and when I click the submit button, I returned a POST variable with the following value - datepicker: 2019-05-11 (11th May 2019)So, usually, you would write a PHP script to insert datepicker: 2019-05-11 into a MySQl table. To show how this works in Mysql, I created a temporary table CREATE TABLE tempdate ( -> id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY, -> reg_date DATETIME -> );Query OK, 0 rows affected (0.09 sec)I am able to add the value 2019-05-11 successfully to the MySql table> insert into tempdate (reg_date) values ('2019-05-11');Query OK, 1 row affected (0.01 sec)> select * from tempdate;+----+---------------------+| id | reg_date |+----…
see more »View Instructable »hi , belatedly, see above
- scanos's instructable Secure SSH / SCP Connection From Raspberry Pi to Cloud Server for Backups and Updates's weekly stats:
- scanos's instructable Wordpress - Resolving the Missing Temporary Folder and Cropping Issue 's weekly stats:
- scanos commented on scanos's instructable DIY Bluetooth Temperature Sensor (ATTINY85)View Instructable »
Hi, it has worked for me when using 5 volts.
- scanos commented on scanos's instructable Raspberry Pi / DHT11 - Measure Humidity and TemperatureView Instructable »
I think there has been a formatting issue somewhere with the php code. I have added it as direct code in this instructable. Just uncomment </phpRe running from the var/www/html directory, have you ensured that the php file has 755 properties and that the file owner is www-data or whichever user is running your web server.
- scanos's instructable DIY Bluetooth Temperature Sensor (ATTINY85)'s weekly stats:
- scanos's instructable Create My Own Graphs for My IOT Data on a Raspberry PI's weekly stats:
- scanos commented on scanos's instructable How to Transfer Files by Bluetooth From a Raspberry Pi to a Windows LaptopView Instructable »
Hi, I think Windows 10 automatically assigns a folder when you start a bluetooth transfer. In my case, it was my desktop,
- scanos's instructable Using Your Finger As an Electrical Switch's weekly stats:
- scanos's instructable Change LED Colours Using a POT and ATTINY85's weekly stats:
- scanos's instructable Sending Temperature Alerts Using an ATTINY85 and A1 GSM's weekly stats:
- scanos's instructable Connect RPi Database With MS Excel - Set Up 's weekly stats:
- scanos's instructable Raspberry Pi - Use PHP to Transfer Files to a Remote Server's weekly stats:
- scanos's instructable Strengthening SSL Services on Your Web Server (Apache/ Linux)'s weekly stats:
- scanos's instructable Printing From a Raspberry Pi's weekly stats:
- scanos commented on scanos's instructable Logging CPU Temperature and Uptime of an OrangePi ZeroView Instructable »
Hello, I am not measuring the temperature from a DHT22 - I am measuring the internal temperature of the CPU - apologies if that was not clear
- scanos commented on scanos's instructable Raspberry Pi / DHT11 - Measure Humidity and TemperatureView Instructable »
Hi, the $test = ""; line is to initialise the variable for use later. In terms of running the python file, please ensure that you have placed it in the directory referred to in the php script, in my case /var/www/. You can also check that the php file has the correct permissions (755 on Linux) and you can trying running the php file directly from the command line, i.e. sudo php/test_dht11.php - hope that works
- scanos commented on scanos's instructable How to Send an SMS Text From a GSM Chip Using PuttyView Instructable »
Hi, my experience is that if you bypass the microUSb port then you will have to ensure that you address voltage peaks, dips, eg using a decoupling capacitor.
- scanos's instructable Inserting a Datepicker Date Into a Mysql Record's weekly stats:
- scanos commented on scanos's instructable How to Send an SMS Text From a GSM Chip Using PuttyView Instructable »
Hi, if you see "+CREG: 1" that is positive because it means you are connected on your mobile network. There are a number of things which could go wrong after that. Firstly, I have found that the FTDI basic from Sparkfun has very poor connections and quite often one of the cables slips out or comes loose.The other is that, in my experience, the GSm unit has lost power which is less unlikely. How are you powering the Sparkfun and GSM unit.
- scanos's instructable How to Send an SMS Text From a GSM Chip Using Putty 's weekly stats:
- scanos made the instructable How to Send an SMS Text From a GSM Chip Using PuttyView Instructable »
Please note that a lower cost (circa 2 dollars) USB 2.0 to TTL UART 6PIN Module Serial Converter may be used instead of the Sparkfun FTDI convertor.
- scanos's instructable How to Transfer Files by Bluetooth From a Raspberry Pi to a Windows Laptop's weekly stats:
- scanos commented on scanos's instructable Making the Most Out of Your Rhubarb PatchView Instructable »
Wonderful plant. We got 3 harvests last year, so you should be able to get at least 1 harvest in late Spring where the NC temperatures are less than 75F. Alternatively, you could try growing it in a semi shady area and see if it grows in the heat of an NC summer.
- scanos commented on scanos's instructable Making the Most Out of Your Rhubarb PatchView Instructable »
I think rhubarb is a treat, period. Rhubarb puree with a little ginger and honey, as part of a fish dish, is particularly tasty. In terms of growing rhubarb, it doesn't appear to like temperatures above 75 f. I expect NC summer temperatures exceed that. However, the first rhubarb harvest of the season is May/June for us. Therefore, you might be able to get a late Spring crop. Alternatively, you could grow it in a shady place and hope for the best.
- scanos's instructable Making the Most Out of Your Rhubarb Patch's weekly stats:
- scanos's instructable Logging CPU Temperature and Uptime of an OrangePi Zero's weekly stats:
- scanos commented on TonesB's instructable ESP8266 WiFi Module for DummiesView Instructable »
Hi, I set the 512 to 128 and it worked. I also guess that I could have used a higher rated resistor. Thanks for that. I assume that I can use your program to read a voltage from a DSB1820 temperature sensor?
- scanos commented on TonesB's instructable ESP8266 WiFi Module for DummiesView Instructable »
Hi, thanks for the great instructable. It worked fine for me except I cannot get the led to dim. I am using an ESP-01 ESP8266, i.e. the one with 8 pins / 2 GPIOs 0 and ". Should it work? Can you clarify what you said about analogue signals., please
- scanos followed raspberry-pi channel