Search found 934 matches
- Thu May 26, 2022 11:41 am
- Forum: Feature Requests
- Topic: E-paper display driver (e-inkt / epaper)
- Replies: 3
- Views: 62
Re: E-paper display driver (e-inkt / epaper)
Thanks they do look good, I've put them into my AliExpress basket and will see if I can get some budget together to get them for testing and development.
- Thu May 26, 2022 10:31 am
- Forum: Bug Reports
- Topic: PIC Timer interrupt calculation
- Replies: 2
- Views: 47
Re: PIC Timer interrupt calculation
Hi Martin, Hmm that's strange maybe something for us to explore in the executable. Here is the XML from the definition file for timer 2 and it seems to be setting the clock divider (clkdiv) correctly to 0 when the selected source clock speed is unknown. Maybe Flowcode is incorrectly assuming a clkdi...
- Thu May 26, 2022 10:24 am
- Forum: Projects - App Developer
- Topic: Pass measages
- Replies: 20
- Views: 363
Re: Pass measages
Hi Wayne,
Ok thanks I'm looking into it for you now.
Ok thanks I'm looking into it for you now.
- Wed May 25, 2022 3:50 pm
- Forum: General
- Topic: ESP32 Can't compile
- Replies: 11
- Views: 1818
Re: ESP32 Can't compile
Hello,
Please can you try moving the Flowcode project to a path without spaces and see if you get the same error.
e.g. C:\Flowcode\Red\Test.fcfx
Please can you try moving the Flowcode project to a path without spaces and see if you get the same error.
e.g. C:\Flowcode\Red\Test.fcfx
- Wed May 25, 2022 3:44 pm
- Forum: Projects - App Developer
- Topic: Pass measages
- Replies: 20
- Views: 363
Re: Pass measages
Hi Wayne,
Do you have two network comms components in your program or are you trying to pipe all the comms through one? I think you will need to have two components if you don't already.
Do you have two network comms components in your program or are you trying to pipe all the comms through one? I think you will need to have two components if you don't already.
- Wed May 25, 2022 2:12 pm
- Forum: Feature Requests
- Topic: BME688 ESP32 ESP8266 Rasberry PI AVR
- Replies: 8
- Views: 592
Re: BME688 ESP32 ESP8266 Rasberry PI AVR
Great thanks Stefan, What's still not clear to me is how to set the temperature of the hot plate and use that to test for a specific gas and from that work out the air pollution level. This isn't in the datasheet so might need some playing with to get some good results. I wonder if we can integrate ...
- Wed May 25, 2022 1:04 pm
- Forum: Feature Requests
- Topic: BME688 ESP32 ESP8266 Rasberry PI AVR
- Replies: 8
- Views: 592
Re: BME688 ESP32 ESP8266 Rasberry PI AVR
Hello,
Right I've gotten the component a bit further now so it can now set the temperature of the hot plate and do a gas resistence reading. I've exported the component and pushed it to the update system.
Let mw know how you get on if you have a go.
Right I've gotten the component a bit further now so it can now set the temperature of the hot plate and do a gas resistence reading. I've exported the component and pushed it to the update system.
Let mw know how you get on if you have a go.
- Wed May 25, 2022 10:05 am
- Forum: General
- Topic: XPT2041 & SPI Conflict
- Replies: 2
- Views: 72
Re: XPT2041 & SPI Conflict
Hello, SPI can run in 4 different modes to do with the clock polarity and phase. Normally a slave device will be compatible with at least two of the modes. https://www.analog.com/en/analog-dialogue/articles/introduction-to-spi-interface.html If the two devices you're using have conflicting modes the...
- Tue May 24, 2022 9:08 pm
- Forum: Bug Reports
- Topic: STM32-SPI-ILI9488
- Replies: 16
- Views: 387
Re: STM32-SPI-ILI9488
Ho Jorgen, Yes please if you don't mind that would be very much appreciated. I've had a dig and the only one I have here is the parrallel version so would be very useful to get this working. My address is Ben Rowland The Factory Matrix TSL 33 Gibbet Street Halifax HX1 5BA let me know if you would li...
- Tue May 24, 2022 12:45 pm
- Forum: General
- Topic: CAN Component - Buffer
- Replies: 2
- Views: 55
Re: CAN Component - Buffer
Hello, The buffer parameter is ignored for GetRxData and GetRxDataCount macros. Both of these use the buffer from the last positive CheckRx macro call. Are you using internal or external CAN? If it's external you could maybe try running the SPI at a faster rate or calling CheckRx more often. If it's...