Doorgaan naar hoofdcontent

Posts

Er worden posts getoond met het label smart cities

versions of TiMO (tank beer monitoring system) #oetelx

DuoTank version of new TiMO tank monitor unit, approx 53x32x12 mm total size. The new version is the same size as a 9 Volt battery. As you can clearly see this latest one matches the DuoTank logo. (contact Duotank for purchase / implementation details) Screenshot of #ABI dashboard Timo Tank monitor, showing levels declining, speed and date. 2 early TiMO units on table, this version used a separate light source. Previous versions were reliable but fairly large. This one is still in operation. TiMO unit on tank, still operational on location. This is an early model. TiMO dashboard as used by customer, showing locations and online status/levels of all tanks. This data is pushed to brewery ERP system to automatically optimize route planning of tanker vehicles. Currently installed in 23 location in the Netherlands with 100% uptime. Find more content using hashtag : #oetelx

wiznet W7500P cortex M0 circuit board and FreeRTOS 9.0.0rc2 working

I have made my new cortex M0 based microcontroller board operational with FreeRTOS. The chip is a W7500P - a cortex M0 with 16KB SRAM and 128KB Flash - hardware tcp/ip stack incl mac/phy on board (P101G) This chip is a single chip microcontroller/ethernet/internet IoT solution, no software TCP/IP stack that can fail or hacked. For TCP/IP buffers it has another 32KB SRAM, this can be used by 8 simultaneous TCP connections (sockets open at same time). I like this chip because it eliminates a lot of other stuff on the board. It is fast, and has lots of IO. I added a SD-card connector for data-logging applications. My main application will be small measurement and control applications, adding network easily and securely, super fast bootup times (0.1 sec instead of 20 sec, no linux based board with large bodies of software) ADC : 12bit, 8ch, 1Msps DMA 6-channel DMA controller Peripheral supported: UARTs, SPIs GPIO 34 I/Os  Debug mode Serial Wire Debug (SWD) Tim...

LoRa range experiments Urban test

Yesterday and some days before I did some experiments in testing the LoRa radio modules I have from microchip. The modules were connected to some laptops over USB serial. I wrote some python scripts to send data using the pyserial library. One laptop was sitting on a table indoors, no real antenna, just a piece of wire. The other laptop was outdoors, walking around, no real antenna, just a piece of wire. The spreading factor for LoRa was SF12, power was set to high. Further details available on request. (email me) This experiment was very successful, about 1 kilometer, good connection, no loss of data. In the picture above, Richard is holding the laptop and the RF module, we are about a kilometer away from TX and get perfect data, on the overpass above the A2 road. But when we got between a lot of buildings, the results were not that good. At 700 meter we lost connection. 500 meter was mostly fine. In Tilburg an experiment was done.. and 500 meter urban was not...

LoRaWan modules arrived (Long Range Low Power RF links)

Today the first LoRa modules arrived. I will be hooking these things up to a new board I am working on, it also contains a W7500P from wiznet (a cortex m0 with ethernet/IP/TCP stack inside) I Chose the complete LoRaWan implementation module from microchip to get started quickly. It communicates using a serial port using readable ASCII commands to the controlling MCU. Next step is making a break out board for this thing, it looks big but is only about 26.7 mm long and 3.3 mm thick. I will keep you updated. What is its use? It can communicate over RF (868 MHz) using LoRa protocol, using very little energy and over a very long range (10 km??) I am working on a easy to install sound-level and energy-monitoring/control system and think these modules can solve a piece of my very complex puzzle. It appears everyone in the world is jumping on the bandwagon right now to enable this IoT stuff, but real results and implementations are hard to find. If you need something like this, ...