User Tools

Site Tools


nyan:log

Captain's Log

Stardate 20240428

Since last update, I've mostly been working on:

  • Starting to put together some devices: Electronics Construction / Hardware Notes
  • Repairing and reverse engineering a commercial wind and weather sensor (WXT510), to use with Nyan. (TODO: write up). Seeing how to interface with it: maybe with SDI-12, but it can do some stuff over NMEA0183. Bodging around the corroded electronics. Fibreglassing the case and finding a mounting pole.
  • Testing a 5V power supply (buck converter) to run Nyan and a pi of 12V nom.
  • Examined an Actisense NGT-1
  • Testing an AS3935 Lightning Detector Chip, with a view to including it on a Nyan board design
  • Made a webpage at https://personal.cis.strath.ac.uk/river.macleod, for some academic linkjuice?
  • Talking to people about future marine / environment related research on boats, and how to organise this
  • Went to see some boats to measure up / see how to fit some nyan devices.
  • Testing INA3221 current sensors (Current Measurement)
  • Build / test a Raspberry Pi Pico W version of nyan prototype. It works, but having trouble with meshtastic python cli.
  • Tested devboard antennas, and another one I bought, on the LiteVNA. Some are useless, some okish. LoRa Antennas
  • Tested supplied uFL → SMA pigtails. They are ok.
  • Antenna design.
  • Made a JTAG adapter for debugging the various ESP32 / pi pico boards I am working with.
  • Admin: repaired lab lighting, and my laptop.
  • Component shopping.
  • Receiving, testing, rejecting, and reordering some components.
  • Learning how to use, and testing, a LiteVNA.
  • Testing NMEA2000 parts and terminators. The ones I got are not just 120 ohm resistors.

Stardate 20240312

I am having trouble with WiFi and web interface on two ESP32 devices. The Heltec Wireless stick is not connecting at all, and the Heltec V3 is not accepting a change of SSID, and says it can't see the access point (same error reported by the wireless stick).

Positive: I have got NMEA2000 / CAN working! A RPi Pico device is receiving and decoding PGNs sent by SignalK.

Stardate 20240309

Today I have been mostly working on SignalK and NMEA2000. Trying SignalK security tokens (not tested yet because the WiFi on the dev board broke). Testing (USB CAN adapter, got SignalK to output data on it, viewed in Wireshark. Also code for handling multiple GNSS sources (Position Accuracy Assessment).

I have setup a remote dev environment using a single board computer with an ESP32 LoRa dev board connected by USB, and reset pin on a GPIO. Accessed over wireguard, this makes a very convenient way to work without having to move around a bunch of hardware and reconfigure networking when I want to work somewhere else.

I tried setting up a WiFi AP on the remote machine, but the dev board was not connecting to that either.

I also setup VNC. Until now I always used X forwarding, but it was super slow. I had assumed that something which knew the protocol and wasn't just shovelling bitmaps would be faster, but apparently not.

Stardate 20240305

Work is progressing on the NYAN project. I am developing a prototype device as a meshtastic module, and building some radios to fit to boats and buildings.

Meshtastic does much of what is needed, but is also quite annoying to work with. Getting there though, I have a working software module / extension for it. The module adds marine network support, sensor processing, and meteorological functions. Currently it is reading data from an NMEA0183 over TCP stream, and sending wind reports over the LoRa mesh. It can also send some sensor data in SignalK format over TCP (in a limited hacky way). NMEA2000 / CAN bus support is in development. Talking to the CAN module proved very frustrating because of highly unintuitive and undocumented Arduino SPI functions (bug report filed). SignalK also difficult to talk to because they have introduced something called “security”, which requires a special dance to talk to it, currently bypassed.

Meshtastic does not support OTA flashing, so at least for prototyping, I shall use Raspberry Pis to talk to them. These can also run SignalK and OpenCPN. Procurement is incredibly slow, but eventually when everything arrives, I shall be building base stations and a boat station for testing. These will consist of a box with a LoRa dev board, a Pi, power supply, NMEA2000 interface, and hopefully decent aerials.

I'm interested to see how it does at one base station site, where it will be colocated with two other LoRa transmitters on the same band. Meshtastic always reports false preamble detection anyway, so seems like the carrier sense doesn't work. We can also test it with 100W of HF.

I've just made a script to reset the ESP32 boards with a pi GPIO. Boards with USB→serial chips can do this anyway with correct poking of the UART control lines, but it's nicer to not interfere with a serial terminal, and the ESP32-S3 boards with directly connected USB seem to need a manual reset and press of the flashing mode button.

nyan/log.txt · Last modified: 2024/04/28 08:35 by river

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki