I tested one with the U8g2 library with the full framebuffer graphics test example (using the ST7565_64128N() constructor, not UCX1701X() which didn’t work).
IIRC I measured around 260 uA while active and 14 nA in powersave mode (not using the 16 mA backlight). In powersave mode the display content is not visible.
The idea is to have a battery powered device to display some data.
MQTT wouldn’t work as it would be too power hungry.
I store all my TTN data in an InfluxDB database, and I expose a simple REST API to retrieve data.
So the ESP32 wakes up now and then (let’s say every hour), collect data, print them on ePaper and go back to sleep. If fresh data is needed, a button can trigger immediate collection.
ePaper is nice for this application as it doesn’t need power to maintain display
very hard to find single alu Pi backplates, size = 50 x 100 mm (a bit to high for 1HE )
I imported them from a French audio company… very streamlined order process ‘tres bien ’
I don’t know if I make the rack myself or use '10 inch rack materials
Grabbed a few of these on special last month for a remote control/automation on the warehouse/roller shutter in work to keep the warehouse manager happy. He’s always a couple of floors away from the door when the bell rings! Picked up some .mp3 players too for audio warnings. I plan to randomly “leak” qutoes from HAL9000 out of the speaker, just for a laugh! #micorpython#mqtt#nolora
Funny you should ask that question…I did this morning!
Looks like my Black Friday buy from RAK has come in early - I ordered as standard Aliexpress del’y but looks like our friends have kindly shipped as 7-10day DHL
3 x Rak Pilots + 2 x beefier external Ant’s
With 2 other self builds that should keep me busy through to and beyond Xmas
waiting for my ordered dremel kit, the aluminium from this1590BB ‘stomp’ box is harder then I thought. but it’ll make the cheapest ruggedised mobile enclosure
The nRF52832 is a Bluetooth 5.0 SoC built around an ARM Cortex-M4F CPU with floating point unit, running at 64 MHz, has 512 kB flash and 64 kB RAM, I2C, I2S, SPI. The nRF52840 has 1 MB flash, 256 kB RAM (and supports multiple protocols, including Zigbee).
I was hoping nRF52832 may be used as general purpose MCU as alternative for ‘Arduino’ AVR or as a cheaper alternative for SAMD, possibly in combination with LoRa.
(There appears to be an Arduino Core for nRF52832 but I have not had a look at it.)
I bought two of these E73-2G4M04S1B modules (€2.69 each) here to give it a try.
Does anyone know a breakout board to make these breadboard friendly?
The SDK and the documentation from Nordic are very very good. The MCU is easy to put in sleep mode (just one line !) where it consumes ~1.2uA with RTC enabled. The 32 GPIO are configurable on any peripheral (I2C, SPI, UART…). That’s my favorite MCU.
For those who loves arduino, the drawback is the use of makefile and command line. But everything is provided with SDK. There is a nRF5 project for Arduino IDE: https://github.com/sandeepmistry/arduino-nRF5.