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...
Hello Everyone,
I am an experienced engineer but actually a beginner with Bluetooth technology. I am working on a project that uses a Fanstel BT832AF Bluetooth module. This...
Hi,
I need to be able to put larger strings in the scheduler. At the moment the maximum accepted values for init are the following:
#define SCHED_MAX_EVENT_DATA_SIZE...
Hi, I am confused by this config.
static void drv_keyboard_gpio_init(void) { // Make sure that columns will drive 0 when they will be configured as outputs. NRF_GPIO->OUTCLR...
I'm using a NRF52840 with S140 softdevice. I advertise some data and I want to be notified when advertising start. I followed this thread and I use the customs ble_radio_notification...
Dear Nordic Team,
Thanks for supporting.
Still i am work with keil IDE. But now i want to go work with Segger embedded studio because of mesh concept. Please give me step...
I have combined light switch client and ble_app_uart example by following this guide and this case ,but after I added the codes :
#define MESH_SOC_OBSERVER_PRIO //<set...
Hi,
I am developing stuff for a bike and need the Bluetooth Cycling Power Service 0x1818
I found the 0x1816 Cycling Cadence and Speed
Has anybody developed this service...
Hello I'm a beginner and I try to use the DFU. I use the documentation and I can send my init packet without any problem. But when I try to send my Firmware I have 2 problems...
Hi,
Our system is based on the nrf52832 with SDK BLE_2.0.1 for the mesh. I have few queries as per below,
1)It would be great if you could suggest any vendor who is working...
When Going into Sleep, I see peaks of 12mA every 30ms (see image) I'm assuming I can adjust that changing the connection interval settings. I have my Connection intervals...
I'm having some issues with the freeRTOS example in SDK 15. I've always seemed to find a hardfault which limits the MTU size to 176. Now when I try and set the connection...
Hi,
I have a question regarding fast/slow advertising
I'd like to advertise for 180s using a 100ms interval, then switch to a 1s interval, preferably for ever. I set...
I would like to use ADXL335 accelerometer in this nrf52832 custom kit Hackable . I don't have a J-Link but i have this custom programmer Bumpy which is based on the Black...
Hi,
How can wake my nrf52832 based module from system off sleep mode. i am using ' nrf_pwr_mgmt_shutdown()' / ' sd_power_system_off (); 'function to put the device into...