Carlos Pereira Atencio
Carlos Pereira Atencio
Looks the` analogWrite()` "pwm" signal on the nRF51 (now PWM hardware, so uses a timer instead) does not stop operation even after `pinMode()` and `digitalWrite()` has been applied to the...
Looks like the Tone library has not yet been implemented, which is a standard Arduino library also included in the other official cores. Has anybody looked into this before?
The default Arduino analogRead() can take 2 different values for each ADC input: 1. The "analog pin" value, which goes from 0 to NUM_ANALOG_INPUTS, which in most Arduino Uno compatible...
PR #152 updated the internal reference and prescaler for the nRF51 ADC. The nRF52 should follow a similar approach and change its default state to use Vdd/4 as reference and...
At the moment we are using port 8000, which is quite common for developers. It could be changd to some other number a bit more random, but the proper way...
The current desktop application logger only captures std out and err from the server, and logged messages from the main process. There needs to be some hook to capture any...
The desktop wrapper should fallback to run the python script if it cannot find the server executable. This will be specially useful for linux sbc.
Looks like the example might get "reloaded" after the blocks have been deleted.
Originally reported by @MadTooler on https://github.com/carlosperate/ardublockly/issues/35. Any changes made to the comments do not trigger a regeneration of the Arduino code displayed.
When a block or group of blocks is collapsed, any new variable used in that group does not get defined in the global scope. Seems like if a block group...