Rahul Mitra's instructables
Tell us about yourself!
Achievements
10K+
Views
Earned a bronze medal
- Rahul Mitra commented on Rahul Mitra's instructable Digital Thermometer With Arduino & DS18B20
- Rahul Mitra commented on karthimech09's instructable 48x8 SCROLLING MATRIX LED DISPLAY USING ARDUINO CONTROLLERView Instructable »
May be your shift register is defined by u9 U10 U11!!!!!For some reason you cant simulate some amplifiers and ICs.. May be this IC is one of them.... Make sure you have selected the right IC
There are two ways to do that...1. web server2. SD Card.To do this with Web server, you need a web server and Ethernet shield for the arduino. Arduino will send the data only and a server side script will process the data and post the data in MySQL data base with current time stamp. And the benefit of this method is you can monitor real time data in web browser also real time graph.And to do this with SD card you need and micro sd card and card shield and a clock module. then you can find example code in Arduino IDE. Than edit it and save the file name as "xxxx.csv". and write the data with (,) separated method. It will save an MS excel file in the sd card. And remove the card and connect it to pc with card reader. and open it in excel. and process it in excel.*** Sorry for bad …
see more »There are two ways to do that...1. web server2. SD Card.To do this with Web server, you need a web server and Ethernet shield for the arduino. Arduino will send the data only and a server side script will process the data and post the data in MySQL data base with current time stamp. And the benefit of this method is you can monitor real time data in web browser also real time graph.And to do this with SD card you need and micro sd card and card shield and a clock module. then you can find example code in Arduino IDE. Than edit it and save the file name as "xxxx.csv". and write the data with (,) separated method. It will save an MS excel file in the sd card. And remove the card and connect it to pc with card reader. and open it in excel. and process it in excel.*** Sorry for bad english.