Search found 3 matches

by atinypuppy
Thu Jul 06, 2017 4:33 pm
Forum: Programs, Libraries and Tools
Topic: Redis client, packaging questions
Replies: 22
Views: 17808

Re: Redis client, packaging questions

Do you know if this code works with a WiPy 2.0? I have both a Wipy 1.3 and 2.0 but I would prefer to use the 2.0 because it has better ADC bandwidth. I am able to connect the 1.3 to Redis but I am not able to get any keys. It claims the keys do not exist. Any ideas?
by atinypuppy
Fri Jun 30, 2017 5:16 pm
Forum: ESP32 boards
Topic: Connecting to Redis client
Replies: 2
Views: 2578

Connecting to Redis client

I am trying to connect my WiPy 2.0 to a Redis server. The goal is to have the Wipy take data and occasionally look at a Redis key for new instructions. I am not very good with networks and I was wondering if anyone here could help me or just point me in the right direction. :?:
by atinypuppy
Tue Jun 27, 2017 5:57 pm
Forum: WiPy and CC3200 boards
Topic: WiPy Multi-threading
Replies: 0
Views: 2755

WiPy Multi-threading

I'm attempting to multi-thread data collection to get a better bandwidth. I am using the Timer micropython class. This code takes one data point into my array but doesn't loop like I wanted. Am I missing some piece of code? Does the way I setup my timer make sense? [def _addData_(): global adcPin gl...