Richard Corfield
Richard Corfield
  • Видео 12
  • Просмотров 3 626
LEGO Prime Dice Program
My son's first program on the Spike PRIME. A dice.
Просмотров: 2

Видео

Sorting Algorithms LEGO PRIME Demo
Просмотров 72 часа назад
A demonstration of the GCSE Computer Science sorting algorithms using the matrix display on the LEGO PRIME. Code is on GitHub as a GIST. I can add a link once Google accepts that I'm human. The Bubble Sort algorithm iterates over the list swapping pairs of adjacent entries into order. It's quite a slow algorithm. It would take 25^2 operations, though I've sped it up a little by realising that l...
Scouts Route Cards Part 1
Просмотров 2942 года назад
A video to explain to my Scouts what we've been doing with the route cards to help them for Part 2 next week. I've marked this as "Made for kids" as I made it for the Scouts. RUclips will not allow comments for this reason.
Possible PSU current tracking problem?
Просмотров 1192 года назад
I noticed that the current on my PSU wasn't hitting target while using it to test some LEDs and choose brightness. I think this is only an issue on Channel 1. Channel 2 hits target. Voltage still fluctuates but maybe there are other things going on. It's not easy to tell without the proper test equipment. Talking to Aim-TTI, it seems this PSU is designed to give me higher current at trade-off o...
Using Morse Runner
Просмотров 3944 года назад
I made this to show a friend what Morse Runner is. I'm having to focus on the code as I'm just learning, so it's hard to narrate as I go. This is a Morse Code Amateur Radio Contest simulator. It's being run in Single Call mode which means that the other simulated operators are queueing up one at a time to talk to me, rather than all piling in. I don't need to handle listening to many at once! T...
KX3 into Anker Sound-Core Mini
Просмотров 315 лет назад
Testing on an AM signal and trying to find some Morse Code.
KX3 and Anker Sound-Core Mini - Morse Code
Просмотров 1115 лет назад
Testing the Sound-Core Mini with the Elecraft KX3 for CW receive. One thing I note is that sidetone isn't so obvious. Not so clear why. (Urban situation so lots of RF noise here. Antenna is half wave end fed which doesn't seem to like the rain which it's been out in for a day now)
Using zero beat to test the KX3 tuning against the 10MHz WWV signal
Просмотров 5085 лет назад
The signal is weak in England but was strong enough last night. I wondered how accurate the tuning frequency in the KX3 was so used the WWV signal to check it. This works as the two signals - the received signal and the spotting signal generated by the radio - interfere with each other. When the frequencies are close the two signals move in and out of phase with eachother and alternately reinfo...
The KX3 tuned to the same station as the TenTec in previous video
Просмотров 475 лет назад
See ruclips.net/video/KuHUkOizpLE/видео.html
Testing my old Ten-Tec 30m kit radio, listening to FT8 and buried Morse
Просмотров 645 лет назад
Testing my old Ten-Tec 30m kit radio, listening to FT8 and buried Morse
First test with the Pimori InkyPhat E-Ink display for Raspberry Pi
Просмотров 1,5 тыс.7 лет назад
First test with the Pimori InkyPhat E-Ink display for Raspberry Pi

Комментарии

  • @ergosum5260
    @ergosum5260 Месяц назад

    I have thd same problem, i suspect yhe pcb design. Espressif specifically states no pcb or traces within 1.5 cm of the antenna and these cheap boards have a ground pland directly under yhe antenna. Check the Espressif pcb design guidelines.

  • @crouchingchicken007
    @crouchingchicken007 10 месяцев назад

    You don't get more than 12m using espnow

    • @richardcorfield9926
      @richardcorfield9926 10 месяцев назад

      They use our WiFi network now, which they can reach.

    • @TheRainHarvester
      @TheRainHarvester 8 месяцев назад

      I was told 100meters!

    • @crouchingchicken007
      @crouchingchicken007 8 месяцев назад

      @@TheRainHarvester haha they lied to you. Unless you build a strong antenna specific for thr radio frequency that has an antenna port from the chip. But then you might as well use LORA

    • @TheRainHarvester
      @TheRainHarvester 8 месяцев назад

      @@crouchingchicken007 i think the guy with the Swiss accent told me. He actually tests stuff. Oh Maybe his was esp32...

    • @crouchingchicken007
      @crouchingchicken007 8 месяцев назад

      @@TheRainHarvester haha I follow him too. Nevertheless, these are all esp32 the espnow protocol is weak. I've developed a few use cases and was limited by the distance of the signal if we kept everything as is and using on board RF of the chip. Nothing more than 12 meters distance in fairly open areas

  • @richardcorfield9926
    @richardcorfield9926 5 лет назад

    Silly me - It had switched to Iambic-A mode when I did the firmware reset. That explains why I was getting K not C whenever I wanted C - or when I tried to compensate I got gibberish. Radio now back in Iambic-B and I can send C reliably again.

  • @richardcorfield9926
    @richardcorfield9926 6 лет назад

    The Ten-Tec does have a multi pole crystal IF filter though, which is really good. A dedicated CW transceiver with a suitable filter for that job.

  • @richardcorfield9926
    @richardcorfield9926 6 лет назад

    I compare the KX3 here: ruclips.net/video/zOTFhVLNCFY/видео.html

  • @richardcorfield9926
    @richardcorfield9926 6 лет назад

    Receive current on the T-Kit is about 30mA. Did I say 10m? I meant 10MHz honest!

  • @jameschip22
    @jameschip22 6 лет назад

    Is the fading in and out of the text visible when you look at the actual device or is it something to do with the refresh rate of the screen while it updates getting caught by the camera?

    • @richardcorfield9926
      @richardcorfield9926 6 лет назад

      That is what it does. It makes it useful for infrequently updated displays like the children's scoreboard. But things like putting a clock on it or a "time since last update" timer would not be practical.

  • @richardcorfield9926
    @richardcorfield9926 7 лет назад

    The source code is available, which will both help me to see what it is doing where, and find the public API github.com/pimoroni/inky-phat

    • @richardcorfield9926
      @richardcorfield9926 7 лет назад

      Behaviour differs between v1 and v2 of the display, with v1 looking more complete in this regard. Update code at github.com/pimoroni/inky-phat/blob/master/library/inkyphat/inky212x104.py#L138 I'll have to look at the data sheet to understand it. I can imagine working at this low level it's possible to achieve a fair amount. We see at this line (at time of me writing this comment) that V2 can't work in partial mode. Partial mode would have made things better for me, being able to update a "Last reading taken at" clock while not flashing the main display if nothing has changed. github.com/pimoroni/inky-phat/blob/master/library/inkyphat/inky212x104.py#L328

  • @richardcorfield9926
    @richardcorfield9926 7 лет назад

    I can check to see if it is a ghost image by changing the text.