aca1231231
(aca1231231)
October 5, 2020, 12:42pm
#1
Hello!
Is there way to connect Arduino or ESP8266 to Roblox?
I have searched a loot for answer but i cant find it…
I just want to get DataStore data to Arduino or ESP8266 to see what is it and do saving on tape recorder, and maybe other stuff with data.
Can Arduino (or Roblox) do this or i have to make player for Arduino so it can connect to Roblox?
4 Likes
SquidSync
(SquidSync)
October 5, 2020, 12:45pm
#2
Not completely sure if you can reroute datastore traffic unless intercepting the data via wireshark? This is an interesting idea, I must admit.
1 Like
aca1231231
(aca1231231)
October 5, 2020, 12:47pm
#3
Im not meaning to work with DataStore only, i will also try with number of players and other stuff.
SquidSync
(SquidSync)
October 5, 2020, 12:50pm
#4
I believe that you may be able to write data with httpservice, then the arduino can use a get request and parse the data. I do not have much experience with an arduino so you’d have to look into whether it has a network card.
1 Like
dollychun
(dollychun)
October 5, 2020, 12:51pm
#5
You will need a program to convert HTTP Request to serial communication using node.js etc.
6 Likes
aca1231231
(aca1231231)
October 5, 2020, 12:55pm
#6
Not problem but HTTP requests are bit hard to register sometimes…
I will try it anyway.
2 Likes
aca1231231
(aca1231231)
October 5, 2020, 12:56pm
#7
this may be problem:
If the limit of 500 http GET
/ POST
requests per minute is exceeded, the Service will stall entirely for approximately 30 seconds.
dollychun
(dollychun)
October 5, 2020, 12:58pm
#8
If you want to send bytes, it’s better to create chunks and send them in pieces instead of sending them byte by byte.
2 Likes
SquidSync
(SquidSync)
October 5, 2020, 12:58pm
#9
I believe that you should be alright. Not sure if there’s another way to do it.
1 Like
aca1231231
(aca1231231)
October 5, 2020, 12:59pm
#10
So idea is this, Roblox will post data on some web page and Arduino will just read from it.
Can it work this way?
1 Like
SquidSync
(SquidSync)
October 5, 2020, 1:00pm
#11
Yes or your computer can read it and send it to the arduino
2 Likes
aca1231231
(aca1231231)
October 5, 2020, 1:01pm
#12
its too simple but if this with web does not work, this is last plan
1 Like
aca1231231
(aca1231231)
October 5, 2020, 1:13pm
#13
change of plan, im gonna make arduio as server and then just send data to it,
EDIT:
Idea failed
4 Likes