Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
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 am using nrf51822 to get DS18B20's temperature data, but I am fail to do it.
Would you please give me an sample C source code which can get temperature data from...
in nRF5_SDK_14.2.0_17b948a project, we get sensor x y z w data in a loop process, the data which print in uart shows very smoothly.
but if i push buttons many times in a...
https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role
I use this code.
The connection to thingy was successful. max connection is 10.
The discovery of...
Hello,
are there any new information about the provisioning application? I´d like to set up a Bluetooth Mesh with nrf52840PDK boards and use my smartphone as a provisioner...
Hello Everyone: I have a question: our device needs the long range function, but at the same time, it also needs to wait for the phone to connect. The device and device can...
I am using nRF 5 SDK v 14.2.0.
Store six items of data in flash memory with int or float,
In the program, the values of the six items are acquired,
I want to operate with...
Hello everyone,
I started porting our software from NRF52830 to NRF840.
I am currently stuck with a weird problem: I a unable to use and configure PINs of the NRF52840...
Hi,
I wanna automate the processing of compilation, my idea is to point all path-related files (*.c and *.h), I wrote script which is looking for all *.c and *.h files and...
Hello Nordic team
I am working on nRF52832 Dk, SDK v15.2, example "ble_app_buttonless_dfu".
Following code snippets is the GPIO configuration for pin interrupt:
ret_code_t...
Where can I find the hardware files (PCB, board layout, schematics, etc.) for the Thingy?
There seems to be a vague reference to zip file but no link.
There seems to no...
Hi All.
We are trying to do DFU on a device using s132_nrf52_5.0.0_softdevice.hex.
The DFU interrupts first time when it is around 15-20% complete.
When the DFU is attempted...
Hi!
I am using nrf52840,sdk 14.2,Keil IDE
I am using bmp180 and mpu6050 sensors.
In proximity code,I have integrated both sensors separately,It works fine.
But while...
Hi all
i'm new in both this site and nrf52
i have a question
Is there ADC CONFIG register in nrf52? i can't find ADC_CONFIG in nrf52
NRF_ADC->CONFIG = (ADC_CONFIG_EXTREFSEL_None...