Search found 8 matches

by dweinho1
Wed Oct 12, 2022 7:43 pm
Forum: Other Boards
Topic: [Portenta H7] Understanding UART/SPI/I2C naming
Replies: 1
Views: 33953

[Portenta H7] Understanding UART/SPI/I2C naming

I purchased a Portenta H7 and am looking to use it for a project. I ran into a problem with the naming/pinout lineup. If I look at the pinout page, I see that there are the following UARTs: 1,4, 6, and 8. pins: https://github.com/micropython/micropython/blob/master/ports/stm32/boards/ARDUINO_PORTENT...
by dweinho1
Tue Aug 02, 2022 11:47 am
Forum: Raspberry Pi microcontroller boards
Topic: EtherNet/IP Adapter
Replies: 3
Views: 2438

Re: EtherNet/IP Adapter

Ah didn't realize there was a built in W5500 with an RPi. In any case, I definitely planned on the W5500 for the physical ethernet layer. Was more curious if anyone had thoughts on the software side of things :)
by dweinho1
Mon Aug 01, 2022 4:48 pm
Forum: Raspberry Pi microcontroller boards
Topic: EtherNet/IP Adapter
Replies: 3
Views: 2438

EtherNet/IP Adapter

Hi all, EtherNet/IP is becoming a bigger and bigger part of industrial communications. I thought it would be really neat to use an RPi 2040 to act as as a gateway to handle communications and interface with another board over UART. The idea being that one core would handle the EIP side of things and...
by dweinho1
Sat Apr 02, 2022 7:25 pm
Forum: MicroPython pyboard
Topic: Help understanding the SC16IS740 datasheet. SPI to UART registers
Replies: 1
Views: 1929

Re: Help understanding the SC16IS740 datasheet. SPI to UART registers

As a little update in case anyone searches for the SC16IS740 in the future. I am getting reading and writing registers at this point but it is intermittent. Seems like I am going to have to break down and get a logic analyzer. Meanwhile I am doing the following (basically what I wrote above): LCR_re...
by dweinho1
Wed Mar 30, 2022 11:26 am
Forum: MicroPython pyboard
Topic: Help understanding the SC16IS740 datasheet. SPI to UART registers
Replies: 1
Views: 1929

Help understanding the SC16IS740 datasheet. SPI to UART registers

Hi all, I am back with a simple question. I am using a pyboard to communicate with a six devices over UART. Of course it only has five UARTs available so I am using a breakout board with a SC16IS740 SPI to UART converter. https://www.digikey.com/en/products/detail/mikroelektronika/MIKROE-3349/996030...
by dweinho1
Tue Mar 08, 2022 3:55 pm
Forum: MicroPython pyboard
Topic: Hardware DMA for ADS1118 via SPI
Replies: 8
Views: 5015

Re: Hardware DMA for ADS1118 via SPI

Robert, please update if you end up doing this. I am unexpectedly not going to work on this for a couple of weeks. So if you tackle it before I get to this, I'd love to utilize your work. Though doing this myself would be a good learning experience. :)
by dweinho1
Sun Mar 06, 2022 9:11 pm
Forum: MicroPython pyboard
Topic: Hardware DMA for ADS1118 via SPI
Replies: 8
Views: 5015

Re: Hardware DMA for ADS1118 via SPI

Raul, Thanks so much for providing this! This should work for me. I did some poking around for current drivers out there but couldn't find any so this fantastic. I'd still be interested in implementing DMA, but I realize I am asking for a lot of support. I am planning on doing quite a bit with my co...
by dweinho1
Sun Mar 06, 2022 5:50 pm
Forum: MicroPython pyboard
Topic: Hardware DMA for ADS1118 via SPI
Replies: 8
Views: 5015

Hardware DMA for ADS1118 via SPI

Hello all, I am looking to setup a Pyboard 1.1 to read data from multiple ADC channels using an ADS1118. I'd like to read a continuous data stream from multiple channels on the ADC. To do this, I believe I need to setup DMA to write data into buffers. Here is the ADS1118 datasheet: https://www.ti.co...