Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
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...