I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
Ummm. :)
I'm hoping that I've done something silly.
It looks like I'm unable to configure a project.
Because the save option has vanished.
Another observation...
I am developing a Central/Peripheral application with SDK 15.2.0 for s132 device on nRF52 development kits. I switch back and forth between my application and the example...
Hi, I'm having a bit of an issue with the proxy_enable() & proxy_start() functions when they are used in tandem with the flash manager module.
Some info on my setup:
...
I would like my BLE device to communicate with Desktop using HID service & with a phone using custom gatt service. I know its just adding one more service but is it possible...
Hello All,
I'm trying to create a client device that toggles LEDs on a server on and off using the NRF52840-DK.
My modified Client code is giving me Mesh error 5 when...
In which state are the configured UART pins if the device is held in RESET for nRF52832?
We want to use the UART to communicate with the host without the nRF52832 in certain...
Hi, I have a project where an STM32 controller has the updated binary file for nRF1822 in flash and it will upgrade the firmware on nRF1822 with the serial implementation...
I am trying to add "Softdevice_handler" to project under nRF52 SDK_15.0.3
But i couldn't find "Softdevice_handler" in nRF SDK_15.0.3 and it is there in SDK 11
How to add...
Good afternoon,
The 'sd_ble_gap_device_name_Set' seems to have a limit of 10chars when defining the device name. In principle, it should be 31. Why do I have this limit...
Hi
I would like to use a 2.4Ghz remote controller for a project but I did not find any example/documentation on how to use 2.4 frequency with my nrf52.
Can someone...
Hi
I would like to use a 2.4Ghz remote controller for a project but I did not find any example/documentation on how to use 2.4 frequency with my nrf52.
Can someone...
nRF52840-DK 2pcs, one TX broadcast signal software, one RX software. RX can receive TX.
My nRF52840 product 2pcs, one TX broadcast signal software, one RX software. RX can...
Hi,
I am working with a motion sensor which sends a message when it detects a motion. I am communicating between the nRF52 DK and the sensor via UART. I am able to receive...
Hello,
I am interfacing nRF52840 DK with the MAX30101 sensor. I am able to execute all the TWI transactions necessary by using port 0 pin 27 as SCL and port 0 pin 26 as...
Hi,
As background, what I am trying to implement is continuous uninterrupted SPI master output from the nRF52840, compatible with the MCP4822 two-channel 12-bit DAC. The...