element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Wireless
  • Technologies
  • More
Wireless
Forum Check out the new features of WiConnect 2.1
  • Blog
  • Forum
  • Documents
  • Polls
  • Quiz
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Wireless to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 0 replies
  • Subscribers 220 subscribers
  • Views 243 views
  • Users 0 members are here
  • smtp
  • acme
  • ackme
  • tcp
  • wiconnect
  • udp
  • mdns
Related

Check out the new features of WiConnect 2.1

ndutton
ndutton over 10 years ago
 
WiConnect 2.1 provides the following new functionality as well as general improvements and stability enhancements.
WiConnect is designed for use wiith ACKme's Wi-Fi modules

§  Secure HTTP webserver with RESTful API and Websockets that can be used on the wireless softAP or WLAN client interface. The web server enables 100% wireless control and data exchange with the module using a web client such as a phone, tablet or PC. See Networking and Security, HTTP Server REST API.

§  A responsive web application based on the WiConnect Javascript API library. The web app may be 100% customized to suit end-product requirements. The new WiConnect web app includes a web console and graphical drag and drop file browser.


image


(Sample Screen Shots)


image
§  Device discovery to enable network clients to discover ACKme devices and WiConnect services (such as the HTTP webserver), and enables WiConnect to discover services offered by network servers. The discovery protocol supports various protocols including mDNS/Zeroconf, LLMNR and Netbios. See Networking and Security, mDNS.

§  SMTP email client enabling the module to send secure email

§  Support for external bulk serial flash up to 128 MBytes. See File System, Internal, Extended and Bulk Flash.

§  Out-of-band GPIO to indicate a status change to one or more configured events e.g. TCP client data available, Network status change, etc

§  Auto-connect feature for TCP/UDP clients and UDP server. See TCP Client Auto Connect,UDP Client Auto Connect and UDP Server Auto Connect.

§  API for TCP keepalive, see Wireless Serial Port example.
Improved power supply monitoring and brownout performance.

§  Force safe mode option to aid validation of recovery, see App Note, Recovery from Safe Mode.

§  API to dynamically read and write all GPIOs simultaneously.

§  Automatic HTTP POST of dynamic module information to a remote HTTP server.

§  ADC lookup table automatically converts raw ADC values into meaningful pre-calibrated data.

§  Individual control of GPIO direction and output values in ultra-low power sleep mode


Changelog
v2.1.0 : Changes for v2.1.0 are listed in the following tables.
Commands Added
Change
Description
faults_print
Display system faults (previously  available in safe mode only).
faults_reset
Reset system faults (previously  available in safe mode only).
force_safemode
Force a module into safe mode.
format_flash
Format extended or bulk flash.
gpios_dir
Set the direction of all GPIOs  simultaneously.
gpios_get
Get the value of all GPIOs  simultaneously.
gpios_set
Set the value of all GPIOs  simultaneously.
mdns_discover
Discover mDNS  services on the local network.
network_verify
Quickly verify the credentials of  a WLAN network.
smtp_send
Send an email via an external SMTP  server.
 
Commands Changed
Change
Description
adc_take_sample
voltage and lookup table options  added
file_create
-u file unprotect option added. -o stream  open option added.
http_download
-u file unprotect option added
ls
-l option added, equivalent to -v,  for linux compatibility
 
Variables Added
                                                                                              
Change
Description
broadcast.data
Specify information fields to be  periodically transmitted in a packet (deprecates broadcast.udp.data).
broadcast.http.host
Periodically issue JSON formatted  data to the specified host as an HTTP post request
broadcast.interface
Set default interface used to  transmit informational packets (deprecates broadcast.udp.interface),
broadcast.interval
Set time between transmission of  informational packets (deprecates broadcast.udp.interval)
bus.stream.flush_time_reset
Flag whether to reset the flush  timer if data is received before flush timeout expires.
gpio.sleep
Set the state of the GPIO when  sleeping.
http.server.api_enabled
Enable the HTTP Server API.
http.server.denied_filename
Set the filename of the HTTP  Server unauthorized page.
http.server.cors_origin
Specify allowed origins for HTTP  cross-site requests.
http.server.enabled
Enable the HTTP Server.
http.server.interface
Specify HTTP Server interface.
http.server.password
Set HTTP Server password.
http.server.port
Set HTTP Server port.
http.server.root_filename
Set HTTP Server root filename.
http.server.tls_cert
Set HTTP Server TLS certificate  filename.
http.server.tls_enabled
Enable HTTP Server TLS.
http.server.tls_key
Set HTTP Server TLS key filename.
http.server.tls_verify_peer
Client connecting to HTP server  must provide a valid TLS certificate for validation.
http.server.username
Set HTTP Server root username.
mdns.enabled
Enable mDNS.
mdns.interface
Specify the network interface on  which the mDNS daemon runs.
mdns.name
Set the mDNS  domain name of the module.
mdns.service
Advertise a module server via mDNS.
mdns.ttl
Set the timeout of the module's mDNS response.
network.dns
Return a comma separated list of  the DNS server addresses that the wlan  interface is using.
setup.gpio.mode
Specify when to run the command  configured with setup.gpio.cmd.
email.name_address
Set the name and/or address of the  email client.
email.smtp.host
Set external SMTP host.
email.smtp.password
Set SMTP password.
email.smtp.port
Set SMTP port.
email.smtp.username
Set SMTP user name.
softap.hide_ssid
Hide or show the SSID (name) of  the softAP.
system.adc.vref
Set ADV voltage reference.
system.bflash_cs_gpio
Set bulk flash chip select GPIO
system.oob.event_mask
Set Out-of-band GPIO event mask
system.oob.gpio
Set Out-of-band GPIO
system.oob.gpio_level
Set Out-of-band GPIO level
system.oob.rising_edge_mask
Set Out-of-band GPIO rising edge  mask
system.oob.status
Set Out-of-band GPIO status
tcp.client.auto_interface
Interface to auto-start TCP client  connection.
tcp.client.auto_retries
Determine number of attempts to  reconnect after remote server disconnects client.
tcp.client.auto_start
Enable/disable TCP client  auto-start feature.
tcp.client.remote_host
Set domain or IP address of remote  tcp server to auto connect.
tcp.client.remote_port
Set port of remote tcp server to auto connect.
tcp.keepalive.enabled
Enable/disable TCP keepalive feature of network stack.
tcp.keepalive.initial_timeout
Set number of seconds for initial keepalive expiration.
tcp.keepalive.retry_count
Set maximum number of times to  retry keepalive.
tcp.keepalive.retry_timeout
Set period of keepalive  retries.
tcp.server.tls_cert
Set the server TLS CA certificate  filename.
tcp.server.tls_enabled
Enable server TLS.
tcp.server.tls_key
Set the server TLS certificate key  filename.
tcp.server.tls_verify_peer
Validate TLS certificate of  connecting clients.
udp.client.auto_interface
Set interface to auto-start UDP  client connection.
udp.client.auto_start
Enable/disable UDP client  auto-start feature.
udp.client.remote_host
Set domain or IP address of remote  udp server to auto connect.
udp.client.remote_port
Set port of remote UDP server to  auto connect.
udp.server.lock.client
Lock UDP server to first client  from which it receives a packet.
udp.server.remote_host
Set domain or IP address of remote  udp client to auto connect.
udp.server.remote_port
Set port of remote UDP client to  auto connect.
 
Variables Changed
Change
Description
broadcast.udp.data
Renamed to broadcast.data.  Old name deprecated and will be removed in future releases.
broadcast.udp.interface
Renamed to broadcast.interface.  Old name deprecated and will be removed in future releases.
broadcast.udp.interval
Renamed to broadcast.interval.  Old name deprecated and will be removed in future releases.
gpio.usage
Now returns GPIO direction  settings for each Standard I/O GPIO, in addition to information returned  previously
 
  • Sign in to reply
  • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube