Quantcast
Channel: Recent Discussions — Advantech IoT Developer Forum
Viewing all 263 articles
Browse latest View live

UBC220 Embedded computer

$
0
0
Hello every one,
  

I am  trying boot up the Advantech UBC-220 through mSATA .we have given power to the device  12 VDC, 1 Amps .

when I was powered up its showing only the Linux penguin image.After that there is no progress on long time.

Is this device contains any default OS for first use?


1)How to install the OS on the UBC220 ans list out them.

2)Is there any possibilities install OS at Flash Memory(4GB).

3) still I have not observed any Digital I/O pins in the datasheet .If its needed how do that?

4)I have found SIM slot in the board .what are all the limitations (like wifi) and how to use that.

5) is there chances to  add the pheripheral like GPS+GSM in the board in half or full mpci slot 

still I don't receive any error code regarding this.Its on idle mode only with this image

For further more details please see the attachment on here and kindly reply  to me on soon .

How to solve IoT interoperability problems?

$
0
0
Solving interoperability is essential for commercialization.

Questions about performance

$
0
0
Currently, I develop the product using the MIO-3260 computer.
The product configuration is connected to one embedded module using serial, one sonar device using serial
 and webcam is connected usig USB.

The MIO-3260 has a Windows 7 64-bit OS and runs Win32 programs developed with Visual Studio 2013. (Viewing and saving images on webcam was developed using opencv.)

When the same program was run on the MIO-2262, there was no problem with performance.
(The MIO-2262 has a 32-bit OS installed and I want to continue using it, but it has been discontinued and replaced with the MIO-3260.)

In MIO-3260, there is a performance problem when storing images while viewing images.
(The CPU occupancy is almost full, and the same is true for 32-bit OS installations.)
The BIOS settings are set to Default except the LCD, and the driver is properly installed.

I am so frustrated that I leave a question here and I would like some advice if I can give you some advice.

Have a good day.

WISE-4012E Connect with Azure IOT Hub

$
0
0
I need support to connect WISE-4012E devise with Azure IOT Hub

Gateway SDK

$
0
0
Hi,
Where can I get access to the Gateway SDK?
I have the ARK-2121 and the WISE-4012E.
Thanks!

REST API for WISE-4012E signal strength access

$
0
0
Hello,
I want to get from WISE-4012E, in same manner I got relay status, status of signal strength (fair, good, very good or in % better).
I see Advantech configuration interface knew the battery strength, but I can find access to it API in documentation.

Thanks
Michal
Sewio

PCM-3365 PCI BAR area

$
0
0
We need to read memory connected to PC-104 (ISA) bus at 0xd0000 - 0xdffff addresses. Unfortunately this area is blocked under Linux Ubuntu or DOS. Please help us unblock this area in order to read PCI configuration block od a card connected to to PC-104 (ISA) bus

Check rs232 status Smart Start Router

$
0
0
Is there any way to query the rs232 connect on the Smart Start Router?
None of the documentation even mentions this interface as it seems to be written for an physically different machine.


淺論MQTT通訊協定

$
0
0

MQTT 作為MQ遙測的前身,是為了物聯網環境而設計的發佈/訂閱模式消息傳輸協定,它所需要的網路頻寬低也因此它能在受限的環境中,如機器與機器的通信(M2M),讓用戶端使用最少的硬體資源,達到傳送大量訊息的需求。

About MQTT

In IoT applications, devices often must communicate with each other (D2D). Device data is then must be collected and sent to the server infrastructure (D2S). That The server infrastructure has to share device data (S2S), possibly providing it back to devices, to analysis programs, or to people. The communication protocols can be described in this framework as:
• MQTT: a protocol for collecting device data and communicating it to servers (D2S)
• XMPP: a protocol best for connecting devices to people, a special case of the D2S pattern, since people are connected to the servers
• DDS: a fast bus for integrating intelligent machines (D2D)
• AMQP: a queuing system designed to connect servers to each other (S2S)

MQTT(MQTT (formerly MQ Telemetry Transport) is a publish-subscribe based "light weight" IoT communication protocol for use on top of the TCP/IP protocol. The publish-subscribe messaging pattern requires a message broker. The broker is responsible for distributing messages to interested clients based on the topic of a message.

MQTT has the following properties :properties:
1. Based on TCP/IP for basic network connection
2. Small code foot print
3. Three different message service qualities
a. “At most once”
b. “At least once”
c. “ExaclyExactly once”
4. 2- byte header to reduce package transfer loading
5. It has “LLast ast will and testament” to notifiesy client ifwhen connection is lost connection.
6. Provides Publishpublish/-Subscribe subscribe structure to provide one- to- many message sharing.

Publisher is the source of the message, it which will passes data to Topic, and Subscriber will registers for in Topic to get Topic data form Topic.
So when , if some a Publisher sent sends a message to topicTopic, all registered Subscribers registered for that Topic will get this that message.

Based on these properties, especially “Small small code foot print” and “Publishpublish-/sSubscribe structure”, WISE-PaaS/RMM uses MQTT as the communication protocol to connect between agents(agents (gateway/devices device side) and servers(servers (back-end/cloud side). On the device side, the agent will collect data with different structures or protocols, and transfer it to MQTT. After this process, device data from devices will hasve the same form and be is kept in the WISE-PaaS/RMM server database of WISE-PaaS/RMM server. The IoT developer can create their applications based on WISE-PaaS server web-services(services (RESTful API).

Why advantech industrial computer's PCI slots doesn't support different advantech cards??

$
0
0
I have an industrial computer of advantech, with this PC i have interfaced some cards of different companies. Advantech company cards have issues regarding interface on PCI slots. These PCI slots works fine for other company cards like Ballard cards but doesn't support advantech cards, but when i used different PCI slot it works fine. This intermittent behaviour of PC is very confusing. Can any one guide me on this??

WebInterface freezes when fetching log data without filter

$
0
0
I have an issue with the WISE-4050 (Wifi) which freezes when I fetch the log via REST. Now the device holds 150.000 records and when I fetch it via the WebInterface or via REST I get a timeout exception. After the exception it is impossible to access the webinterface again. To what I see the device is still running and is collecting data from the inputs.

When I use a filter to get e.g. only the least 1000 records - there is no issue. 
Also another WISE-4050 (LAN) does not have this issue...but maybe the LAN version is different to WLAN version.

Thanks for helping out
NPH

WebInterface freezes when fetching log data without filter

$
0
0
I have an issue with the WISE-4050 (Wifi) which freezes when I fetch the log via REST. Now the device holds 150.000 records and when I fetch it via the WebInterface or via REST I get a timeout exception. After the exception it is impossible to access the webinterface again. To what I see the device is still running and is collecting data from the inputs.

When I use a filter to get e.g. only the least 1000 records - there is no issue. 
Also another WISE-4050 (LAN) does not have this issue...but maybe the LAN version is different to WLAN version.

Thanks for helping out
NPH

Study Loans For Abroad

$
0
0
Don’t let your financial situation come in the way of your education goals and building a secure future to study abroad. Reach out to us and we will help you find a solution that will take you closer to fulfilling your dreams! Study Loans For Abroad

Configuring KVM Viewer

$
0
0
Dear, I have installed the agent SussiAccess on the computer to be monitored. Everything works, but when I run kvm viewer the screen goes blank.

Will I miss something in the configuration? Should I install if or if Intel AMT for kvm?



Thanks for your help!

Question about Ancient TPC 642 SE - CE software.

$
0
0
I own a digital disc repair machine that is no longer supported by its manufacturer.   ( 2005 )
It uses an Advantech TPC 642 SE - CE 3.0  Panel PC with touch Screen.
I am told that the Software that runs the machine was pre installed by Advantech.
The unit used a Flash Card to install updates.     

I am working with an owner of a like machine  ( down for different reason ) to get access to a working Panel PC screen unit with working software.    (A)
I have found a used Advantech TPC 642 SE - CE  Panel PC with touch Screen  ( same model )  Clean that I could purchase.    (B)

MY Question:  If I have one working unit with Installed Software (A) and another working unit with NO Software (B) ,  Can I copy the software from A   to   B  to get my machine working again  ??   

All suggestions appreciated greatly.  
Thank You

Correspondance between Wise1520 IO and CC3200 IO

$
0
0
Dear Advantech Support,

I am trying to custom the wise1520_demo to use IO others than GPIO0 and GPIO1 but I can't find document answering which CC3200 IO corresponds to which wise1520 IO. I could only find in the source code that GPIO22 is GPIO0 of Wise1520 and that GPIO28 corresponds to GPIO1.
Best regards,

Best Email Delivery Service?

$
0
0

Earlier I was Using Sendgrid, without my permission they banned my account.

Later On, I Switched to Pepipost. Till date I have No Regrets with this Excellent feature.

- On-Time Delivery Inboxing 

-Co-operative support.

-CLI Tool which monitors Metrics. 



Benefits of IoT development services

$
0
0
You can find Internet of Things development projects everywhere nowadays, as it is an affordable and advanced technology that is thrusting this fast-growing phenomenon ahead. With the rapid expansion of IoT and people’s idea on how it can benefit them, IoT development has been in full swing these days.

IoT is trying to keep up with the latest technology trends and deliver top-caliber IoT app development solutions. These services help you narrow down your board choices and help you get the #1 solution for your products and projects basing on connectivity price, type, and stuff.

IoT is the most important development of the 21st century
The Internet of Things has skyrocketed in popularity in recent years. That is because of the main features of IoT, which helped attract consumers.

Think of a world where every device in your home, office, and car are connected. A world in which the lights go on automatically when the car goes towards the driveway. Coffee starts brewing the moment the morning alarm rings. The front door opens automatically when someone from the house goes near but remains locked when someone unfamiliar comes.


Benefits of IoT development services

$
0
0
You can find Internet of Things development projects everywhere nowadays, as it is an affordable and advanced technology that is thrusting this fast-growing phenomenon ahead. With the rapid expansion of IoT and people’s idea on how it can benefit them, IoT development is in full swing these days.

IoT is trying to keep up with the latest technology trends and deliver top-caliber IoT app development solutions. These services help you narrow down your board choices and help you get the #1 solution for your products and projects basing on connectivity price, type, and stuff.

IoT is the most important development of the 21st century
The Internet of Things has skyrocketed in popularity in recent years. That is because of the main features of IoT, which helped attract consumers.

Think of a world where every device in your home, office, and car are connected. A world in which the lights go on automatically when the car goes towards the driveway. Coffee starts brewing the moment the morning alarm rings. The front door opens automatically when someone from the house goes near but remains locked when someone unfamiliar comes.


Problem in I210 Ethernet controller in 6867 board

$
0
0
Hi,

I am working with the Ethernet driver in SOM-6867 board.

I have observed that the driver is not working, if we set something other1than Auto-Negotiation in the board side (I.e. 100-Half, 10-Full etc.).

I am working with I210's internal PHY.

 

The sequence for setting some speed/duplexity in PHY is mentioned in section 4.3.1.4 PHY Reset of the data sheet.
I have found that all other steps are OK, but setp 7"Wait for the CFG_DONE bit (EEMNGCTL.CFG_DONE0)." not OK. This bit is never getting set.

I have tried to perform some delay(around 100ms) instead of step 7, and rest of the sequence as sequence 4.3.1.4 PHY Reset. In that case, the driver worked properly in 100/Full case.

 

Could anyone help in this matter.

 

Please note I have checked this with another different board(that means another type of target board,not the another copy of same type board). And have not faced this problem.
Viewing all 263 articles
Browse latest View live