Posted on 8 Comments

netpp node evaluation platform

netpp node [Spartan6-LX9]

I am glad to announce a new user evaluation platform module called ‘netpp node’. Its motto is ‘IoT on FPGA done right’. See detailed specs and preliminary order information here: [ refdesigns/netpp_node ].

Update [21.12.]:

The netpp node engineering samples v0.0 have just passed the long term burn-in. Running since approx. 11 weeks non-stop, the units are flooded with netpp requests from an embedded PC and have shown no failure in the hardware, except a reboot resulting from a power outage.

v0.1 series [18.1]:

Received the series! So finally we can ramp up with the delivery to beta developers…(thanks for being so patient).

Analog I/O

ADC10 low level control

For analog I/O, U3 on the board is by default populated with a MSP430G2553, functioning as a smart ADC that is controlled from the ZPUng ‘dagobert’ SoC via i2c. All relevant ADC configuration registers are directly accessible via netpp. For instance, we access the low level registers through a process browser panel as shown above to play with the parameters. The process view panel automatically updates the volatile properties from the netpp peer device. The ADC10 variant of the netpp node provides up to six  analog channels internally sampled at up to 200ksps. When in synchronous acquisition configuration (SPI master), only five channels can be used.

Differential 16 bit sigma-delta ADC

SD16 analog input

The alternate population option with a MSP430F2013 provides a Sigma-Delta 16 bit ADC with differential inputs and programmable gain amplifier. This variant provides three different input channel configurations using the provided analog input pins on this board. Moreover, the internal temperature is available in a separate channel.

‘Push on demand’ data streaming

By default, the analog sensors are polled, i.e. a measurement value is delivered upon request by the master. For synchronous sampling however, a ‘push’ strategy might be desired, where a netpp node delivers a value stream to a data logger or database. This can be netpp (where the netpp node acts as a master), however for high speed data transfers (‘network scope’), a low overhead UDP stream is more desirable. The dagobert SoC features a data port option with programmable slots to stream I/O channels as well as analog values using a standard real time protocol with 90 kHz time stamps.

Monitoring netpp packet performance

Packet behaviour in a real network is measured using the Wireshark protocol analyzer.

The figure below shows some example netpp transaction log that the netpp node handles at a very low CPU overhead based on direct register accesses.The red bars is the effective number of query responses using somewhat ineffective ping-pong requests. The performance can be increased by accumulating data into larger buffer properties.

For i2c or SPI transactions however, the packet rate is expected way lower.

For high speed performance like MJPEG video streaming, a separate UDP/RTP queue can be set up within the firmware to reach maximum throughput. However, there is no handshaking using this method.

The image below shows a repeated property query from within Python. The pauses are introduced by external disturbance (stress test) that causes a packet drop – and the netpp engine to timeout and re-synchronize.

Python property query session
Python property query session

Improved RX/TX queue

With an improved packet FIFO on FPGA, I was able to crank up the number of netpp requests per second, as shown in the Wireshark trace below. This test makes sure that several netpp clients can poll the netpp node at high frequencies without disturbing each other. The blue trace is a repeated poll of the full property tree, the red bars are the timed queries from a process viewer daemon. With no other disturbance, we get the occasional drops (e.g. at 45s, 101.5s) due to the queue running full

 

In-Field/System update

The default boot loader firmware supports self-programming over the cable. That means, the netpp_node can be supplied remotely with a new firmware image via a simple upgrade procedure over netpp. If the uploaded image is faulty, the system will fall back to the default boot loader. However, if the new design itself has errors, the system will be unable to recover  unless the reset button is pressed.

Test procedures

As the full model of this design is available for simulation, we can verify the system effectively against stress situations. In particular, network safety is of outmost importance. The test procedure check list of the dagobert SoC:

Completed

  • ARP and ping flooding
  • netpp packet performance test
  • Broken packet handling
  • Lost interrupt scenario (packet queue desynchronization)

Yet open

  • Jumbo packet flooding was tested, however support can not be enabled on this platform for the receiver queue. It is however possible under certain circumstances to generate (TX) Jumbo packets for experimental purposes. The performance gain is however minimal.

Extended RTOS support

Currently, the netpp node runs a simply bare metal main loop without particular RTOS functionality, i.e. all user code must be designed such that there are no blocking wait statements. Let me just put the FAQ together:

  • There is FreeRTOS and eCos support code for the ZPU architecture. However, I have no plans in going down that road, you’d be on your own.
  • A NuttX port is currently under evaluation and may likely be released in a few months time. NO PROMISES!
  • A simple ‘netpp OS’ with very basic task management is in experimental stage:
    • Guaranteed latency time from driver interrupt to queue handler task
    • ‘User space’ context switch when sleep() called
    • Very cheap context switches due to ZPU architecture improvements

Code size is an issue on this particular platform, larger programs (TCP stacks) need to move to the SPI flash overlay program space. Since this involves caching, the program timing is no longer fully deterministic and the RTOS functionality can only apply to program code running in the L1 memory.

 

8 thoughts on “netpp node evaluation platform

  1. Do you have support for TCP planned?

    Cheers

    Mike

  2. At this moment, no. The system does not buffer much data and the focus is on real-time data transmission. However, a TCP stack could be implemented on this system, like lwip (at the cost of performance, memory and development time 🙂 )

  3. Hi!

    Is it possible to build a camera with this hardware? I would like to do preprocessing and send only relevant information over the Ethernet or send a few frames per second.

    1. Hi Tolpe,

      I’m afraid, the LX9 Spartan6 is very limited with respect to imaging. Also, frame buffering is not possible due to missing SDRAM, the ethernet bandwidth is not sufficient for uncompressed streaming. For compressed video, I’d recommend the HDR60 reference design (I have a buffer-less MJPEG streaming solution for this one, see dombert SoC design). This is similar in usage to this CPU variant.
      So, bottom line: No camera support, I’m sorry.

  4. I would like to access devices across several separated subnets, for example a 192.168.0.x and 192.168.1.x. The .1 net is accessible from an outside network, say .2., the .0 is not. So I want a connection from 0 to 1 but not the other way. Is this doable? I am somewhat reluctant against UDP with that respect.

  5. Hi Mike,
    not sure if I get you right, but this is typically achieved using netpp proxies. However, this requires again TCP, so the netpp node won’t do it by default. I’d use a cheap linux embedded module with two network interfaces, if you need physical separation. The proxy will then just run on the Linux and forward requests, while serving as gateway between the two 0 and 1 subnets and routing only from 0 to 1.
    So you could access a specific netpp node behind the gateway using a line like

    netpp PRX:192.168.1.1+UDP:192.168.0.44:2016

    and set up the firewall or default route such that no other packets travel from the 1 to the 0 network.
    But the proxy is not yet in the “open”. I believe you could hack something with ssh and socat, but that’s more complicated and not too easy to use.

  6. Where do I find the LabVIEW support?

  7. Hi Robert,
    see here (look for OpenG):

    https://section5.ch/index.php/2017/09/12/netpp-for-windows-quick-start/

    Note this is an older evaluation release with non included free support.

Leave a Reply to Tolpe Cancel reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.