Search found 1316 matches

by Rings
Tue Dec 28, 2021 6:48 pm
Forum: Raspberry PI
Topic: Tips & Tricks for Raspberry PI
Replies: 16
Views: 7856

get a unique id from the raspberry,

;get a unique id from the raspberry, ;S.Rings 2021-12-28 Procedure.s get_machine_id() Protected file, temp.s file = ReadFile(#PB_Any, "/etc/machine-id") If file temp = ReadString(file, #PB_UTF8) CloseFile(file) Else EndIf ProcedureReturn temp EndProcedure Debug get_machine_id()
by Rings
Tue Dec 28, 2021 6:39 pm
Forum: Raspberry PI
Topic: Userspace Raspberry Pi library for controlling WS281X LEDs.
Replies: 13
Views: 4416

Re: Userspace Raspberry Pi library for controlling WS281X LEDs.

it is a bit tricky to build the library, so i put some steps here: open a terminal console in normal user space... first install cmake: sudo apt-get install cmake also if git is not installed, install it: sudo apt-get install git now get the repository from the web: git clone https://github.com/jgar...
by Rings
Thu Dec 23, 2021 12:07 pm
Forum: Raspberry PI
Topic: Userspace Raspberry Pi library for controlling WS281X LEDs.
Replies: 13
Views: 4416

Re: Userspace Raspberry Pi library for controlling WS281X LEDs.

thx for sharing,
comes very handy for me.

will test during holidays and report some feedback here.
by Rings
Wed Dec 22, 2021 8:33 am
Forum: Coding Questions
Topic: HideGadget faster option
Replies: 30
Views: 3759

Re: HideGadget faster option

if anyone see a PB problem, please open a new thread.
by Rings
Wed Dec 15, 2021 6:31 pm
Forum: Raspberry PI
Topic: Serial Ports, IO-Ports, I2C and the use of PIGPIO Library
Replies: 15
Views: 6244

Re: Serial Ports, IO-Ports, I2C and the use of PIGPIO Library

first version to use the pigpio as dll (.so) . i would prefer as import lib, but do not know how. Note, you have to run the code with root rights, else you got only the version nr. use sudo ! If OpenConsole() If OpenLibrary(0, "libpigpio.so") result=CallFunction(0, "gpioVersion")...
by Rings
Tue Dec 07, 2021 3:02 pm
Forum: Raspberry PI
Topic: Serial Ports, IO-Ports, I2C and the use of PIGPIO Library
Replies: 15
Views: 6244

Serial Ports, IO-Ports, I2C and the use of PIGPIO Library

I am really surprised by the new version, and have just installed the PI version to test it. One thing I absolutely need is access to the serial port. There is an example included which opens a serial port, but of course it doesn't work directly, surely access problems. (It's just a Linux). Can anyo...
by Rings
Wed Nov 24, 2021 1:57 pm
Forum: General Discussion
Topic: Destroy a spam USER
Replies: 14
Views: 2787

Re: Destroy a spam USER

any user too delete ?

I see no spam marked posts.....
only thread about spam posts....
by Rings
Tue Apr 06, 2021 11:25 am
Forum: Announcement
Topic: SpiderForms: A visual Form Designer for Spider\Pure Basic
Replies: 9
Views: 3541

Re: SpiderForms: A visual Form Designer for Spider\Pure Basi

done, duplicated threads deleted.
by Rings
Fri Mar 26, 2021 7:19 am
Forum: Announcement
Topic: PureBasic Interface to OpenCV
Replies: 885
Views: 655572

Re: PureBasic Interface to OpenCV

moved to the announcement section, did not fit perfectly into tips&tricks anymore.
by Rings
Mon Feb 01, 2021 6:12 pm
Forum: Windows
Topic: Service starts too early
Replies: 4
Views: 2428

Re: Service starts too early

Balmung wrote:Edit: did not need it anymore, i used schtasks with runprogram() to make a Autostart without to use a Service for it.
that is the way.
by Rings
Sun Jan 31, 2021 11:17 am
Forum: Windows
Topic: Service starts too early
Replies: 4
Views: 2428

Re: Service starts too early

afaik, services cannot have gui elements. cannot create windows, also not a systray icon. But they can run without a user logged in, without a "gui" running . You have to interact with an extra exe (which do the gui stuff) with the service via sockets or shared memory(or something other i ...
by Rings
Sun Jan 24, 2021 8:09 pm
Forum: Tricks 'n' Tips
Topic: EditorFactory - Module for object management in a Canvas
Replies: 181
Views: 42274

Re: EditorFactory - Module for object management in a Canvas

very nice stuff !!!
thx for sharing
by Rings
Sun Jan 03, 2021 9:40 am
Forum: Off Topic
Topic: copied code
Replies: 11
Views: 2855

my message

this is the splitted topic ffrom viewtopic.php?f=13&t=76496
@saki: move your code to the BF Topics.
this will be locked and deleted later
by Rings
Sun Jan 03, 2021 9:39 am
Forum: Coding Questions
Topic: OpenGLGadget + txt = impossible [ok]
Replies: 16
Views: 3836

Re: OpenGLGadget + txt = impossible [Resolve]

Topic splitted,
moved to viewtopic.php?f=17&t=76518