WIP: DIY nRF82540 NiceRF 868 4.2 Inch ePaper

I have updated my prototype currently powered via USB-C 5V and changed to using the Waveshare LoRa module

Here is the 12 parts below used, headers and wire to connect up, used a hand drill to make opening for the coil on the 3.3V rail

The Waveshare Core1262-868M Anti-Interference SX1262 LoRa Module is better than the NiceRF LoRa used with the first prototype as it adds TXEN and RXEN ability (ability to enable and disable transmit and receive) and has uFL to SMA antenna connection

Also this just requires a small change to the current firmware variant.h file

#define SX126X_TXEN    (32 + 13)      // TXEN        P1.13 NiceRF 868 dont use
#define SX126X_RXEN    (32 + 10)      // RXEN        P1.10 NiceRF 868 dont use
#define SX126X_E22

This change has been merged

Currently testing with fw 1.2.63 (backported)


Raspberry Pi Proto Hat Shield Extension Board also for Raspberry Pi Model

DESPI-C02 E-Paper board

nRF52840-pca10059-v1 (Nordic USB Dongle)

Waveshare Core1262-868M Anti-Interference SX1262 LoRa Module, EU868 Band

USB C Connector Breakout with Headers

6.For 3.V Rail Power
Coil 33UH Inductor

  1. LoRa bypass capacitor
    Capacitor Ceramic 100nF (10 Pack)
    https://www.robotics.org.za/100NF-10?search=100NF-10

  2. LoRa bypass capacitor
    10uF Capacitor
    https://www.robotics.org.za/CAPKIT?search=CAPKIT

  3. Power
    AMS1117-5V-to-3V-Regulator-Module
    5V to 3.3V Step-Down Power Supply - Bot Shop

SMA Female to uFL u.FL IPX IPEX Extension Cable

868 Mhz Antenna

4.2inch 400x300 e-Paper (GDEW042T2) -

I am busy testing these 2 options for power from LiPo 18650 batteries

  1. 2 x LiPo 18650 for 7.4v (currently testing)
  1. 5v 2 x 18650 boost board (still todo)

The 2 x 18650 LiPo 7.4v batteries lasted just over 64 hours and at 71 hours the voltage dropped too low to keep the device powered (the 3.3 Voltage regulator requires 4.3V or more too still operate)

1 Like

For such kind of low power, if integrate all those stuffs in to one PCB and place it into waterproof case. The power switch may not necessary anymore.

1 Like

The 5v 2 x 18650 boost board lasted about 50 hours

I received another dual battery charger to try out next
It even offers 3.3v output

image


DF Robot 2 x 18650 Holder - 3.3V & 5V Out

This DF Robot is quite nice as it has a power on off button and can charge via USB-C or Micro-USB

In order to get some more battery usage statistics, i bought a RIDEN® UM24C USB 2.0 Color LCD Display Tester Voltage Current Meter

This allows power usage monitoring over Bluetooth

I starting using


but im yet to see the Accumulated value increase ?

As I just started I will see if it increase later

I see the accumulated value is actually available on the UM24C’s screen

1 Like

The accumulated usage starts to show connected to the M5 CoreInk

M5 CoreInk peaks at 180mA whilst the nRF82540 only peaks 90mA usage

Here is a 4 x 18650 Cell version I recently received

image