Search found 74 matches

by zefiro_flashparty
Wed Oct 04, 2023 3:51 am
Forum: Coding Questions
Topic: Purebasic and chat gpt (version 3.5)
Replies: 67
Views: 4846

Re: Purebasic and chat gpt (version 3.5)

how are you! The gpt 3.5 or 4 thing would be interesting, although for example without having the paid one, 3.5 never worked for me in any python program for example, and when it pretends that it will work, it tells me that I no longer have free tokens, but He never actually gave them to me. So I ha...
by zefiro_flashparty
Tue Nov 05, 2019 8:18 pm
Forum: General Discussion
Topic: Programmable GPS Device (with 3G/4G connectivity)
Replies: 7
Views: 2858

Re: Programmable GPS Device (with 3G/4G connectivity)

i test now the neo6 gps from arduino, using tinygpsplus library, see lat long, sats, vel, altitude, (distance to any coord) angle to coord, n s w o, errors, time from signals, and more, i send data, to the com, and read its in my pc, and make track, but not is easy. never use gsm shield, but is posi...
by zefiro_flashparty
Wed Oct 17, 2018 9:06 pm
Forum: Coding Questions
Topic: RS232 serial terminal - WIN10 x64
Replies: 12
Views: 3559

Re: RS232 serial terminal - WIN10 x64

ohh I was looking at your page, very good robot arm, I see that they are professional robots: D congratulations, it's one of my dreams to make robots robot arms, etc. Good to have all the machines to be able to manufacture the pieces you want, I do not have anything at all, so it's a problem to buil...
by zefiro_flashparty
Wed Oct 17, 2018 8:19 pm
Forum: Coding Questions
Topic: RS232 serial terminal - WIN10 x64
Replies: 12
Views: 3559

Re: RS232 serial terminal - WIN10 x64

ah :shock: I'm from Argentina, so everything is translated from Spanish to English. In case some things do not make sense, it's the translator. I program since I am 6 years old, with the old msx, ibms, etc, but certain things, basic routines, that escape my mental logic, and understanding, although ...
by zefiro_flashparty
Tue Oct 16, 2018 8:01 pm
Forum: Coding Questions
Topic: RS232 serial terminal - WIN10 x64
Replies: 12
Views: 3559

Re: RS232 serial terminal - WIN10 x64

How did you make your robot? Do you use an old PC with the com? or are you using arduino? :o :P I was using it with a arduino mega, with the shield of 4 dc motors. and with the accelerometer, the shell examples of the arduino I did not get any but I discovered how to communicate simpler without libr...
by zefiro_flashparty
Tue Oct 16, 2018 7:52 pm
Forum: Coding Questions
Topic: RS232 serial terminal - WIN10 x64
Replies: 12
Views: 3559

Re: RS232 serial terminal - WIN10 x64

It cost me a lot to be able to make that work the parity options, the handshake, according to the device you use, you have to look for information about the protocol you use, I do not remember where you learned that, but I think I had to use a sniffer of the com, to see how and what the arduino was ...
by zefiro_flashparty
Tue Oct 16, 2018 7:49 pm
Forum: Coding Questions
Topic: RS232 serial terminal - WIN10 x64
Replies: 12
Views: 3559

Re: RS232 serial terminal - WIN10 x64

I was experimenting a little, to communicate with my arduino using the coms and the usb, I do not know if it is the same but I managed to read the com, and also send things, I'm not sure what you need to do but maybe the example will serve you, I could not do it walk correctly, even, for example I r...
by zefiro_flashparty
Tue Oct 16, 2018 7:17 pm
Forum: Coding Questions
Topic: Remote NodeJS
Replies: 3
Views: 1136

Re: Remote NodeJS

;--IMPORTANT ;u need the folder "node_modules" whith telegram plugin u other plugin in same folder ;-this compiled, need request from administrator mode, in compiler to work in w10 and ohter. ;-the path of directory if necesary. Directory$=GetCurrentDirectory();--- important to launch nod...
by zefiro_flashparty
Tue Oct 16, 2018 6:55 pm
Forum: Coding Questions
Topic: Remote NodeJS
Replies: 3
Views: 1136

Re: Remote NodeJS

Humm i use nodejs to launch telegram bots. Let me sear an example. But need see the path from directory. And meybe need administrator request to work.
by zefiro_flashparty
Mon Oct 08, 2018 8:26 pm
Forum: Coding Questions
Topic: someone knows how to use ssl for the apikey of the googlemap
Replies: 0
Views: 983

someone knows how to use ssl for the apikey of the googlemap

I'm making a height map with google maps, but free requests are blocked very quickly, as they are limited. and it complicates me more to have fixed ip. (as a solution it occurred to me to use proxies) but as they block the proxi by requests, it ends up being useless, I was looking at that you can cr...
by zefiro_flashparty
Wed Sep 19, 2018 10:31 am
Forum: Coding Questions
Topic: multi webcam in escapi lib, need help :)
Replies: 0
Views: 840

multi webcam in escapi lib, need help :)

the original thread in the forum https://www.purebasic.fr/english/viewtopic.php?f=13&t=69544&p=515540&hilit=escapi#p515540 I started playing with the escape webcam library and for the moment I managed to make 4 webcams not simultaneous but if you swish them the one of the notebook and 3 ...
by zefiro_flashparty
Tue Sep 18, 2018 8:37 pm
Forum: Tricks 'n' Tips
Topic: Another Webcam Demo Program
Replies: 61
Views: 22021

Re: Another Webcam Demo Program

i test escapi21 mm error in the line PokeA(x3+2,gammaTable(p1 >> 16)) [13:13:34] [ERROR] Array index out of bounds. if silence the line works but it looks strange I do not know if by the colors, the example below that turns is very funny haha I was looking at the line of rotation RotateCoordinates(s...
by zefiro_flashparty
Fri Sep 07, 2018 9:34 pm
Forum: Game Programming
Topic: Cheap 2D Water ripples
Replies: 19
Views: 6522

Re: Cheap 2D Water ripples

:mrgreen:
I'll see if I can do something similar with a background photo,
expanding with box, the pixels to create the magnifying effect ;D