Category: Smart Reader
-
Using master cards to configure the SpringCore devices
SpringCore is the umbrella name to the new generation of SpringCard devices (Puck, SpringPark, etc.) that share the same MCU platform and the same overall architecture. All the devices in this family could be configured easily and securely thanks to SpringCard 2nd generation of master cards. A master card v2 is a Desfire EV1 (or later)…
-
Securing the connection to the MQTT broker using TLS and SpringCore client certificates
The aim of this tutorial is to configure a SpringPark as a Network SmartReader/MQTT client with a mosquitto broker. The SpringPark in this configuration acts as an MQTT client (using TLS). It sends its tags to the mosquitto broker hosted at mqtt.springcard.com. For this howto, we will assume that: your SpringPark is using a default…
-
How to use a SpringCore network device as a SmartReader/MQTT client
The aim of this tutorial is to configure a SpringPark as a Network SmartReader using MQTT. The SpringPark in this configuration acts as an MQTT client and sends its tags to the broker.
-
How to setup and use a SpringPark as an Amazon AWS client
The aim of this demonstration is to configure a SpringPark as a Network SmartReader/AWS client. The SpringPark in this configuration acts as an AWS IOT Core client (using TLS). It sends its tags/informations to Amazon’s cloud and can also receive commands. We won’t cover the AWS’s side (lamba function, certificates, policies, …) but focuse on…
-
How to setup and use a SpringPark as a SmartReader over TCP
The aim of this tutorial is to configure a SpringPark as a Network SmartReader. The SpringPark in this configuration acts as a TCP server (default factory port is 4000) and sends its tags to the client connected to this port. For this howto, we will assume that: your SpringPark is using a default (from factory)…
-
How to setup and use a SpringPark as a SmartReader/HTTP client
The aim of this tutorial is to configure a SpringPark as a Network SmartReader/HTTP client. The SpringPark in this configuration acts as an HTTP client (default factory port is 80) and sends its tags to the server. For this howto, we will assume that: your SpringPark is using a default (from factory) configuration. you have…