GitXplorerGitXplorer
j

PICAXE-Libraries-Extras

public
2 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
17ef272a2a9ad025b601874a063c98167b83ee54

Prints out variable usage and finds unused variables.

jjgOhYeah committed a year ago
Unverified
863c34d17afdb791de01eeda73e692f4df6d5487

Added varuable analyser

jjgOhYeah committed a year ago
Unverified
d7d15f7c5f524aca4d9bf4085e41dbc44d4af23e

Added option to not include LoRa setup (synchronised with pump monitor code)

jjgOhYeah committed 2 years ago
Unverified
78f224eb1659000cd26c2008f79f101dd076dc2f

Cleaning up, added interactive EEPROM tools from another repository.

jjgOhYeah committed 2 years ago
Unverified
71d3e6948174f18efc9550df6c3ad28515d8df0f

Updated defaults

jjgOhYeah committed 4 years ago
Verified
c727cd3cd93c244abe5cf747dc2b6a12679fc254

Add description of EEPROMTools

jjgOhYeah committed 4 years ago

README

The README file for this repository.

PICAXE Libraries and Extras

Extra code and libraries I have written for PICAXE microcontrollers or making life easier when dealing with them.

Feedback / Improvements are welcome.

LoRa and PJON drivers for SX127* based LoRa modules

Some code and modules for interfacing a PICAXE microcontroller to an SX127* based radio module. This code allows sending and receiving of raw LoRa packets and or encoding and decoding them using a limited implementation of the PJON protocol.

Click here for more info.

EEPROMTools

A python script and PICAXE code to read and write to EEPROM chips and save and restore from binary files. These files can be edited using your favourite hex editor and downloaded from or uploaded to the EEPROM chip connected to a PICAXE microcontroller using the EEPROMTools.py script.

Example usage

Reading
./EEPROMTools.py r test.bin # Reads bytes 0 to 2047 (defaults) into test.bin
Writing
./EEPROMTools.py w 255 test.bin # Writes the first 255 bytes of test.bin into the first 255 bytes of the eeprom chip.

Python Preprocessor

Implementation of a very simple and limited preprocessor for the PICAXE compiler.

Click here for more info. This preprocessor is very similar and has more features implemented, so I recommend that you use that one if you can.

Musescore Tune Converter

A small Musescore 3 plugin to convert simple tunes into code that can be used by the PICAXE tune command.

Click here for more info.