Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
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...
Hi!!
I am measuring the current consumption of nRF 52832.
However, it shows a very high average consumption current value of 9 mA at all times.
I think that it is probably...
Could I please know the difference between "Simple ON/OFF" model and "Generic ON/OFF" model ? Are both the same and only name is different in SDK versions?
Hi
I try to use the NRFX drivers for some GPIOTE pins and uses SDK15.2. I see a lot of posts about problems with the NRFX drivers, but I can't seem to find a conclusion...
Hi
I am trying to add the Manufacturer Name and other version details while advertising the BLE Module.
I have tried to add the some of the function which are detailed...
Hi,
I am using nRF5_SDK_14.2.0, I am using the watchdog, but I would like to change the reload value but I cannot do it.
I used this function but it is not working I do...
Dear Nordic support,
I am working on a device based on the FreeRTOS heart rate example and I am having difficulties with the BLE connection when connecting to iPhone X...
Dear Nordic support,
I am working on a device based on the FreeRTOS heart rate example and I am having difficulties with the BLE connection when connecting to iPhone X...
Hi,
It seems to be a bug in hal_device_reset() when using S132.
On line 8 above the function sd_power_gpregret_set() is called with the wrong arguments. The first arguments...
can I use an nRF52840 based BLE gateway? Backhaul would be either 10/100 Ethernet (via Wiznet or Microchip controller chip) or a cellular module. Is the clock speed sufficient...
I am unable to get 6 notifications per connection event. I am connecting two nrf32832's, one as a central, one as a peripheral. To make this as simple as possible, I limited...
Hi
We are able to provision several mesh-servers.
The log on the RTT-Viewer of the client looks normal:
0> <t: 915394>, mesh.c, 178, Local provisioning link established...
I am working with the peripheral/flash_fds in SDK14. I need to adapt it to use RTT instead of uart
I have made the obvious changes to switch from uart to RTT, eg substituting...
Hi everybody,
I'm trying to use the example ble_app_hrs with s110 on the PCA10001 Board and the ble_app_hrs_c with s120 also on an other PCA10001.
I changed some led flag...