Go to advanced search

by vishnuvkv
Thu Mar 01, 2018 5:27 am
Forum: General discussion
Topic: RaspberryPi - Azure
Replies: 1
Views: 541

RaspberryPi - Azure

Hi, I was trying to send data from raspberry pi to azure by using azure sdk but I am stuck because of an error while running the program. "Error: Time:Mon Feb 26 02:40:06 2018 File:/home/pi/iot-hub-python-raspberrypi-client-app/azure-iot-sdk-python/c/iothub_client/src/iothubtransport_mqtt_common.c F...
by vishnuvkv
Wed Dec 06, 2017 1:29 pm
Forum: General discussion
Topic: GPS for Raspberry pi zero
Replies: 0
Views: 289

GPS for Raspberry pi zero

Hi guys,

I am working on a tracking mechanism .
Can anyone suggest a best GPS module for raspberry pi zero?
It should have good speed and accuracy.

Thanks & Regards,

Vishnu
by vishnuvkv
Fri Nov 17, 2017 3:33 am
Forum: General discussion
Topic: Raspberry Pi Zero W
Replies: 6
Views: 1081

Re: Raspberry Pi Zero W

Thank you valuable input guys. :)
by vishnuvkv
Thu Nov 16, 2017 10:51 am
Forum: General discussion
Topic: Raspberry Pi Zero W
Replies: 6
Views: 1081

Re: Raspberry Pi Zero W

Hi Dirks,

Thanks for your reply. Do I need to use lite version or desktop version?

Thanks,
Vishnu
by vishnuvkv
Thu Nov 16, 2017 10:41 am
Forum: General discussion
Topic: Raspberry Pi Zero W
Replies: 6
Views: 1081

Raspberry Pi Zero W

Hi,

Will raspberry pi zero support jessie OS?

Thanks,
Vishnu
by vishnuvkv
Thu Nov 16, 2017 10:38 am
Forum: General discussion
Topic: 4k Videos in raspberry pi3
Replies: 5
Views: 18565

Re: 4k Videos in raspberry pi3

Thank you very much guys :)
by vishnuvkv
Thu Nov 16, 2017 6:14 am
Forum: General discussion
Topic: 4k Videos in raspberry pi3
Replies: 5
Views: 18565

4k Videos in raspberry pi3

Hi,

Does Raspberry Pi 3 support 4k resolution videos?

Thanks & Regards,

Vishnu
by vishnuvkv
Thu Jun 15, 2017 5:17 am
Forum: Beginners
Topic: Raspberry to ThingWorx
Replies: 0
Views: 585

Raspberry to ThingWorx

Hi, I am trying to send data from raspberry to thinworx but not getting connected. Please check the code below. Please help. import requests import sys import json import time import random import subprocess from requests.packages.urllib3.exceptions import InsecureRequestWarning requests.packages.ur...
by vishnuvkv
Wed May 24, 2017 6:55 am
Forum: General discussion
Topic: Taskbar blinking
Replies: 0
Views: 268

Taskbar blinking

Task bar not visible. It keeps on blinking both in remote and after startx command is given.
Please give solutions.
by vishnuvkv
Wed May 24, 2017 6:24 am
Forum: General discussion
Topic: Error (Code 8)
Replies: 0
Views: 474

Error (Code 8)

I am getting this error while booting. Failed (Code 8) A log is being saved in /var/log/fsck/checkfs. I have checked the file and it contain the following. Log of fsck -C -R -A -y Sat Feb 25 21:42:39 2017 fsck from util-linux 2.20.1 dosfsck 3.0.13, 30 Jun 2012, FAT32, LFN fsck: Warning... fsck.vfat ...
by vishnuvkv
Mon Feb 20, 2017 12:46 pm
Forum: General discussion
Topic: Analogue devices
Replies: 13
Views: 2747

Re: Analogue devices

Hi, Thank you all for your valuable inputs. I have found an 8 channel module(VP-EC-8AI) for this purpose. Since I have to connect multiple such sensors , I am planning go ahead with this module. Please check the link given below and give your suggestions. https://widgetlords.myshopify.com/collectio...
by vishnuvkv
Thu Feb 16, 2017 8:28 am
Forum: General discussion
Topic: Analogue devices
Replies: 13
Views: 2747

Re: Analogue devices

Hi, Thank you all for your valuable inputs. I have found an 8 channel module(VP-EC-8AI) for this purpose. Since I have to connect multiple such sensors , I am planning go ahead with this module. Please check the link given below and give your suggestions. https://widgetlords.myshopify.com/collection...
by vishnuvkv
Thu Feb 02, 2017 6:56 am
Forum: General discussion
Topic: Analogue devices
Replies: 13
Views: 2747

Analogue devices

Hi,
I have to connect Ultrasonic level transmitter to raspberry. It is a 3 wire sensor with 4-20mA analog output. How can I connect it to raspberry? Data sheet can be found in the link given below. Please help.

http://www.filprosensors.com/ultrasonic ... itter.html

Thank you
by vishnuvkv
Tue Jan 24, 2017 5:30 am
Forum: General discussion
Topic: MCP3008 IC
Replies: 5
Views: 1100

Re: MCP3008 IC

scotty101 wrote:It is a 10bit ADC and has 8 input channels.

The full datasheet is readily available online
Thank you sir.
by vishnuvkv
Tue Jan 24, 2017 5:30 am
Forum: General discussion
Topic: MCP3008 IC
Replies: 5
Views: 1100

Re: MCP3008 IC

What type of signal are you trying to sense? Voltage range? Resolution? The MCP3008 is 10-bit 8-way and the comparator defaults to Vdd. It's capable of 200K samples per second with Vdd and Vref at 5V. It's not fast enough for audio. Hi sir, My inputs will be 2 temp sensor, 3 vibration sensor, 1 lev...
by vishnuvkv
Mon Jan 23, 2017 5:18 pm
Forum: General discussion
Topic: MCP3008 IC
Replies: 5
Views: 1100

MCP3008 IC

Hi,
How accurate is MCP3008 IC for analog to digital conversion ?If not, please suggest me any other modules that can be used as ADC and can be interfaced with RPi so that I can connect 7 analog inputs.

Thanks
by vishnuvkv
Mon Dec 12, 2016 10:15 am
Forum: General discussion
Topic: Pi Mssql connection
Replies: 1
Views: 604

Pi Mssql connection

How to connect to mssql??
I tried installing pymssql module but it is showing some error.
Please help.
by vishnuvkv
Fri Sep 02, 2016 2:38 pm
Forum: Python
Topic: Reg: Python programming
Replies: 25
Views: 4492

Date and time

Hi,

Do we have to update date and time every time when raspberry is turned on , if we are not using internet connection?

Thankyou
by vishnuvkv
Thu Sep 01, 2016 6:51 am
Forum: Python
Topic: Reg: Python programming
Replies: 25
Views: 4492

Re: Running files in background

[/quote]

Killall python
Should stop all python programmes

Quick search on that and this gives more info
http://www.linfo.org/killall.html[/quote]

Thank you.
by vishnuvkv
Thu Sep 01, 2016 6:50 am
Forum: Python
Topic: Reg: Python programming
Replies: 25
Views: 4492

Re: Reg: Python programming

Thank you.
by vishnuvkv
Thu Sep 01, 2016 5:50 am
Forum: Python
Topic: Reg: Python programming
Replies: 25
Views: 4492

Running files in background

Hi,

I will be running two python files in background using "&" operator but I am not able to stop them .Please help.

Thankyou
by vishnuvkv
Wed Jul 20, 2016 4:43 am
Forum: Python
Topic: Reg: Python programming
Replies: 25
Views: 4492

Re: lcd display

Hi, I am using a motor driver and 20*4 lcd display. When the motor is started lcd is displaying wrong characters. What may be the reason? please help The code you have posted does not appear to make any use of an LCD display so this will be impossible to diagnose. Sir, The code which I have posted ...
by vishnuvkv
Tue Jul 19, 2016 11:33 am
Forum: Python
Topic: Reg: Python programming
Replies: 25
Views: 4492

Re: Reg: Python programming

vishnuvkv wrote:
B.Goode wrote:
vishnuvkv wrote:I have edited the post .Please check
You can, and should, preview your own post before submitting it. It looks unchanged to me.

Sir,
I have edited the code please check.
Thank you
by vishnuvkv
Wed Jul 13, 2016 9:05 am
Forum: Python
Topic: Reg: Python programming
Replies: 25
Views: 4492

lcd display

Hi,
I am using a motor driver and 20*4 lcd display. When the motor is started lcd is displaying wrong characters. What may be the reason? please help
by vishnuvkv
Sat Jul 02, 2016 6:56 am
Forum: Python
Topic: Reg: Python programming
Replies: 25
Views: 4492

Re: Reg: Python programming

B.Goode wrote:
vishnuvkv wrote:I have edited the post .Please check
You can, and should, preview your own post before submitting it. It looks unchanged to me.

Sir,
How to use that

Code: Select all

 makers. I am using this for the 1st time that is why I am asking.

Go to advanced search