Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implements a File-Server for uploading/downloading files over knx bus.

License

NotificationsYou must be signed in to change notification settings

OpenKNX/OFM-FileTransferModule

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IssuesBranchesCodeFactor

FileTransfer over the KNX Bus

Implement this Module to upload/download files on your device.
You can also do a firmware update.

Step 1

Make shure you get this output in your build step:
Sizes depends on your configuration, but you need the entry "Filesystem size".

Flash size: 2.00MBSketch size: 1.50MBFilesystem size: 0.50MB

Step 2

Add the Module to the OpenKnx Stack

#include<Arduino.h>#include"OpenKNX.h"#include"FileTransferModule.h"voidsetup(){constuint8_t firmwareRevision =0;    openknx.init(firmwareRevision);    openknx.addModule(1, ...);    openknx.addModule(2, FileTransferModule);    openknx.setup();}

Step 3

You can use theKnxFileTransferClient to upload/download files to your device.

Good to know

The FtpServer uses following FunctionProperties.
These may not used by any other module.

ObjectIndexPropertyIdUsed for
1590Format
1591Exists
1592Rename
15940File Upload
15941File Download
15942File Delete
15943File Info
15980Dir List
15981Dir Create
15982Dir Delete
15990Cancel
159100Get Version
159101Firmware Update

About

Implements a File-Server for uploading/downloading files over knx bus.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp