ArduinoCore-primo
ArduinoCore-primo copied to clipboard
Arduino core for nrf52 cpu
https://github.com/arduino-org/ArduinoCore-primo/blob/9cfaadcb15b0750070162c57107955481ee2f71f/libraries/SoftwareSerial/SoftwareSerial.h#L41
Code in [https://github.com/arduino-org/arduino-core-nrf52/blob/master/libraries/BLE/examples/Peripheral/serial/serial.ino](BLE Peripheral Serial Example) calls `.status()` method in line 49 - status method not being pulled from Peripheral class correctly (code fails on compile)
Add support for GPIO port 1 -> P1.00 to P1.15 Base address = 0x50000300 [Nordic SDK](https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/gpio?324#topic) https://github.com/arduino-org/arduino-core-nrf52/blob/9cfaadcb15b0750070162c57107955481ee2f71f/cores/arduino/components/device/nrf52.h#L2040
Hi, Its great library and I have tested it with primo but the primo seems discontinued on the store, and I wish to test this library with BLE Nano2 as...
Hi all, I have been looking at the iBeacon and eddystone examples, but cant really find what i need. I would just want to make a non-connectable beacon that sends...
Hi, I was trying to compile BLE Central role example for nrf52 DK but failed. What's needed to make the library compatible with non-Primo boards?
Is this chunk needed henceforth? See, e.g., [Softwareserial and Math Calculation issue](https://forum.arduino.cc/index.php?topic=390295.msg2688846#msg2688846). --agc
The defines in nrf_lpcomp.h need to be corrected to ``` NRF_LPCOMP_REF_SUPPLY_1_16 = LPCOMP_REFSEL_REFSEL_Ref1_16Vdd, /**< Use supply with a 1/16 prescaler as reference. */ NRF_LPCOMP_REF_SUPPLY_3_16 = LPCOMP_REFSEL_REFSEL_Ref3_16Vdd, /**< Use supply with...
dear sir I'm trying to run you'r ble multirole example on an nRF52 breakout board, but i get the following error:" fatal error: ble_conn_state.h: No such file or directory". do...
I wasn't sure which repo to log this against. I've logged the same issue against the BLEPeripheral API here: https://github.com/sandeepmistry/arduino-BLEPeripheral/issues/204 To repeat: I'm using a Primo and I'm transmitting temperature...