Search found 15 matches
- Sat Sep 07, 2019 7:02 am
- Forum: Networking and servers
- Topic: Not able to obtain GPS lock
- Replies: 1
- Views: 258
Not able to obtain GPS lock
Hello I am using a GPS module(EZ-0048) with raspberry pi 3b+. Here is the link of the GPS module. https://wiki.52pi.com/index.php/USB-Port-GPS_Module_SKU:EZ-0048 The problem is I am not able to obtain a proper lock. I even tried from balcony. What else I can do ?? Is there any issue with the GPS mod...
- Mon Jul 01, 2019 1:51 am
- Forum: Networking and servers
- Topic: Gibberish output from GPS module
- Replies: 3
- Views: 545
Re: Gibberish output from GPS module
Try this in python, you may need to experiment with the baud rate, currently set to 4800.. #!/usr/bin/python3 import os import pygame, sys from pygame.locals import * import serial #initialise serial port on /ttyUSB0 ser = serial.Serial('/dev/ttyUSB0',9600,timeout = None) # set font size MAX 100 fo...
- Sat Jun 29, 2019 5:04 am
- Forum: Networking and servers
- Topic: Gibberish output from GPS module
- Replies: 3
- Views: 545
Gibberish output from GPS module
Hello Some background first. With some help from community members, I managed connect a GPS module(Link mentioned below with info about the model) with my raspberry pi 3b+ through USB port. I can see a device ttyUSB0. I have installed minicom package and tried "minicom -b 4800 -o -D /dev/ttyUSB...
- Sat Jun 29, 2019 5:03 am
- Forum: General discussion
- Topic: Gibberish output from GPS module
- Replies: 2
- Views: 507
Gibberish output from GPS module
Hello Some background first. With some help from community members, I managed connect a GPS module(Link mentioned below with info about the model) with my raspberry pi 3b+ through USB port. I can see a device ttyUSB0. I have installed minicom package and tried "minicom -b 4800 -o -D /dev/ttyUSB...
- Tue Jun 25, 2019 1:42 am
- Forum: General discussion
- Topic: Software causing connection abort
- Replies: 1
- Views: 171
Software causing connection abort
Hello
I get 'network error:software caused connection error' very frequently. I am using a static ip. What could be the reason ??
I get 'network error:software caused connection error' very frequently. I am using a static ip. What could be the reason ??
- Mon Jun 24, 2019 2:01 am
- Forum: Networking and servers
- Topic: Issue with connecting GPS module to raspberry pi 3b+
- Replies: 4
- Views: 770
Re: Issue with connecting GPS module to raspberry pi 3b+
Hi dipayan, You should not need an additional USB to serial device, looking at the links there is a USB to serial chip (CP2102) built in to the module. I would just connect it with a micro USB lead and check that a ttyUSBn device is created. Hope this helps, Dave Hello Dave I got a microUSB cable a...
- Sat Jun 22, 2019 9:28 am
- Forum: Networking and servers
- Topic: Issue with connecting GPS module to raspberry pi 3b+
- Replies: 4
- Views: 770
Re: Issue with connecting GPS module to raspberry pi 3b+
HI dipayan, Looking at https://wiki.52pi.com/index.php/USB-Port-GPS_Module_SKU:EZ-0048 and https://www.robotshop.com/uk/us-gps-l80-39-gps-module-raspberry-pi.html They imply that the module as a whole requires a 5V supply and it is NOT clear that it will work from 3.3V on the Vcc pin. Also it is no...
- Sat Jun 22, 2019 7:38 am
- Forum: Networking and servers
- Topic: Issue with connecting GPS module to raspberry pi 3b+
- Replies: 4
- Views: 770
Issue with connecting GPS module to raspberry pi 3b+
Hello To start with some background, I connect my raspberry pi with laptop using a static ip(changed cmdline). I have setup SSID(in the network options using rasp-config) and that is how I access wi-fi. And this works like a charm. I have bought this GPS module(Amazon link shared below). Connected p...
- Sat Jun 22, 2019 1:29 am
- Forum: General discussion
- Topic: Issue with connecting GPS module to raspberry pi 3b+
- Replies: 0
- Views: 412
Issue with connecting GPS module to raspberry pi 3b+
Hello To start with some background, I connect my raspberry pi with laptop using a static ip(changed cmdline). I have setup SSID(in the network options using rasp-config) and that is how I access wi-fi. And this works like a charm. I have bought this GPS module(Amazon link shared below). Connected p...
- Thu Jun 20, 2019 1:03 am
- Forum: General discussion
- Topic: Issue "Network Error : Connection refused"
- Replies: 14
- Views: 2818
Re: Issue "Network Error : Connection refused"
What problem ? The PC provides a DHCP service and a DNS proxy when Internet Network Sharing (ICS) is configured. This means that you do not have to change IP addresses to get it to work. This has nothing to do with SSH or country settings. Very important question: How long did you wait before remov...
- Tue Jun 18, 2019 5:52 pm
- Forum: General discussion
- Topic: Issue "Network Error : Connection refused"
- Replies: 14
- Views: 2818
Re: Issue "Network Error : Connection refused"
Please give us the full information on what you have done, how you have the Pi connected to your computer, what you have changed on your computer, and what you changed on the Pi while you were logged in over ssh. I connected raspberry pi and laptop with an Ethernet cable. Power supply to Ras-pi is ...
- Tue Jun 18, 2019 1:49 am
- Forum: General discussion
- Topic: Issue "Network Error : Connection refused"
- Replies: 14
- Views: 2818
Re: Issue "Network Error : Connection refused"
//some more information// After I login using 'ssh pi@raspberrypi' 1) $ cat /etc/network/interfaces .. gives me this interfaces(5) file used by ifup(8) and ifdown(8) Please note that this file is written to be used with dhcpcd For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf' Include fil...
- Tue Jun 18, 2019 1:06 am
- Forum: General discussion
- Topic: Issue "Network Error : Connection refused"
- Replies: 14
- Views: 2818
Re: Issue "Network Error : Connection refused"
Also, how I can delete the 'raspberrypi.mshome.net' DNS from my windows. It seems like windows has locked on this DNS with 192.168.137.66 ip address. Any time I change my raspi's(Ethernet's) IP address to 192.168.137.67 and try to ping 'raspberrypi.mshome.net' , windows still tries to connect to 192...
- Tue Jun 18, 2019 1:02 am
- Forum: General discussion
- Topic: Issue "Network Error : Connection refused"
- Replies: 14
- Views: 2818
Re: Issue "Network Error : Connection refused"
I can buy one. So after I install the drivers and connect this cable with my laptop, this software would give me a keyboard and monitor on my laptop ??
- Mon Jun 17, 2019 1:38 am
- Forum: General discussion
- Topic: Issue "Network Error : Connection refused"
- Replies: 14
- Views: 2818
Issue "Network Error : Connection refused"
I am facing a strange problem. I am using windows 10, raspbian stretch lite(2019)/raspbian stretch(Nov2018) and I don't have a monitor. Earlier I could get through ras-pi screen using my laptop after creating 'ssh' file in root and using putty. However now I get connection refused error. Here is wha...