Questions tagged [nrf52]

The nRF52 is a series of system on chips (SoCs) from Nordic Semiconductor suited for Bluetooth Low Energy and ANT operations. The chips are built around a 32-bit ARM Cortex M4F CPU.

The nRF52 is a series of system on chips (SoCs) from Nordic Semiconductor suited for Bluetooth Low Energy and ANT operations. The chips are built around a 32-bit ARM Cortex M4F CPU [1].

[1] https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52832

169 questions
-1
votes
1 answer

Trouble figuring out syntax for pointer casting

I was working today when I came across the following function: void button_scheduler_event_handler(void *p_event_data, uint16_t event_size) { button_handler(*((nrf_drv_gpiote_pin_t*)p_event_data)); } with button handler defined as the…
-1
votes
1 answer

I'd like to use the Adafruit nrf52 feather with a rotary encoder. I'd like to see a working example of sending media and other control keys

I'd like to use the Adafruit nrf52 feather to build a bluetooth keyboard emulator. I'd like to see a working example of sending media and other control keys.
Ken
  • 1
  • 2
-1
votes
1 answer

nrfjprog permission issue in clion IDE

I am using the nrf52 from nordic semiconductor on Mac ox. setup is done and working great using this method I am facing issue during the flash using IDE. of course I am using nrfjprog for flashing. nrfjprog is working with terminal but not with…
-2
votes
1 answer

Identifying C syntax

So I was studying some tutorial code for a BLE implementation, and I came across this syntax which I have never seen before. &p_ble_evt->evt.gatts_evt.params.write; It is the &foo;bar-&baz part i'm unsure of. I tried 'googleing' the code…
Sorenp
  • 320
  • 2
  • 12
1 2 3
11
12