There are million ways to finish what you started; there is only one way to fail
On the way to getting things done right after getting off the train at the university. was having a moment ;)😂
Experiments, Bygones, Perspectives
There are million ways to finish what you started; there is only one way to fail
On the way to getting things done right after getting off the train at the university. was having a moment ;)😂
This blog post is an effort to create a one stop information for starting off your Contiki project with cc2530DK.
There is enough information already available on Github wiki. This post is more than an extension to have all information under one place and as usual my way of documenting my projects!
Continue reading “TI CC2530DK – Contiki OS – Internet of Things”
I was working with windows disk management. It somehow, with a lot of intelligence, dropped the partition that where ubuntu was installed.
Obviously, you didn’t see the problem until a reboot and Ubuntu cannot boot. Grub Boot rescue shows up. You tried the following tutorial and didn’t seem to work. Continue reading “Repair your PC from Grub boot rescue!”
I consider there is these following steps involved for such a program.
I will keep this as a documentation as well as a progress report to keep track of the project.
Here is the gitHub repository for the project that I am working on.
https://github.com/akrv/pyWPSLocalisation
Feel free to contribute/contact it is interesting for you aswin[at]southpaw.in
I asked this question on www.askubuntu.com
public IP and ifconfig ip are different: how to connect my computer to internet
because I want to setup my own web server and it should be accessed with internet/www/an ip address.
Continue reading “To understand some parts of the Internet!”
I started good with a 512GB HDD and a Dell Studio with a 512GB HDD in 2009.
I was never out of space until 2013 when I bought my new MacBook Air with 256GD HDD. I would describe it as a glorious decision but totally not happy with the 46GB free space!
Since then I m trying to find out a best way to create more storage space and I am going away from the idea of using a physical device since I like to go mobile and light. I want it to be accessible all the time i.e. even without carrying my storage device. Continue reading “My endeavour towards creating cheap backup space”
I always think how much this setup could pump out?
This is a fountain at Technical University of Dortmund.
Too much in to thinking and I was spoiled by my Statistics for Reaseachers and Engineers (SRE) course!
It made me think, why not compute.
What I found is about potatoes that can be grown out that fountain running through the summer was interesting.
This was more of an academic endeavour for me.
I made a test by conducting a trail for measuring the water flow through it!
Now why not use R project for the purpose of computing?
I know its a lame for using such a powerful tool for a simple math but its not bad for getting around R!
some of the assumptions made:
Diameter of the pipe = 1 cm flow rate is constant for 6 months
if someone is able to measure it > comment in the post!
Formula used:
Formula in R
pipeDiameter = sqrt (4 * flow / pi * velocity)
velocity = (4*flow) / (pi * pipeDiameter^2)
flow = 1/4*pi*(pipeDiameter)^2*velocity
A bottle was filled in 21 seconds. Winny was the time keeper. It was a 1 litre bottle. So scientifically saying it took 21 seconds for 1000 millilitres. (Please comment if you have more accurate results to take a list of values from different trails to make the calculations more robust)
> flow = 1000 /21
> flow
[1] 0.04761905 # litres / second
The above data was to get the facts straight and may be I would use it later. Since flow rate is assumed to be constant for 6 months which is the period the fountain is in service. I want the time to be six months since it is only on during the summer and during the winter it is going to be frozen!
Let me try to find out how much water is being pumped out during the service period in the next page.
Welcome to my blog.
I am writing to document my findings and experiences in various projects.
It may not be informational, it may not be commercial but it is for a personal satisfaction!
This took a long time to set up the WordPress website and I had to contact the host to figure out some of the compatibility issues.
#akrv