Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
HI ,
I need the nrfutil commands used to generate the following zip file
softdevice only
bootloader only
softdevice + bootloader
softdevice + bootloader + application...
Hi,
I am using nordic semiconductor nrf52840 development board and segger embedded studio. I want to write a code to switch on led when button is pressed. Is there an example...
Hi at all,
nice to join the community
At the moment I'll try to initialize the ble_stack_init(). I use the Keil v5 with the Softdevice s132 on the nrf52832.
So the problem...
When make calls
with the intention of flashing the 10040 device, I get the following:
ERROR: The --family option given with the command does not match the device connected...
on nrf52810 datasheet current consumption:1.5 µA at 3 V in System ON mode, with full 24 kB RAM retention, wake on RTC,But Online Power Profiler,Idle current 1.1µA.Idle current...
I am following the "get started reference of nRF52840"
https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK/GetStarted#infotabs
I cannot explore...
Hello,
I have two quastions
(1)
I am trying to run nrf5-mpu-simple written by , but there are just Keil's examples on Github and I am working in SES. There is written...
Hello,
I have developed an application that transmits a string as a notification to the phone app whenever there is a corresponding command received from the phone app....
Hi
nRF52 dongle as beacon---- Code used ble pheripheral/ble_app_beacon/pca 10056/s140
nRF52840 DK as scanner ----Code used ble_app_uart_c_pca10056_s140
what changes...
Simple question:
Is possible a central to evaluate RSSI before connecting to a peripheral?
The idea is to make central device connect and bond to a peripheral only if...
I'm writing some DVT tests what I'd like to see the output from the test display in real time on a RTT log. By real time I mean that if a log statement prints something, I...
I've been running into an issue when running examples from SDK 15.2 (S132 6.1.0) on a custom board that uses a Fanstel BC832 (uses 52832 soc) module.
At the moment I have...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0, using gcc. I only just got it to link and flash. I'm using the RTT logging and the flashlog. The RTT logging is working...
I have just received a set of nRF52840 dongles and I want to write applications that run on the PC using the dongle so I have downlaoded the pre-compiled pc-ble-driver located...