Search found 26 matches

by joehunt588
Sat Dec 10, 2016 8:21 pm
Forum: ESP8266 boards
Topic: I/O expander
Replies: 21
Views: 22787

Re: I/O expander

Image

Sent from my ASUS_T00J using Tapatalk
by joehunt588
Sat Dec 10, 2016 8:15 pm
Forum: ESP8266 boards
Topic: I/O expander
Replies: 21
Views: 22787

Re: I/O expander

Hi guy thanks so much helping me ,now i can read i2c n control mcp23017 Hello joehunt588, Can You Please share the Design of yours, What is the Pull Up Resistor Value that you're using ? Thank You, Hello Raj ,sorry for late reply ,i using 10k resistor for pull up,both scl and sda from i2c i install...
by joehunt588
Mon Nov 07, 2016 5:42 am
Forum: ESP8266 boards
Topic: Setting station hostname
Replies: 7
Views: 36261

Re: RE: Setting station hostname

The changes aren't in the main firmware build yet. I opened a request to bring in the changes but that is currently pending so it's not in the master branch yet. Unless there is additional feedback it looks like it might be available in the 1.8.6 version of the firmware. thanks ,really need that fu...
by joehunt588
Sun Nov 06, 2016 8:57 am
Forum: ESP8266 boards
Topic: Setting station hostname
Replies: 7
Views: 36261

Re: RE: Setting station hostname

I was looking a bit at DNS with the ESP8266 and came across this post requesting the ability to change the device's hostname. The work involved didn't look too bad so I went ahead and implemented something ( see this commit in my fork ). I wanted to get feedback to see if others thought this might ...
by joehunt588
Sun Oct 09, 2016 12:59 am
Forum: ESP8266 boards
Topic: ssd1306 using I2C on the esp8266
Replies: 54
Views: 64040

Re: ssd1306 using I2C on the esp8266

I didn't save the snippets that I normally use, but here's one that I recently used to generate data for a 2-bit font: import pygame colors = { (0, 0, 0, 255): 0, (102, 102, 102, 255): 1, (204, 204, 204, 255): 2, (255, 255, 255, 255): 3, } image = pygame.image.load("font.png") images = [] for tile_...
by joehunt588
Wed Oct 05, 2016 1:47 pm
Forum: ESP8266 boards
Topic: Socket with IP filtering
Replies: 0
Views: 5685

Socket with IP filtering

Hi Guy, i wanna share my code using socket,by set esp8266 as access point this code can filter banned ip address,this code can treat as AT command protocol . Please give comment , server.py: #for ESP8266 import socket sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.setsockopt(socket.SO...
by joehunt588
Wed Sep 14, 2016 12:40 am
Forum: Development of MicroPython
Topic: ARMv8 (AArch64) port
Replies: 9
Views: 47057

Re: ARMv8 (AArch64) port

Now i understand,thank you platforma,its time for me to learn c also :D

Thank you guy
by joehunt588
Tue Sep 13, 2016 6:54 am
Forum: Development of MicroPython
Topic: ARMv8 (AArch64) port
Replies: 9
Views: 47057

Re: ARMv8 (AArch64) port

Thanks dhylands ;) , if i using this debian for DragonBoard 410c https://github.com/96boards/documentation/wiki/Dragonboard-410c-Installation-Guide-for-Linux-and-Android do i need to tweak the cross compiler?,is there any tutorial or link i can learn to tweak?,and if cross compiler is success to cal...
by joehunt588
Tue Sep 13, 2016 12:59 am
Forum: Development of MicroPython
Topic: ARMv8 (AArch64) port
Replies: 9
Views: 47057

Re: ARMv8 (AArch64) port

hello,
i also interest to do upython on DragonBoard410c, may i know where i can get reference to build fw for this board ,can i use this FW :http://micropython.org/download/ or can link me a tutorial to build this board FW,
by joehunt588
Wed Aug 24, 2016 9:30 am
Forum: ESP8266 boards
Topic: New chip ESP8285
Replies: 32
Views: 39320

Re: New chip ESP8285

Can i order it at element14

Sent from my ASUS_T00J using Tapatalk