I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
I just did a quick diff using these two commands
> find nRF5_SDK_12.0.0_12f24da/ -type f | grep --text -v -e "c$" -e "h$" -e "s$" | sed 's/.*\///' | sort -u > exclude_list...
Hi
we are switching from NRF51 to NRF52.
Putting the same (very basic) inits for sd and advertising, leads to NRF_ERROR_INVALID_PARAM..
This is my source:
#define...
Hi,
I downloaded the latest SDK V12, coped the example HEX from the BLE Beacon and it worked fine.
I tried to then compile using Keil, it compiled, but I noticed that in...
Hello,
I am currently using the TWIS (slave!) peripheral to get data from a I2C master. Now I would like the ability to place the nRF52 in deep sleep mode with sd_power_system_off...
i am using UART service for implementing BLE App on iPhone-4s by using objective-c.
i downloaded old source code of UART but it can't work.
so can i get latest updated UART...
Hello Everyone,
I am working on nRF51 can any one tell me how can i get current time in microsecond?
micros() return current microsecond time in arduino. I wants same...
I am new at this, I need to enable the OTA DFU mode on a nRF51822 QFAC chip on a pcb (the pcb has bluetooth).
how can I program it? what do I need to configure?
I am trying...
Hello,
I can't copy file from mail after updated nRF Toolbox to v4.0.4. (iPhone5s & iPhone 6Plus)
The app crashed when I select Copy to nRF Toolbox.
Any solutions?...
I found we have to build micro-ecc.lib on our own, so I follow the below link to start to build it:
Installing micro-ecc
Then, we meet the below to errors:
Makefile...
Im based in the example of SDK12.0 - MULTILINK_CENTRAL and i have to know the RRSI value in dbm if it is possible from the peripheral device that is connected to me but i...
nrf52 restart from main() after hit breakpoint and enter [Go] under IAR. It looks like there is some kind timer or watchdog to reset system etc... if stay in breakpoint (...
I have a PMIC in the device that I am building which will eventually take over from the battery. But I have to program the PMIC on startup, using the nRF52. I am trying to...