Search Results

by speed
Thu May 10, 2018 3:28 pm
Forum: General
Topic: Bluetooth
Replies: 6
Views: 15137

Re: Bluetooth

It seems that wpa_supplicant is the issue. If I kill this process then hostapd works. I think i'll edit the /etc/wpa_supplicant/wpa_supplicant.conf file and see if that will somehow stop this from interfering. Any input on the correct way to handle this would be appreciated.
by speed
Thu May 10, 2018 1:02 pm
Forum: General
Topic: Bluetooth
Replies: 6
Views: 15137

Re: Bluetooth

Hostapd was working, but has now stopped and nothing I do will get it to start again. I did disable webif update using update-rc.d phidgetsbcwebif disable as suggested by Patrick. I am wondering if something else in the SBC setup or startup controls the wifi adapter. It still seems available on the ...
by speed
Wed May 09, 2018 4:52 pm
Forum: General
Topic: Bluetooth
Replies: 6
Views: 15137

Re: Bluetooth

I found another post, i think by Patrick, suggesting using hostapd, this worked great. i used this as a guide https://seravo.fi/2014/create-wireless- ... nt-hostapd
by speed
Wed May 09, 2018 2:07 pm
Forum: General
Topic: Bluetooth
Replies: 6
Views: 15137

Re: Bluetooth

can you tell us how to configure the SBC4 as a wifi access point?
by speed
Thu Mar 01, 2018 11:09 am
Forum: InterfaceKits
Topic: Graphic LCD font
Replies: 1
Views: 9352

Graphic LCD font

I am testing a graphic LCD with a SBC4 and python. I am trying to use the custom font, but it doesn't display anything. can you tell me what i am doing wrong? if(ch.getDeviceID() == DeviceID.PHIDID_1204): ch.setScreenSize(LCDScreenSize.SCREEN_SIZE_64x128) ch.setFontSize(LCDFont.FONT_User2, 6, 8) ch....
by speed
Wed Feb 21, 2018 1:41 pm
Forum: Sensors
Topic: Touch LCD
Replies: 1
Views: 14441

Touch LCD

Hi, I am wondering if there is any plan to make a touch version of the graphic LCD Phidget?
by speed
Mon Oct 23, 2017 1:11 pm
Forum: General
Topic: share network
Replies: 2
Views: 7006

Re: share network

i found an article about bridging networks using bridge-utils on the internet in this link https://wiki.debian.org/BridgeNetworkConnections
but when i look at /etc/network/interfaces on the SBC it says that any changes will be overwritten. some input from the SBC/debian gurus would be appreciated.
by speed
Mon Oct 23, 2017 10:21 am
Forum: General
Topic: share network
Replies: 2
Views: 7006

share network

I have an SBC3 with a USB wifi adapter and i need to connect another network device beside it. I'm trying to avoid installing a router. I'm wondering if there is any way to get the SBC to share it's network connection through the builtin ethernet port.
by speed
Wed Sep 20, 2017 2:18 pm
Forum: General
Topic: clone SBC
Replies: 2
Views: 7227

clone SBC

Is there a way to clone the setup and files on an SBC so that i can set up a new one exactly like it? I have installed and configured a lot of things on it and I'm trying to save some time for the next one. I know there is the backup on the web page, but that appears to be quite limited.