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 @ all,
We discovered a bug in the Nordic TLS API, which only appears once a secure TCP connection that makes use of certificates is to be established.
The provided...
Hello All,
I'm developing a BLE sensor based on the nRF52832 which needs to do the following:
Use an (i)Beacon for the user to find the sensor with an App on a mobile...
nRF52832 has errata about gpiote as below.
3.29 [97] GPIOTE: High current consumption in System ON Idle mode
So I want to use PORT event for gpio interrupt, but PORT...
Hi all,
I programed hex file (blinky example) to nRF51DK via nRFgo Studio, and the board could work fine (keep blinky).
However, the nRF51DK will work FAIL (LEDs are not...
Hi,
I need to monitor voltage very frequently, have access to the latest value and also to have interrupt on low limit.
But I do not want to have interrupt on EVT_DONE,...
Does anybody knows exact number of the "4 SIG fixed group addresses"?
Is it 0x00? or other?
In the SIG document, there is below chapter.
Group Addresses
A Group...
Hello Sir,
I have developed a product on nRF52832 DK kit and using S132 soft device. I want to flash this same hex file into SparkFun nRF52832 using nRF52832 DK. But i...
I'd like to use nrfjprog to read contents of QSPI external memory. (I'm using an nRF52840-QIAA on a custom PCB, based on the PDK.)
Using application firmware I am able...
Hello
i am using nrf52840 dk with sdk 13.0r3 software.
on first board, using example ble_app_hrs_rscs_relay example.
on second board, using example ble_app_hrs_peripheral...
Hi,
On my single I2C Bus, I have interfaced 4 I2C slave devices.. Now my voltage level of this bus behaves randomly. sometimes It shows 3.3V, but most of the times It stays...
Hi all,
We are currently under FCC certification testing for our custom BLE module based on nRF51822 but failed with the average power exceeding the limit. Nordic Semiconductor...
I'm following the tutorial Development with GCC and Eclipse, but have problem when use GCC to compile project that use PWM library.
I found that when compile the code with...
Hello,
I am getting data from UART and extract NRF BLE packet.
I check the CRC Flag and its OK. But sometimes the UART has some error and I have to check the 3 CRC bytes...