Search found 359 matches
- Thu Mar 15, 2018 7:37 pm
- Forum: Other programming languages
- Topic: Accessing GPIO I/O Pins from Forth, and How to Use Them
- Replies: 39
- Views: 17036
Re: Accessing GPIO I/O Pins from Forth
Is there no "like" on this forum?
- Thu Mar 15, 2018 3:01 pm
- Forum: Other programming languages
- Topic: Accessing GPIO I/O Pins from Forth, and How to Use Them
- Replies: 39
- Views: 17036
Re: Accessing GPIO I/O Pins from Forth
The way I see it: something like the RPi really shouldn't need protecting from users (cos it's meant for users to get at). However, if we insist on also having them connected to Internet threats, protections become necessary - which can be circumvented by "sudo" (whether it happens to be n...
- Wed Mar 14, 2018 8:55 pm
- Forum: Other programming languages
- Topic: Accessing GPIO I/O Pins from Forth, and How to Use Them
- Replies: 39
- Views: 17036
Re: Accessing GPIO I/O Pins from gForth
The procedures in Post 1 have been refined in the light of the above comments and further experimentation.
- Mon Mar 12, 2018 5:21 pm
- Forum: Other programming languages
- Topic: Accessing GPIO I/O Pins from Forth, and How to Use Them
- Replies: 39
- Views: 17036
Re: Accessing GPIO I/O Pins from gForth
Hardly a problem though, is it? I was proposing to say something like "if you are using the full version of Raspbian you don't need to do (whatever)". Covers all bases.
- Mon Mar 12, 2018 7:49 am
- Forum: Other programming languages
- Topic: Accessing GPIO I/O Pins from Forth, and How to Use Them
- Replies: 39
- Views: 17036
Re: Accessing GPIO I/O Pins from gForth
Thank you both. Yes, there's no need for desktops and office apps for the kind of usage I have in mind. Good to know though, and I will make a note of it in the primary post when I have had a chance to test (not that I doubt you, but I do like to confirm everything if possible).
- Mon Mar 12, 2018 12:54 am
- Forum: Other programming languages
- Topic: Accessing GPIO I/O Pins from Forth, and How to Use Them
- Replies: 39
- Views: 17036
Re: Accessing GPIO I/O Pins from gForth
Does that mean As I understand it, we need a special version of the wiringpi libraries, so need to get rid of any existing (if they exist): sudo apt-get purge wiringpi hash -r (I don't know what the "hash -r" command is for.) Now install the right version of the wiringpi libraries: sudo ap...
- Sun Mar 11, 2018 5:01 pm
- Forum: Other programming languages
- Topic: Accessing GPIO I/O Pins from Forth, and How to Use Them
- Replies: 39
- Views: 17036
Re: Accessing GPIO I/O Pins from gForth
Thanks, appreciated. I'll try it from scratch without.DougieLawson wrote: ↑Sun Mar 11, 2018 3:28 pmYou shouldn't need to purge Wiringpi. The Stretch version is 2.44 which is current and works with all models of Raspberry.
- Sun Mar 11, 2018 3:14 pm
- Forum: Other programming languages
- Topic: Accessing GPIO I/O Pins from Forth, and How to Use Them
- Replies: 39
- Views: 17036
Accessing GPIO I/O Pins from Forth, and How to Use Them
. . . . . NB: This article has been written and developed over a significant period of time, with a number of errors and incorrect assumptions corrected when discovered, and new content added. If you haven't looked at it for a while, but aim to try these things out, it would be as well to review the...
- Sun Feb 09, 2014 2:06 pm
- Forum: General discussion
- Topic: RasPi as universal Remote
- Replies: 36
- Views: 24576
Re: RasPi as universal Remote
Hi guys, I have just joined this forum specifically to reply to this topic (I realise it is a bit stale). I have been thinking of joining the RPi revolution, and as it happens I had an idea about using one as a universal remote... hence Google brought me here. I shall be reading up all the stuff alr...