Hi mit community,
I really need help of the community.
I really appreciate the feedback in order to resolve this issue.
my problem is, how to connect the app i am creating using mit app inventor to hivemq broker.
the data i want to send to hivemq broker is accelerometer, latitude ang longitude in the same time from mit app to hive broker.
tq for your respond,
For the display, that should i follow your dispaly on the design?
then for hivemq, what importand, port? username? or client ID?
because, I enter broker: broker.hivemq.com, passwordd, port: 1883 and username. but the display on the hivemq message did not come out anything.
tq for your kind respond.
i already download the extension "ursAI2MQTT", and import into my mit app that i create.
for "p117B_mqtt_extension.aia" that you just give.
do i need to import into my mit app extension? or how
Yes, the extension must be in the app, as you have put in your first images.
More info about mqtt
MQTT has a delay since the data must be sent to the server over the internet, if the acceleration changes are very fast, you may not be able to observe some values.
act i stuck to create block to connect hivemq broker,
encoding to transmit real -time acceleration values, latitude and longitude at the same time.
I really need help from the mit community to help me to make the block.
I'm not proficient and I'm still new to the app. I need people's guidance
thank you.
Hi, I have problems to connect mit app to hivemq. I don’t know how to create the block for connect to hivemq and tranfer my data from mit app into hivemq messages.
i need to get the data accelerometer, latitude and longitude from my block.
tq for your respond,
do I need to create a block to publish and subscribe. because I only want the data from the smartphone app to come out in the hivemq message.
i confues at that things.
if must to create i will create block for publish n subscribe.
because i use hivemq to get the realtime data, then i will apply to nodered n matlab.