Compare commits

..

7 commits

Author SHA1 Message Date
adrcs
e5f010950d
Update README.md 2025-05-25 09:58:09 -06:00
adrcs
c7fd9c6f82
Delete Raspberry Pi directory 2025-05-25 09:54:41 -06:00
adrcs
ea6c053900
Update Readme.md 2025-05-25 09:53:36 -06:00
adrcs
9f80047228
Update Readme.md 2025-05-25 09:53:15 -06:00
adrcs
00f4f9ee48
Update Readme.md 2025-05-25 09:52:29 -06:00
adrcs
ac3c21cb10
Delete Node Firmware/Platforms directory 2025-05-25 09:49:51 -06:00
adrcs
a3a15f69ce
Delete Node Firmware/Bin directory 2025-05-25 09:49:41 -06:00
7 changed files with 10 additions and 20 deletions

Binary file not shown.

View file

@ -1,2 +0,0 @@
Please note that in this version, and going forward, the Nucleo code has been renamee to 'NucleoCC2', to reflect is commercial
product number.

View file

@ -1,21 +1,9 @@
# Node Firmware # Node Firmware
This directory contains the code sources. The current source code is at Rev level 1.1. This directory contains the code sources. The current source code is at Rev level 1.1.
Setting up a CubeIDE development project has several steps: Due to a new release of CubeIDE, the platform code is out of date and has been temporarily removed until
1. Download the code from this site. a new release is ready, which is imminent.
2. Unzip it after the download
3. Navigate to the 'platforms' directory, and unzip the project for the appropriate platform.
4. Import the project into CubEIDE and Add the source code to it (see .pfd doc for instructions).
5. Build the code and download.
The reasoning behind it is because goign forward several platforms are being supported, the code iteself If you need a copy rignt away, please email me VE6VH at ve6vh dot org
is platform independent, so it can be shared between them. The platform code has the device specifics
and should not need to be updated each time a release is made, however it is probably good practice to
update it each time.
There are pre-built binaries in the Bin directory for platforms that support a download.
Currently supported platforms:
Nucleo CC Experimenter node
Release notes are in the node software document in the documentation directory.

View file

@ -1,8 +1,14 @@
Welcome to the IP400 project. Welcome to the IP400 project.
The directories here have been restructured. The code directory contains the hardware abstraction for several platforms, The directories here have been restructured. The Node Firmware directory contains the hardware abstraction for several platforms,
and the source directory contains code that is common to all. and the source directory contains code that is common to all.
The platform code and precompiled binaries have been temporarily removed, due to a new repease of the CubeIDE from ST, and
a pending new release of the node firmware.
The Raspberry Pi code is now available on the disk image, which can be downloaded from the project website, ip400.adrcs.org,
from the 'Getting Started' link on the hardware page.
The current revision level is 1.0 The current revision level is 1.0
See the release notes in the 'IP400 Node Software' document. See the release notes in the 'IP400 Node Software' document.

View file

@ -1,2 +0,0 @@
This code can now be found on the Pi Zero disc image, which is in the
files directory of the ip400 group on groups.io.