PIC32 as WebSocket Server (rorcyberotics)
I would like to make a simple application where the WebSocket Server is the PIC32MX470 with WiFi module. Do you have any example with regard to that. I just need it to understand how a PIC32 works...
View Articleharmony tcpip problem (afdm_2020)
hi everyone,in tcpip_tcp_Client harmony project , i can connect to server(pc) then sent and receive data from it very well,but when i remove lan cable from microcontroller it dont...
View ArticleWorking with HID Bootloader from AN1388 (YG)
I am building PIC32MX470F512H sample USB keyboard app for HID Bootloader from AN1388.Will it work work with harmony application work if I just add the linker script from AN1388?Anyone tried that?..
View ArticleHowTo set up Harmony 1.05 for storing MPFSImg on SPI Flash SST25VF016B (Piwi)
Hello, I want to store the MPFSImg.bin on a external SPI SST25VF016B flash or even on a 25LC1024 SPI EEPROM since it has been supported by the MAL TCP/IP Stack v5.42. Harmony 1.05 sets up NVM internal...
View ArticleMasters harmony driver class? (gfl)
Does anyone know if there will be a class at Masters dealing with harmony drivers? I'm interested in a tutorial/class on the finer details of creating and integrating drivers into the harmony...
View ArticleBlocking delay (Skaptor)
Hi Everyone, Is there something like a blocking delayms(x); in Harmony? I know Harmony is a very sophisticated software framework with non-blocking stuff, but sometimes you just need a blocking delay,...
View ArticleHarmony and Atomic Port Operations (NKurzman)
Are these all Atomic Operations?No RMW issues? Thread safe?PLIB_PORTS_PinClear Function()PLIB_PORTS_PinSet()PLIB_PORTS_PinToggle()PLIB_PORTS_PinWrite()...
View ArticleMaximum DMA size? (MattAtHazmat)
I've got some code that will write out to the WS2812B type LEDs via Harmony, using SPI and DMA- while adapting it to a larger array (a 32x8 panel from sparkfun), I ran across a problem- whenever I made...
View Articleso not impressed !!! (John H)
I have spent so much time trying to get my head around this harmony and it's beat me !!! I tried to follow the PDF and if this is the best way to learn this ultra deep new approach, I am quitting now....
View ArticleSD-card problems ... me too! (muellernick)
Hi! At least, I'm not alone.Had a short test for the SD card moons ago and it worked. Now, that the complete chain of tasks that actually write to the card do work, I hit a roadblock. My app hangs...
View ArticleFile io is not working for 8 GB micro SDHC card in MLA V2014_7_22 (Manjunath...
Hi All ,I am already posted this query in forum but at that time i did not any proper response, for that i did some mistakes.Here is my problem : I am doing msd and fileio in single application. Both...
View Articlewifi_g_demo question about Success! ~led(0)~ (DMcAllister)
The file leds.cgi contains just the single line Success! ~led(0)~ This cgi file is referenced in the index.htm file in two places like so:•
View ArticleTCPIP stack harmony v1.05 on DM320004 (Rokx)
Hello, I'm trying to get the TCPIP stack running on my starter kit (DM320004). Installed Software:- MPLAB X IDE v3.05- XC32 v1.4- Harmony v1.05 What I already tried:- open a new project with the...
View ArticleA Solution to SDcard write problem with msd basic sdcard reader (iross)
To write to the sdcard the following changes are required :- 1. changes to _DRV_SDCARD_AddToQueue in dr_sdcard.c change if ((qObj->bufferPool.inUse == true) || (dObj->mediaState !=...
View ArticleV1.05 Harmony USB MSD Problems. (NKurzman)
I am Migrating an Older Application to V1.05. I am having trouble with the USB Host MSD. I have combed the sample Applications. And started to look at the USB registers. I am not getting the Interrupt...
View ArticleIn Harmony Graphics composer of 1.06 Harmony, please enable to set Own...
Dear Harmony Stuff In Harmony Graphics composer of ver.1.06 Harmony , please enable to set Own Unicode charactor range. I cannot found the way in Inport Font File dialog.(Please see attached screen...
View ArticleHarmony v3.05 adding a custom graphics driver (controller and display) (gfl)
I haven't run across a good list of files that needed to be modified to add a new graphics driver to Harmony, so I figured I'd post what I learned. I recently added an ILI9340 Newhaven graphics driver...
View ArticleHarmony MHC 1.05 won't compile GFX (cy_johnson@yahoo.com)
First, be sure you have the latest harmony pluggin 1.0.5.18 that comes with Harmony 1.05.Use MHC and create a new Harmony project (in this case for PIC32MX360F512L). Select "Use Graphics Library"...
View ArticlePIC32MZ EC Starter Kit : DRV PHY init failed: -1 after reset (mickael9)
Hi, I'm using the PIC32 MZ Ethernet Starter Kit and I have this problem where the Ethernet PHY initialization fails :DRV PHY init failed: -1TCP/IP Stack Initialization failed: 0x0 - Aborting! This only...
View ArticleMore Harmony Null Pointers (NKurzman)
SYS_FS_EventHandlerSet(APP_SysFSEventHandler,(uintptr_t)NULL);I some of the examples is set up in the App state Machine.since SYS_FS_EVENT_HANDLER gSYSFSEventHandler = NULL is set to null;the call to...
View Article