Joerg Hubschneider
Joerg Hubschneider
@claudioarduino I do not know how many attributes do want to create. I had a similar problem, adding service characteristics. I found that there is a native softdevice call (e.g....
@claudioarduino nrf8001 has a completely different implementation, because it acts as a external chip and is realized to tell the configuration in sent messages. I'm not deep inside, but you...
@claudioarduino I think you have to add your own Serial.println() commands to see what happens.
I will provide an minimal, incremental solution as PR, making the BLEDevice::requestTemperature() function accessible from the BLEPeripheral class.
A step forward - but not final: I assume that the compiler flags for assembler code should be set in the same way as C,CPP and LD. This would impact...
@sandeepmistry I have tried that short fix in using: ``` .cpu cortex-m4 ``` but no quick success. As a work-arround I have re-used meanwhile the related C code in puls.c...
@rogerclarkmelbourne good to know, but ASM will always be platform dependend. I'm just not be able to create the right ASM code for that and I can not judge the...
@rogerclarkmelbourne DUE has an avr-gcc. I thing this more away. RBL for the nRF51822 does it also with the C source and that has worked for me in the past....
I do not have used this function in my application anymore. This morning I have given a chance again - but I haven't got my proposal (see above) working at...